Re: Multiple Tomcat Instance Issues

2010-07-07 Thread André Warnier
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

Re: Multiple Tomcat Instance Issues

2010-07-07 Thread Rob Gosling
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 >

Re: Multiple Tomcat Instance Issues

2010-07-07 Thread Rob Gosling
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

Re: Multiple Tomcat Instance Issues

2010-07-07 Thread Konstantin Kolinko
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

RE: Multiple Tomcat Instance Issues

2010-07-07 Thread Caldarale, Charles R
> 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 might want to take out the spaces