RE: Where is the log file

2002-06-27 Thread Jerry Jennings
/catalina_log[date].txt by default. Yoav Shapira Millennium ChemInformatics -Original Message- From: Jerry Jennings [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 2:29 PM To: [EMAIL PROTECTED] Subject: Where is the log file Where dose the output to ServletContect.log go

Where is the log file

2002-06-24 Thread Jerry Jennings
Where dose the output to ServletContect.log go? There are so many log. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

getSession always returns null

2002-06-20 Thread Jerry Jennings
I have setup Apache with Tomcat on my NetWare 6.0 server. Everything is working fine (so far) except for getSession always returns null. The Session example servlet as well as every test I have tried has had the same result. Has anyone else experience this problem? Any suggestions? Thanks

Re: getSession always returns null

2002-06-20 Thread Jerry Jennings
The default behavior is to create an session if it doesn't already exist. I tried both with and without the true argument with the same effect. [EMAIL PROTECTED] 06/20/02 12:35PM Hello Jerry, don't you need to do getSession(true) in order for getSession to return a non-null session whether