RE: how many linux processes should tomcat create???

2002-12-06 Thread Ma, Yongjie
Using google, find an open source utility called javaps.sh it will show the java processes only. Yongjie -Original Message- From: RXZ JLo [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 10:12 PM To: Tomcat Users List Subject: Re: how many linux processes should tomcat create

How to control the cache setting in Tomcat?

2002-12-03 Thread Ma, Yongjie
Hi For the individual html page, we can turn on/off cache via META or header. But how can we do for the whole web application. In the Apache web server, we can use module mod_expires and mod_headers to do it. How about TOMCAT ( I mean standalone tomcat )?? Thanks Yongjie -- To unsubscri

How to control the Tomcat process number in Unix/Linux

2002-11-04 Thread Ma, Yongjie
Message- From: Ma, Yongjie Sent: Friday, November 01, 2002 8:36 AM To: Tomcat Users List Subject: Is Tomcat multi-process, multi-thread in Linux? Hi I have a question about Tomcat design issue: In the windows system, when I started tomcat, only one java process was running although we

RE: WARNING: Exception getting SSL attributes

2002-11-01 Thread Ma, Yongjie
I got same exception message. And Bill Barker told me this is a bug in Tomcat 4.1.12. Following message was from him: The SSL support in 4.1.12 is broken with JVM 1.4.x. You need to copy http://gump.covalent.net/jars/latest/jakarta-tomcat-connectors/tomcat-util.jar. jar to $CATALINA_HOME/server/

RE: Where is the SSL 'changeit' password set

2002-11-01 Thread Ma, Yongjie
Yon need to setup keystorePass in the SSL connector of server.xml. keystoreFile is the keystore location. keystorePass is the password. Good luck Jack -Original Message- From: Carson, Chuck [mailto:Chuck.Carson@;syrrx.com] Sent: Sunday, October 27, 2002 7:35 AM To:

Is Tomcat multi-process, multi-thread in Linux?

2002-11-01 Thread Ma, Yongjie
Hi I have a question about Tomcat design issue: In the windows system, when I started tomcat, only one java process was running although we can set minProcessors or maxProcessors number in the server.xml. For each request, tomcat will create a thread to handle it. To me, Tomcat is single pr

Can not get javax.servlet.request.X509Certificate Attribute in teh servlet request

2002-10-18 Thread Ma, Yongjie
Hi Tomcat 4.1.12, JavaJDK 1.4 I setup my Tomcat + SSL and installed personal certificate for IE browser. And also set clientAuth="true" in SSL connector session of the server.xml. Then started Tomcat. The browser with personal certificate could access the Tomcat example page via SSL, and the