> 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 after the "=" characters. Some platforms do not handle that well. > 1) /admin works fine on each instance, but /manager does not In what way does the manager webapp not work? Note that the URL "/manager" never works; use "/manager/html" if you want to access the GUI version. > 2) why no log files are being output anywhere that I've been able to > determine Did you create a logs directory under each CATALINA_BASE before starting each instance? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org