Startup.sh problems with JAVA_OPTS = Xmx ?

2002-11-07 Thread achana
Hi. I had some problems with insufficient memory and added the following line to catalina.sh (somewhere after the comment# --- execute and between 2 blocks of if-fi): JAVA_OPTS=-Xmx128m When I startup with startup.sh I get the following errors ... If I don't use JAVA_OPTS, no errors on startup,

Re: Startup.sh problems with JAVA_OPTS = Xmx ?

2002-11-07 Thread Carlos Rodríguez Colino
Hi. That's because the port Tomcat is trying to open is already occupied by your previous Tomcat starting. Look at: $ netstat -na | grep port where port is the one set in server.xml to http connections. Repeat this for the SSL port (if you have

Re: Startup.sh problems with JAVA_OPTS = Xmx ?

2002-11-07 Thread achana
Hi All I got Xmx working and managed to monitor it with netstat -na BUT I am puzzled why each user has 4 or more seesions (threads) ??? -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org