Re: Tomcat keeps breaking/SSL keystore troubles

2007-08-30 Thread Morris Jones
an't import the certificate. In order to get your private key into the keystore, you need to use a bit of Java code. See here: <http://www.agentbob.info/agentbob/79.html> There's no need for you to import the CA's root certificate. It's already there. Good luck

Re: Self-Signed Certificate for Tomcat JVM and CAS

2007-08-15 Thread Morris Jones
e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Morris Jones Monrovia, CA http://www.whiteoaks.com Old Town Astronomers http://www.otastro.org - To sta

Re: Help with exporting SSL certificate

2007-03-07 Thread Morris Jones
2 On server 2: keytool -delete -alias tomcat -storepass changeit keytool -import -alias tomcat -storepass changeit -file tomcat.cert Sorry I can't unwrap the lines there. Mojo -- Morris Jones Monrovia, CA http://www.whiteoaks.com Old Town Astronomers http://www.o

Re: unpackWARs Pros and Cons

2007-03-03 Thread Morris Jones
ched and unpacked from the WAR when they're referenced. Best regards, Mojo -- Morris Jones Monrovia, CA http://www.whiteoaks.com Old Town Astronomers: http://www.otastro.org - To start a new topic, e-mail: users@tomcat.a

Re: [OT] Parallel Tomcat 5 and 6 services on Windows

2007-02-27 Thread Morris Jones
il: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Morris Jones Monrovia, CA http://www.whiteoaks.com Old Town Astronomers: http://www.otastro.org - To start a new topic, e-mail: users@tomcat.apa

Re: Parallel Tomcat 5 and 6 services on Windows

2007-02-26 Thread Morris Jones
Mojo -- Morris Jones Monrovia, CA http://www.whiteoaks.com Old Town Astronomers http://www.otastro.org - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Can one have a log4j repository per webapp in Tomcat?

2007-02-22 Thread Morris Jones
#x27;s document here <http://www.qos.ch/logging/sc.jsp>, but I get the impression that a component-based RepositorySelector is not available in Tomcat. Is there a known way to eliminate interference between web applications in logging when using a log4j in common/lib? Best regards,