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"/>
>
>
Thank you for your quick response.
When I say "put one of the web applications in the webapps folder" I mean
that if the webapps folder looks like either:
> $CATALINA_HOME/webapps/
> $CATALINA_HOME/webapps/A/
> $CATALINA_HOME/webapps/A/...
or
> $CATALINA_HOME/webapps/
> $CATALINA_HOME/webapps/B/
>
> 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 do you mean by "put