Re: How do you default an application to http://servername/

2005-09-09 Thread TroyGeek
Or use Tomcat Virtual Hosting and define a new host. Then you can serve all your apps on: http://myapp1/ http://myapp2/ etc... You'd need to make a new DNS entry on your DNS server or if it's just local then add some entries to: C:\Windows\System32\drivers\etc\hosts (Windows XP)

Re: Problem VirtualHost WebApp Served on Two URLs

2005-08-22 Thread TroyGeek
to ROOT. Context docBase=c:\sites\www.mysite.com\ROOT path= reloadable=true source=com.ibm.wtp.web.server:mysite/ Peter TroyGeek schrieb: I have a problem with Tomcat Virtual Hosting. I have my virtual host defined like so in server.xml (the source thing there is from Eclipse Webtools

Problem VirtualHost WebApp Served on Two URLs

2005-08-19 Thread TroyGeek
I have a problem with Tomcat Virtual Hosting. I have my virtual host defined like so in server.xml (the source thing there is from Eclipse Webtools): Host name=www.mysite.com http://www.mysite.com appBase=c:\sites\www.mysite.com\ unpackWARs=true autoDeploy=true xmlValidation=false