RE: Tomcat not showing any error report

2003-09-26 Thread Shapira, Yoav
Howdy, Bugzilla is not a help desk support system, these issues are just a waste of time and space and a pain to close later. That said, two things come to mind right away: - docBase should not have a / at the beginning in your context definition. Take out the leading /. - User tomcat must have

Re: Tomcat not showing any error report

2003-09-26 Thread Giovanni P. Tirloni
* Shapira, Yoav ([EMAIL PROTECTED]) wrote: > > Howdy, > Bugzilla is not a help desk support system, these issues are just a > waste of time and space and a pain to close later. Like I said google and the archives didn't help and my previous post with the same information got no reply. I proceed

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 $CATALI

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 your

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
* Tim Funk ([EMAIL PROTECTED]) wrote: > 1) Check permissions and user ids Ok, running as user 'tomcat' and group 'tomcat'. It now owns the whole CATALINA_HOME directory. > 2) Are you running with the security manager turned on? If so, I never do > so I can't be of help. I'm running with it t

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 o

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

2003-09-26 Thread Giovanni P. Tirloni
This was my old entry (no error page, nothing): This is the new entry that shows the error page. Adding unpackWARs gives more info about the error (line number, etc): I also changed the HTTP Connector from: to: I hope this helps anyone having the sa