Subject: Re: How to configure multiple web applications in a
> > single host
> >
> > >$CATALINA_HOME/conf/Catalina/localhost/A.xml
> >
> >
> > > type="org.apache.catalina.UserDatabase"/>
> >
> > >$CATALINA_HOME/conf/Catalin
> From: Elliot Huntington [mailto:[EMAIL PROTECTED]
> Subject: Re: How to configure multiple web applications in a
> single host
>
> >$CATALINA_HOME/conf/Catalina/localhost/A.xml
>
>
> type="org.apache.catalina.UserDatabase"/>
>
>
$CATALINA_HOME/conf/Catalina/localhost/A.xml
>$CATALINA_HOME/conf/Catalina/localhost/B.xml
Does it look I should be able to access both A and B if both A and B are in
the webapps directory with this configuration using the urls
http://localhost:8080/A and http://localhost:8080/B respective
> From: Elliot Huntington [mailto:[EMAIL PROTECTED]
> Subject: How to configure multiple web applications in a single host
>
> If I only put one of the web applications in the webapps
> folder (either of them) then that single web application
> will work properly.
What exactly d
Hi,
Tomcat version 5.5.26 running on Linux. I'm trying to run 2 web applications
in the same host but I haven't been able to figure out how to make it work
right. If I only put one of the web applications in the webapps folder
(either of them) then that single web application will work properly. B