RE: App reloading classloading issue?

2007-09-28 Thread Clinton J. Totten
JoAnn, I'm not sure about the error but have you tried just putting the WAR in the webapps directory $CATALINA_HOME/webapps? -Original Message- From: bajistaman [mailto:[EMAIL PROTECTED] Sent: Friday, September 28, 2007 12:53 PM To: users@tomcat.apache.org Subject: App reloading

RE: Setting ClientAuth parameter to true

2007-09-26 Thread Clinton J. Totten
I am currently doing the samething right now and am able to access porst 8443. What is the error that you are getting? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 8:31 AM To: users@tomcat.apache.org Subject: Setting ClientAuth

RE: Setting ClientAuth parameter to true

2007-09-26 Thread Clinton J. Totten
From inspection of your connector properties it looks like your missing the keystoreType attribute and the truststoreType attribute. If you check the documentation via this link (http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html) it will tell you what you can have as a value in this field.

RE: Re: Performing SSL on tomcat using the JAAS ream

2007-09-24 Thread Clinton J. Totten
, 2007 9:51 PM To: users@tomcat.apache.org Subject: Re: Performing SSL on tomcat using the JAAS ream The JAASRealm in Tomcat doesn't currently support CLIENT-CERT auth. Clinton J. Totten [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am getting a 401 error when trying to access my

Performing SSL on tomcat using the JAAS ream

2007-09-21 Thread Clinton J. Totten
I am getting a 401 error when trying to access my webapps deployed on tomcat. I configured the JAAS realm and connection properties according to the tomcat documentation in the server.xml file. In the web.xml file the login-config auth method element is set to CLIENT-CERT with a realm name of

RE: How to configure server.xml file

2007-09-21 Thread Clinton J. Totten
I just did a google search on setting up a virtual host on tomcat and I got back a page which is very helpful: http://www.csse.uwa.edu.au/~ryan/tech/tomcat. It tells you what you need to modify in the server.xml file after configuring your virtual host. Hope this helps. -Original