Rob Gosling wrote:
Hi Chuck,
Thanks for that note about /manager/html - that is one thing I had missed - that
does work - just using manager (as I was doing) didn't work (resource not
available).
..which illustrates the point I was making in another thread, about /manager/html not
being the
t: Re: Multiple Tomcat Instance Issues
2010/7/7 Rob Gosling :
> 1) created a new CATALINA_BASE directory with the following structure:
> bin
> setenv.bat
> conf
> |- Catalina
> ||- localhost
>
e, Charles R"
To: Tomcat Users List
Sent: Wed, July 7, 2010 3:32:52 PM
Subject: RE: Multiple Tomcat Instance Issues
> From: Rob Gosling [mailto:rob.p...@yahoo.com]
> Subject: Multiple Tomcat Instance Issues
>
> 2) created a bin/setenv.bat setting some JAVA_OPTS and
> CATA
2010/7/7 Rob Gosling :
> 1) created a new CATALINA_BASE directory with the following structure:
> bin
> setenv.bat
> conf
> |- Catalina
> | |- localhost
> | |-admin.xml
> | |-manager.xml
> |-ser
> From: Rob Gosling [mailto:rob.p...@yahoo.com]
> Subject: Multiple Tomcat Instance Issues
>
> 2) created a bin/setenv.bat setting some JAVA_OPTS and
> CATALINA_OPTS as follows:
>
> set JAVA_OPTS= -XX:MaxPermSize=256M
> set CATALINA_OPTS= -Xms512m -Xmx1024m
You mi
Hi,
I have more or less successfully setup multiple instances of Tomcat using the
same $CATALINA_HOME install, but am encountering a couple of issues I can't
seem
to resolve after searching for answers. I am running Tomcat 5.5.29 on Windows
XP Pro SP3.
For each new instance I have performed