Re: Apache Tomcat 6.0.18

2009-04-15 Thread zhaoxueqing
backup your configurature file. override all file. restore the conf file. tomcat/conf tomcat/bin/catalina.bat or .sh - Original Message - From: "HASSAN Kamrul" To: Sent: Thursday, April 16, 2009 11:43 AM Subject: Apache Tomcat 6.0.18 Currently, I using Apache Tomcat 6.0.16 where and

Re: JSESSIONID hijacking

2009-03-13 Thread zhaoxueqing
jsessionid is the only way to indentity the user logined. if you get it ,you are this user. but? we can check others , for example IP! - Original Message - From: "Pieter Temmerman" To: "Tomcat Users List" Sent: Friday, March 13, 2009 5:15 PM Subject: JSESSIONID hijacking > Hi list

Re: Tomcat Memory Leaks

2009-03-05 Thread zhaoxueqing
May be some servlet is start up with tomcat. like load-on-startup check your server.xml and webapps directory - Original Message - From: "Black Friday" To: Sent: Friday, March 06, 2009 11:40 AM Subject: Tomcat Memory Leaks > Hi, > > My system environment is: Windows 2000 Server

Re: How to set Java Memory heap size on Linux?

2009-03-03 Thread zhaoxueqing
in tomcat/bin/catalina.sh add a parameter into this file export JAVA_OPTS=-Xmx512m - Original Message - From: "dOE" To: "Tomcat User-List" Sent: Wednesday, March 04, 2009 10:11 AM Subject: How to set Java Memory heap size on Linux? > Tomct 6.0 > Red Hat EL 4 > > How can I set the J