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 ?
Asked
Active
Viewed 319 times
1 Answers
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.