timeout, but not session

2005-07-29 Thread joelsherriff
We've got a servlet problem that we're trying to track down. The problem causes one of the threads to spin. Until we can solve the problem, can anyone suggest anything that can timeout these out-of-control threads? Session timeouts timeout on inactivity, correct? I don't know if that will

why is hostnameverifier() necessary?

2005-06-03 Thread joelsherriff
This is an SSL HostnameVerifier() question. I _believe_ I have my client and server certificates configured properly and, up to now, I have been accessing my server via ip address and using the ip address as the CN in the server cert. So I assumed that the problems I was having on the client

help with moving realm to 5.0

2005-05-18 Thread joelsherriff
I sent this a couple of days ago in the blizzard of listserv messages and never got a response so I'm sending it again in the hope someone can help me. Background: I had a blojsom blog server set up on tomcat 4.1 that used a jdbc realm to control access. I customized the login.jsp to include

help with moving realm to 5.0

2005-05-17 Thread joelsherriff
Background: I had a blojsom blog server set up on tomcat 4.1 that used a jdbc realm to control access. I customized the login.jsp to include some local .gifs and such that aren't part of the blojsom.war file (I don't want to modify the 3rd party .war file unless I absolutely have to) and

help with moving realm to 5.0

2005-05-17 Thread joelsherriff
(I sent this a couple of hours ago but never saw it come back - I suspect issues with the mail list server so I'm trying it again.) Background: I had a blojsom blog server set up on tomcat 4.1 that used a jdbc realm to control access. I customized the login.jsp to include some local .gifs and

Re: What are those No such list! s and Illegal IMail List Server Command! ?

2005-05-17 Thread joelsherriff
Don't know, but http://www.newatlanta.com would seem to be the place to start. - Original Message - From: Maxime [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Tuesday, May 17, 2005 2:13 AM Subject: What are those No such list! s and Illegal IMail List Server Command! ?

customizing login.jsp

2005-04-29 Thread joelsherriff
I've got a JDBC realm configured and working and would like to customize the associated login.jsp. Right now any images I refer to in the jsp are not found at runtime. Do I have to add these to the servlet's war file? Or am I just putting the resources in the wrong location (under the servlet

Re: customizing login.jsp

2005-04-29 Thread joelsherriff
your_servlet_class files hope that helps, Anoop On 4/29/05, joelsherriff [EMAIL PROTECTED] wrote: I've got a JDBC realm configured and working and would like to customize the associated login.jsp. Right now any images I refer to in the jsp are not found at runtime. Do I have to add

How to use servlet filters without modifying webapp

2005-04-28 Thread joelsherriff
Hello, I'm experimenting with applying a servlet filter to an existing webapp and I'm getting a ClassCastException upon startup. Can I do this without modifying the webapp source and adding my filter in there? If so, what else could be causing this? I'm not sure where it looks for the

Re: How to use servlet filters without modifying webapp

2005-04-28 Thread joelsherriff
-nameprocessingFilter/filter-name filter-classservletFilters.ProcessingFilter/filter-class /filter I hope this helps. Anthony- - Original Message - From: joelsherriff [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, April 28, 2005 9:36

Re: How to use servlet filters without modifying webapp

2005-04-28 Thread joelsherriff
(StandardContext.java:31 01) - Original Message - From: joelsherriff [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, April 28, 2005 10:08 AM Subject: Re: How to use servlet filters without modifying webapp I've done that, thanks. Here's what I added

Re: How to use servlet filters without modifying webapp

2005-04-28 Thread joelsherriff
: - Put you filter into a package, I've seen some versions of the JVM that really don't like non-package classes. - Make sure you are using settings compatible with the JVM that Tomcat is running under when compiling the class. joelsherriff wrote: I've done that, thanks. Here's what I added

Any better way to do this?

2005-04-25 Thread joelsherriff
I want to setup what is basically a blog server - so that user's must login and can then access their personal blog, but nobody elses. I think I can do this using a servlet filter to trap requests to the blog pages, lookup the user's blog page url using the session info, and modify the request to

Re: Any better way to do this?

2005-04-25 Thread joelsherriff
List tomcat-user@jakarta.apache.org Sent: Monday, April 25, 2005 8:14 PM Subject: Re: Any better way to do this? From: joelsherriff [EMAIL PROTECTED] Sent: Monday, April 25, 2005 4:16 PM I want to setup what is basically a blog server - so that user's must login and can then access

Re: Help with JDBCRealm config on Tomcat 4.1

2005-04-23 Thread joelsherriff
=role_name / /Context - Original Message - From: joelsherriff [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, April 22, 2005 3:56 PM Subject: Help with JDBCRealm config on Tomcat 4.1 Hope someone can help me - I'm still a relative newbie to tomcat

Help with JDBCRealm config on Tomcat 4.1

2005-04-22 Thread joelsherriff
Hope someone can help me - I'm still a relative newbie to tomcat, am baffled at this point and I can't even get it configured so that I can get debug info to find out what's wrong. I've added a context to my server.xml for the webapp I'm trying to set up JDBCRealm authentication for:

Re: Help with SSL Cert config

2005-03-27 Thread joelsherriff
the client cert into the java keystore. Is there some other step I need to perform before/instead of importing the .pem into the cacerts file? - Original Message - From: joelsherriff [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Saturday, March 26, 2005 9:07 PM

Re: Help with SSL Cert config

2005-03-26 Thread joelsherriff
and that didn't help either. Anything else I'm missing? - Original Message - From: Bill Barker [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Friday, March 25, 2005 10:13 PM Subject: Re: Help with SSL Cert config joelsherriff [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED

Re: Help with SSL Cert config

2005-03-26 Thread joelsherriff
-storepass changeit I get a 'Failed to establish chain from reply' exception at his point. - Original Message - From: joelsherriff [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Saturday, March 26, 2005 11:24 AM Subject: Re: Help with SSL Cert config Ah. Thanks

Re: Help with SSL Cert config

2005-03-26 Thread joelsherriff
above. - Original Message - From: joelsherriff [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Saturday, March 26, 2005 11:24 AM Subject: Re: Help with SSL Cert config Ah. Thanks for the help, truly, but I'm still not getting there. I

Help with SSL Cert config

2005-03-25 Thread joelsherriff
I'm resending this message because a) for some reason I didn't see it on the list after I sent it and b) I never got any responses (maybe because of _a_). So, if my original post did actually make it to the list, please forgive the re-post. Hope someone can help. I've searched through the

Re: Help with SSL Cert config

2005-03-25 Thread joelsherriff
@jakarta.apache.org Sent: Friday, March 25, 2005 8:51 PM Subject: Re: Help with SSL Cert config You need to put your CA cert into your Tomcat truststoreFile. Otherwise, you client's cert won't be trusted. joelsherriff [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm resending

Re: Configuration of https in tomcat failure

2005-03-16 Thread joelsherriff
LeavesTry these instructions - they are specificly for SOAP, but the instructions apply to just plain ole tomcat SSL.. When you get to Step 3, ignore the instructions and just go to your server.xml file and uncomment the connector for port 8443.

Help with SSL Cert

2005-03-15 Thread joelsherriff
Hope someone can help. I've searched through the archives and this seems to be a common problem, but even detailed instructions have left me stumped. I'm trying to get client certificates to be required by tomcat by setting clientAuth=true but I can't seem to figure out how to get the client