> From: Ridwan [mailto:[EMAIL PROTECTED]
> Subject: Tomcat multiple sub domain names configuration
>
> typing both of those will just bring the Tomcat's home page from the
> $CATALINA_HOME/webapps/ROOT folder.
The easiest way is to simply delete Tomcat's ROOT directory,
Either create a new host in server.xml with a different appBase or check for
the request url and perform a redirect
Regards,
Serge Fonville
On Thu, Nov 6, 2008 at 1:28 PM, Ridwan <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I Need some help. I have Java applications running in Apache Tomcat
> 6.0.16 fro
Hi,
I Need some help. I have Java applications running in Apache Tomcat
6.0.16 from port 80 from a Windows 2003 server. It can be accessed say
by the URL http://site1.mycompany.net/MyApplication where MyApplication
is actually a Java application folder name under the
$CATALINA_HOME/webapps/ path.