RE: Where is the log file

2002-06-27 Thread Jerry Jennings

I have logs set in the server context like this:





And in the webapp context like this:





I check all of the log files in the /logs folder and none have the output I am looking 
for.
I am using Tomcat 3.3 on NetWare 6.  Is there something else I need to do?

>>> "Shapira, Yoav" <[EMAIL PROTECTED]> 06/24/02 11:49AM >>>
Howdy,
If you have a  element defined in your context, that's where
it'll go.  And it works up the hierarchy from there, so if you have a
Logger in your Host and not in Context, it'll go to the Host.  Next up
is the Engine log (which would be my guess for your case), which is at
$CATALINA_HOME/logs/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?
>There are so many log.
>
>





--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


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:   
For additional commands, e-mail: 


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 one exists currently or not?

If you just call getSession(), it will return null if the current
session is null (not created yet).

Jake

Thursday, June 20, 2002, 2:17:45 PM, you wrote:

JJ> 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
JJ> tried has had the same result.  Has anyone else experience this problem?  Any 
suggestions?  Thanks






-- 
Best regards,
 Jacobmailto:[EMAIL PROTECTED] 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


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





--
To unsubscribe, e-mail:   
For additional commands, e-mail: