RE: Tomcat seems to have stopped servicing requests behind Apache

2008-07-15 Thread Tim Hunt
, but I'm not sure that's necessary, and I don't know what else it might break. Regards, Tim -Original Message- From: Tim Hunt [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2008 1:49 PM To: Tomcat Users List Subject: RE: Tomcat seems to have stopped servicing requests behind Apache

RE: Tomcat seems to have stopped servicing requests behind Apache

2008-07-10 Thread Tim Hunt
To: Tomcat Users List Subject: Re: Tomcat seems to have stopped servicing requests behind Apache Tim Hunt wrote: If I comment out the 'Include /etc/httpd/conf/working_mod_jk2.conf' line from httpd.conf and restart, it serves simple .jsp pages as text (not processed) Storing httpd content and Tomcat

Re: Tomcat seems to have stopped servicing requests behind Apache

2008-07-10 Thread Mark Thomas
Tim Hunt wrote: Thanks for alerting me. I think it's only that working_mod_jk2.conf file that's in the httpd directory, the rest is in the /usr directory. Is that still a problem? If httpd and Tomcat are serving content from the same directory then there is the potential for security issues.

RE: Tomcat seems to have stopped servicing requests behind Apache

2008-07-10 Thread Tim Hunt
seems to have stopped servicing requests behind Apache Tim Hunt wrote: Thanks for alerting me. I think it's only that working_mod_jk2.conf file that's in the httpd directory, the rest is in the /usr directory. Is that still a problem? If httpd and Tomcat are serving content from the same

Re: Tomcat seems to have stopped servicing requests behind Apache

2008-07-10 Thread Mark Thomas
Tim Hunt wrote: Hmmm. Does that mean I shouldn't have an .html file (served by Apache) and a .jsp file (served by Tomcat) in the same directory? Yes. Unless you are careful about your configuration. It is possible to do it safely, but it can cause issues. Mark

RE: Tomcat seems to have stopped servicing requests behind Apache

2008-07-10 Thread Tim Hunt
seems to have stopped servicing requests behind Apache Tim Hunt wrote: Hmmm. Does that mean I shouldn't have an .html file (served by Apache) and a .jsp file (served by Tomcat) in the same directory? Yes. Unless you are careful about your configuration. It is possible to do it safely

Re: Tomcat seems to have stopped servicing requests behind Apache

2008-07-10 Thread Len Popp
and how to potentially do this safely? Thanks, Tim -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 2:55 PM To: Tomcat Users List Subject: Re: Tomcat seems to have stopped servicing requests behind Apache Tim Hunt wrote: Hmmm. Does

RE: Tomcat seems to have stopped servicing requests behind Apache

2008-07-10 Thread Tim Hunt
] Sent: Thursday, July 10, 2008 4:03 PM To: Tomcat Users List Subject: Re: Tomcat seems to have stopped servicing requests behind Apache One way to do it safely is to have Tomcat serve all the files. Is there a reason why you need the Apache web server at all? -- Len On Thu, Jul 10, 2008 at 15

Re: Tomcat seems to have stopped servicing requests behind Apache

2008-07-10 Thread Len Popp
[mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 4:03 PM To: Tomcat Users List Subject: Re: Tomcat seems to have stopped servicing requests behind Apache One way to do it safely is to have Tomcat serve all the files. Is there a reason why you need the Apache web server at all? -- Len

RE: Tomcat seems to have stopped servicing requests behind Apache

2008-07-09 Thread Tim Hunt
to sort out the warning about loading a config file. Thanks, Tim -Original Message- From: Clovis Wichoski Sent: Tuesday, July 08, 2008 8:55 PM To: Tomcat Users List Subject: Re: Tomcat seems to have stopped servicing requests behind Apache Hi Tim, check at your tomcat home if exists

RE: Tomcat seems to have stopped servicing requests behind Apache

2008-07-09 Thread Tim Hunt
, July 09, 2008 10:10 AM To: Tomcat Users List Subject: RE: Tomcat seems to have stopped servicing requests behind Apache Thanks *a lot* for the suggestion, but I was not able to find a file with that pattern anywhere on my system. I tried again to load a few jsp pages, including a very simple one

Re: Tomcat seems to have stopped servicing requests behind Apache

2008-07-09 Thread Mark Thomas
Tim Hunt wrote: If I comment out the 'Include /etc/httpd/conf/working_mod_jk2.conf' line from httpd.conf and restart, it serves simple .jsp pages as text (not processed) Storing httpd content and Tomcat content in the same directory structure is asking for a world of security pain (generally

Re: Tomcat seems to have stopped servicing requests behind Apache

2008-07-08 Thread Clovis Wichoski
Hi Tim, check at your tomcat home if exists a file with the pattern hs_err_pid*.log maybe your JVM was killed, and in that log you will know the reason. regards Clóvis On Tue, Jul 8, 2008 at 6:26 PM, Tim Hunt [EMAIL PROTECTED] wrote: Hi, I have a Linux (Centos 4) system running Tomcat