session time out

2004-07-31 Thread Asim Ghosh
hello everybody, is there any option in web.xml that i can redirect my request to some other page when session has timed out. Asim - ALL-NEW Yahoo! Messenger - all new features - even more fun!

Re: Parameters and where is log

2004-06-16 Thread Asim Ghosh
hello, this is reply to your second query. U have to use Logger tag in server.xml and in code ServletContext context; context.log(); Asim Ghosh Gabi [EMAIL PROTECTED] wrote: Trying to pass from resin to apache, in resin Coonection='jdbc:bla bla...'/ I've put the equivalent in /WEB

RE: Parameters and where is log

2004-06-16 Thread Asim Ghosh
http://jakarta.apache.org/tomcat/faq/misc.html#catalina.out Where does System.out go? How do I rotate catalina.out? Gabi [EMAIL PROTECTED] wrote:I've put the context with his own Logger, I can see all the info of this host here, and in the JavaBean code I've put ServletContext context;