Unexpected server shutdown

2004-06-15 Thread Matt Swensson
Tomcat 5.0.24 Red Hat Enterprise plenty of RAM and cpu sometimes we start up and after anywhere from a minute or two to an hour or so, we get the following in the log. This comes after some requests or no requests at all. Is there a way to find out why it is shutting down? No command to

Re: Tomcat listing directories instead of Apache

2003-07-11 Thread Matt Swensson
http://jakarta.apache.org/tomcat/faq/misc.html#listing Check that link out, there is a setting in web.xml to disable directory listings. --- Rick [EMAIL PROTECTED] wrote: Hi I have Apache2.0.46 set up with Tomcat4.1.24 through mod_jk2. My = httpd.conf has: Options Indexes FollowSymLinks

Re: Need help with performance issue - Tomcat 4.1.X

2003-07-11 Thread Matt Swensson
Are these results occurring when tested on a local area network as well? I have had an issue like that, but it turned out to be a networking issue..not tomcat. --- [EMAIL PROTECTED] wrote: With Tomcat 4.1.x We've recently run into an issue where some of our pages either a) take a really

confused on debug level

2003-07-10 Thread Matt Swensson
I have upgraded to tomcat 4.1.18 recently from 4.0.4. When my JSP's compile and there is an error in one of the included files, the output I get in my error log is : Compile failed; see the compiler error output for details. at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:842)

Re: confused on debug level

2003-07-10 Thread Matt Swensson
So I figured out the problem.. it turns out that the errors are now in another log. There was one log I missed in my checks... --- Matt Swensson [EMAIL PROTECTED] wrote: I have upgraded to tomcat 4.1.18 recently from 4.0.4. When my JSP's compile and there is an error in one

RE: Memory usage

2003-07-10 Thread Matt Swensson
I use 'ps' to figure it out (are you using linux?) I do something like: ps aux | grep tomcat i grep tomcat because that is the user my tomcat runs as... you could also use 'top' __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com

Re: Help! Symbolic Links and Tomcat 4.1.18

2003-07-10 Thread Matt Swensson
What if you just set up a symbolic link inside the webapp itself going to the actual directory. for example you have a directory /media/ - in your webapps you create a symbolic link to the media directory but access it as if it is a local dir. ../webapps/myWebApp/media-/media/ Has anyone

RE: Help! Symbolic Links and Tomcat 4.1.18

2003-07-10 Thread Matt Swensson
I don't have experience with IIS so I am not sure how symbolic links should be working. wish i could be of more help. what are the errors being thrown? Should I still edit my server.xml? I also should mention I'm running IIS as a server and using Virtual Directories for sym links. I tried