Shutdown command does not terminate tomcat process

2010-05-29 Thread /U
destroy INFO: Stopping Coyote HTTP/1.1 on http-8443 But I find that the process is till running: # jps -l 24819 org.apache.catalina.startup.Bootstrap 25103 sun.tools.jps.Jps # why does this happen? Does not shutdown command to shutdown port kill tomcat? pl help, /U -- View

Re: Installing certificate chain on Tomat

2010-04-10 Thread /U
maxThreads=150 scheme=https secure=true clientAuth=false sslProtocol=TLS keystoreFile=C:\keystore keystorePass=changeit / any assistance appreciated, /U -Original Message- From: /U [uma...@comcast.net] Date: 04/10/2010 12:02 AM To: users

Re: Installing certificate chain on Tomat

2010-04-10 Thread /U
is the defaulttruststore of tomcat? what is difference between truststore and keystore. is it correct to say all CA certs be in truststore and private key and identity cert be in keystore? many thanx, /U Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 /U, On 4/10

Re: Installing certificate chain on Tomat

2010-04-10 Thread /U
is the relation/differences (as far as tomcat is concerned) between keystore, truststore and {JAVA_HOME}/jre/lib/security/cacerts? with sincere thanx! /U Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 /U, On 4/10/2010 12:01 AM, /U wrote: i am installing

Installing certificate chain on Tomat

2010-04-09 Thread /U
. It seems like browser does not get full cert chain (entrust = CA X = myhost). what could I be doing wrong? pl help. Regs, /U -- View this message in context: http://old.nabble.com/Installing-certificate-chain-on-Tomat-tp28199836p28199836.html Sent from the Tomcat - User mailing list archive

AprHttp11 Connector - unable to locate certificates

2009-11-11 Thread /U
(SunCertPathBuilder.java:174) at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238) at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:280) ... 40 more Thanx! /U -- View this message in context: http://old.nabble.com/AprHttp11-Connector---unable

RE: Exception handling Container property change

2008-06-01 Thread /U
Hello. This exception stack trace is very distracting to the folks who watch for problems in the log. Could you pl tell me if writing my own Custom VirtualWebappClassLoader requires me to intrument the classloader woth a specific MBean? Thanks, /U /U wrote: Thanks! It looks like