Reputation: 1
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 ?
Upvotes: 0
Views: 340
Reputation: 32953
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.
Upvotes: 1