Re: Autodeployment of web.xml Does Not Work

2006-04-17 Thread Evan J
Ok, new revelations... I believe I figured out What I was doing wrong. It turned out that autodeployment of WEB-INF/web.xml was actually working and being monitored. What I had been missing all along was misunderstanding of request-mapping to servlets. So according to Servlet Specification and se

Re: Autodeployment of web.xml Does Not Work

2006-04-15 Thread Evan J
On 4/15/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 4/15/06, Evan J <[EMAIL PROTECTED]> wrote: > > > But again, "ANY" classes that does not have "url mapping" in > > WEB-INF/web.xml, would not be autodeployed even if Tomcat server is > > restarted. So once again, any class that has an existing

Re: Autodeployment of web.xml Does Not Work

2006-04-15 Thread Wendy Smoak
On 4/15/06, Evan J <[EMAIL PROTECTED]> wrote: > But again, "ANY" classes that does not have "url mapping" in > WEB-INF/web.xml, would not be autodeployed even if Tomcat server is > restarted. So once again, any class that has an existing url-mapping > in WEB-INF/web.xml, can be recompiled and auto

Autodeployment of web.xml Does Not Work

2006-04-15 Thread Evan J
Hi, First of all I just want to say that this issue has been dragging me for the last 3 days and I've had it up to here. You have to excuse my sophomoric knowledge of Tomcat as I've just started learning servlet and thought Tomcat would be a suitable container for a novice. Sorry for posting such