Re: How do I debug dispatching errors?

2009-10-27 Thread Pid
On 26/10/2009 19:48, Josh wrote: This is Tomcat 5.5.26 under Windows XP, Java version as follows: java version 1.6.0_16 Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing) Pid wrote: Which dispatcher? Which dispatcher... can

Re: How do I debug dispatching errors?

2009-10-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Josh, On 10/20/2009 12:50 PM, Josh wrote: I have a debug statement set on the first line in the constructor of com.mycorp.referral.servlets.CreateRelationshipServlet. However, when I call the servlet with this URL:

Re: Re: How do I debug dispatching errors?

2009-10-26 Thread Josh
This is Tomcat 5.5.26 under Windows XP, Java version as follows: java version 1.6.0_16 Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing) Pid wrote: Which dispatcher? Which dispatcher... can you help me out here? According to

How do I debug dispatching errors?

2009-10-20 Thread Josh
Hello, I have a rather small application using servlets. I am encountering a problem where the dispatching is not working properly. There is a 'web.xml' file that looks like the first listing below. I have a debug statement set on the first line in the constructor of

Re: How do I debug dispatching errors?

2009-10-20 Thread Pid
On 20/10/2009 17:50, Josh wrote: Hello, I have a rather small application using servlets. I am encountering a problem where the dispatching is not working properly. There is a 'web.xml' file that looks like the first listing below. Like or is? I have a debug statement set on the first line