RE: Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread howarddy3
I think some of the problem is at the OS level You can set a session time at the tomcat level, but the default solaris TCP timeouts are hours long. I hope you used the ndd commands to set the TCP parameters for short web sessions. Also, Solaris 2.6 has a bad thread model and there are

Re: manager/admin login problem

2005-05-06 Thread howarddy3
I think you want to look for the CAtalina Realms that are commented out in the web.xml or server.xml files.This is where you set up security constraints. I amd still trying to figure out how to extend the catalina login methods with a new method to set a DB flag I'll take suggestions.

RE: Custom Realm development: can't locate javax.management package

2005-04-18 Thread howarddy3
I'll look again, but I didn't see a jmx.jar earlier -- Original message -- From: Guy Katz [EMAIL PROTECTED] its a jmx class. probably in jmx.jar -Original Message- From: alebu [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 9:46 AM To:

Re: Find login information from tomcat security

2005-04-18 Thread howarddy3
I'm also interested in how to get that principal info and maybe how to overwrite or add methods. -- Original message -- From: Gia Thornton [EMAIL PROTECTED] Hi, I am using Form-based tomcat security. I use a servlet to find login information such as the

Re: Trouble with SecurityManager with Tomcat 5.5

2005-04-18 Thread howarddy3
Maybe I'm too naive here but what are the file permissions and does your windows environment have domain or active directory control??? -- Original message -- From: Josef Vosyka [EMAIL PROTECTED] Hi, I've got 3 exceptions, when I run simple webapp under

extending the Catalina Realm login

2005-04-15 Thread howarddy3
Subject: extending the Catalina Realm login Date: Fri, 15 Apr 2005 09:21:17 + I'm working on a school project which requires a little bit more authentication than the standard JDBC Realm server/container model and I'd like to add a method or two to the Realm login. I have found a JSP

Re: extending the Catalina Realm login

2005-04-15 Thread howarddy3
Still hoping for comments on this and I'm repeating another posting that is somewhat similar: From: alebu [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Subject:Developing custom Realm Date: Fri, 15 Apr 2005 10:37:06 +