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