Re: Which user executes JSP in Tomcat?

2009-04-03 Thread Jens Kapitza
BTW, is the script right? do all sub-dirs exist? Is the path absolut? any exceptions in the server log? (log/catalina.out) --- Jens Kapitza - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands

Re: How to transfer session to another browser

2008-08-19 Thread Jens Kapitza
i think if you really will do this you can make a warper to the session object in the tomcat app. and store all the data in the database (select by the ip,username or id) - you have to pass this as parameter - (or en(/de)code your url in other way) ?id=$$BLABLA$$ --- Jens Kapitza

Re: how to make context path case insensitive

2008-08-11 Thread Jens Kapitza
persistence k schrieb: thanks for your reply. I'm using FC5 linux, tomcat 5.028 for my web app. Currently my webapp context path is in upper case, and as per the requirement we need to make the context path case insensitive just as www.google.com and WWW.GOOgle.COM point to same application.

Re: Tomcat within Eclipse

2008-08-10 Thread Jens Kapitza
: StandardServer.await: Invalid command 'GET / HTTP/1.1' received i think tomcat can't do anything with no userdatabase so all commands are invalid (?) Jens Kapitza - To start a new topic, e-mail: users@tomca