Tomcat not showing any error report

2003-09-26 Thread tirloni
Hi, My problem is described in the following URL. Tomcat is running as 'tomcat' and it doesn't have permission to write to any context path. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20540 What should I check? - To

RE: Tomcat not showing any error report

2003-09-26 Thread Shapira, Yoav
error report Hi, My problem is described in the following URL. Tomcat is running as 'tomcat' and it doesn't have permission to write to any context path. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20540 What should I check

Re: Tomcat not showing any error report

2003-09-26 Thread Giovanni P. Tirloni
/. It still doesn't generate the error report for anything. The following error message is logged to catalina.out: Compile failed; see the compiler error output for details. - User tomcat must have write permission to at least the temp and work directories under $CATALINA_HOME. It owns everything

RE: Tomcat not showing any error report

2003-09-26 Thread Shapira, Yoav
Howdy, - User tomcat must have write permission to at least the temp and work directories under $CATALINA_HOME. It owns everything except bin and conf. If you're using a UserDatabase realm for authentication (which is the default), the tomcat user also needs to be able to write

Re: Tomcat not showing any error report

2003-09-26 Thread Tim Funk
1) Check permissions and user ids 2) Are you running with the security manager turned on? If so, I never do so I can't be of help. 3) Do you get the same problems with a default install? 4) If you delete logs/* and work/*, then restart are the logs helpful or do you get the same error? 5) Is

Re: Tomcat not showing any error report

2003-09-26 Thread Giovanni P. Tirloni
* Shapira, Yoav ([EMAIL PROTECTED]) wrote: If you're using a UserDatabase realm for authentication (which is the default), the tomcat user also needs to be able to write $CATALINA_HOME/conf/tomcat-users.xml. Ok, thanks for the hint. It had only read permissions. -- Giovanni P. Tirloni

Re: Tomcat not showing any error report

2003-09-26 Thread Giovanni P. Tirloni
(the error report): Listener className=org.apache.catalina.mbeans.ServerLifecycleListener debug=0/ Listener className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener debug=0/ But when I add these lines to the current server.xml install (they were missing) the error report

Re: Tomcat not showing any error report

2003-09-26 Thread Giovanni P. Tirloni
* Giovanni P. Tirloni ([EMAIL PROTECTED]) wrote: I played for 2 hours with the configuration and found one thing. When I have the lines below from the server.xml of the default install it stops working (the error report): That should read: When I take the lines below OUT of server.xml

Re: Tomcat not showing any error report (FIXED?)

2003-09-26 Thread Giovanni P. Tirloni
This was my old entry (no error page, nothing): Host name=mydomain.com Alias name=www.mydomain.com Listener className=org.apache.ajp.tomcat4.config.ApacheConfig append=true/ Context path= docBase=/var/www/mydomain/ Context path=/_webapp privileged=true

Error Report

2003-09-13 Thread John Z Yang
Hi, Is there a way to send a customized error report when our servlet or Tomcat run into something wrong? Instead of sending all the detailed stack dump, a more friendly message to our customers might be better. I would appreciate it very much if someone can give me some pointers on how

Re: Error Report

2003-09-13 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#error -Tim John Z Yang wrote: Hi, Is there a way to send a customized error report when our servlet or Tomcat run into something wrong? Instead of sending all the detailed stack dump, a more friendly message to our customers might be better