Re: Session

2001-12-18 Thread Christian Bongiorno
Oh, oh, I know!!! Pick me! Two ways to do it, one inherits from the other. // Returns user name used to login and passwd HttpServletRequest.getUserPrincipal(); the other way to do it is as above except that you create your own realm and return your own subclass of java.security.Principal. Then

Re: mod-webapp Bugs

2001-12-18 Thread Christian Bongiorno
We were having this same problem I believe and what we had to do (in linux) was make sure that the catalina.sh was started from the ~(home) directory - Original Message - From: Janek Bogucki [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 6:12

Re: Embedding Tomcat 4

2001-12-18 Thread Christian Bongiorno
I have embedded TC 4 into my JBuilder IDE and I have to believe it is the exact same thing for your situation the class with main is org.apache.catalina.startup.Bootstrap // java commandline java -classpath $CLASSPATH:/home/tomcat/bin/bootstrap.jar -Dcatalina.base=/home/tomcat -Dcat