5.0.28 errors on startup of web apps

2004-12-09 Thread Julie McCabe
Hello, I'm using Tomcat 5.0.28, Java 1.4.2_02 and Red Hat linux 9. I was able to start Tomcat ok but when deployed a web application and added the following to the conf/server.xml Connector className=org.globus.tomcat.coyote.net.HTTPSConnector port=8443 maxThreads=150

Re: 5.0.28 errors on startup of web apps

2004-12-09 Thread Julie McCabe
On Thursday 09 December 2004 17:38, Shapira, Yoav wrote: Hi, Before I even start dissecting this, where did you get the documentation that led you down this path? I don't see any mention of HTTPSValve on the Tomcat (or FWIW, the entire apache.org) site. A general Google search shows only

X509 certificates and https

2004-05-27 Thread Julie McCabe
Hello, I am trying to use SSL authenitcation with X509 certificates. The certifcates are not in the Java keystore. I would like to know how to get my certificate whichi is signed by a specific CA into the keystore and use the https connector. I have found some documentation on the web but

Re: X509 certificates and https

2004-05-27 Thread Julie McCabe
Hi, I tried the following command keytool -import -alias tomcat -keystore server.ks -trustcacerts -file server.crt with my certificate and key which are in pem format and it returned keytool error: java.lang.Exception: Input not an X.509 certificate I have the CA certifcate stored in my

Re: Betr.: Re: X509 certificates and https

2004-05-27 Thread Julie McCabe
and export it to some format. You should then be able to import it into your trusted keystore. Ron Julie McCabe [EMAIL PROTECTED] 27-05-2004 16:21 Antwoord a.u.b. aan Tomcat Users List Aan:Tomcat Users List [EMAIL PROTECTED] cc: Onderwerp: Re: X509

Inconsistent path to files

2004-05-25 Thread Julie McCabe
- it ignores the path selected. I am guessing this is a classpath problem or an environment variable that is set when tomcat is started - I would appreciate any ideas on this. Thanks, Julie McCabe. - To unsubscribe, e-mail: [EMAIL

Re: encoding problems with XML

2003-11-10 Thread Julie McCabe
try amp; On Monday 10 November 2003 14:50, Edson Alves Pereira wrote: Hello folks, i´m trying to write some special characters in a XML file, like: company Doubs Noble/company But i don´t known the right encoding to [ ] be validate properly, any idea? Regards,

modifying shutdown behaviour?

2003-10-27 Thread Julie McCabe
Hello, Config details: tomcat 4.1.24; java 1.4.1_02 When the $CATALINA_HOME/bin/shutdown.sh script is called I would like a particular web application to release its resources cleanly and perform tidy up operations before Tomcat shuts down. What is the best method of doing this? Does it