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
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
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
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/
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:
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
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