Re: How to configure multiple web applications in a single host

2008-07-10 Thread Elliot Huntington
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

RE: How to configure multiple web applications in a single host

2008-07-09 Thread Caldarale, Charles R
> 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"/> > >

Re: How to configure multiple web applications in a single host

2008-07-09 Thread Elliot Huntington
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/ >

RE: How to configure multiple web applications in a single host

2008-07-09 Thread Caldarale, Charles R
> 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