Hi,
When I reload an app for the third time, Tomcat hangs, and I have to stop
and start it - which is slow as the CPU is being used at close to 100%.
This has been the case with Tomcat 5 and 6, Windows 2000, XP and Vista.
I have to remember to stop/start Tomcat after the second reload. Is there
in $APACHE_HOME\conf\httpd.conf notice the configuration for mod_jk
# Loads the Jakarta Tomcat Connector module
LoadModule jk_module modules/mod_jk.dll
#Configuration Attributes for mod_jk
JkWorkersFile C:/TOMCAT/TOMCAT~1.5/conf/workers.properties
referencing C:/TOMCAT/TOMCAT~1.5/conf/workers.p
to re-iterate the doc from IBM at
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/tsec_cekeen.html
"The keystore file is a key database file that contains both public keys
(Public keys are stored as signer certificates) and
privat
After following the docs to generate self-signed pkcs12 key, I failed to
import the key/certificate into my application with No password given for
keystore, integrity will not be verified. What does the reason cause this error?
I read some docs which ask to create an empty Java keystore and con
Your not providing a lot of context here, so we can only guess. The
error implies the pool is exhausted. Can you provide details on the
pool config and when/where this error occurs? Additionally, you might
want to check out the DBCP website at http://jakarta.apache.org/commons/dbcp
--David
On Wed, 2007-08-08 at 15:17 -0500, Andrew R Feller wrote:
> Hello everyone,
>
>
>
> Over the past couple of months, I have been working with some Tomcat
> instances on RHEL 5 and wondered: what is the recommended method to
> startup/shutdown Tomcat? After reading the Tomcat documentation, they
I get the captioned exception when I try to connect to a mysql DB.
Tomcat 6.0.14
JDK 1.6_2
WinXP
what causes the error to occur? The same application works in tomcat 5.5
thanks in advance
Devinder
-
To start a new topic, e-m
Hello,
I get the captioned error. Same works good with Tomcat 5.5
Tomcat 6.0.14
JDK 1.6_2
WinXP
The text of the error is :
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot get a connection,
pool error Timeout waiting for idle object
at
org.apache.tomcat.dbcp.dbcp.PoolingDataSour