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

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) C:\WINNT\System

Re: Problem VirtualHost WebApp Served on Two URLs

2005-08-22 Thread TroyGeek
ename your directory from mysite to ROOT. > > 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 (t

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): http://www.mysite.com>" appBase="c:\sites\www.mysite.com\" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">