0

I am planning to host JSP based private server. I have static IP with me and I have redirected the name server in domain manager account to that IP. And I want to know how to map www.domainname.com to a particular application in tomcat server ?

1 Answers1

1

Most likely you'll want to replace the root web application of your Tomcat, there's a fairly lengthy thread about that subject here on SO discussing the different ways to do that, and also how to avoid losing Tomcat Manager in the process.

Community
  • 1
  • 1
fvu
  • 32,488
  • 6
  • 61
  • 79