RE: Debugging mode?

2003-09-08 Thread Shapira, Yoav
-Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Sunday, September 07, 2003 12:00 AM To: [EMAIL PROTECTED] Subject: Re: Debugging mode? Tim's comments are very good, and should be followed. However, this error is usually because you've b*rked up your web.xml file

Debugging mode?

2003-09-06 Thread Thomas Hehl
OK, I had tomcat up and working just fine. I moved some directories around and changed my web.xml for my web app and now I get 404 for EVERYTHING I'm not asking anyone to solve this problem for me, but I've tried to check all of the logs and can't figure out where to go next. Is there some

Re: Debugging mode?

2003-09-06 Thread Tim Funk
In server.xml almost every declaration has a debug option. Change it to debug='99'. Do the same for you context declaration too. Other things use commons-logging. In that case, add log4j.jar to your common/lib dir and add a file called log4j.properties in your common/classes dir which looks

Re: Debugging mode?

2003-09-06 Thread Bill Barker
Tim's comments are very good, and should be followed. However, this error is usually because you've b*rked up your web.xml file, and the context isn't loading at all. Your log files should be a help in determining which element is out-of-order. Thomas Hehl [EMAIL PROTECTED] wrote in message