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

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

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

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

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