On Mon, 13 Sep 2004 14:57:31 -0400, Kelly Denehy <[EMAIL PROTECTED]> wrote:
> On Mon, 13 Sep 2004 11:21:55 -0700, Daxin Zuo <[EMAIL PROTECTED]> wrote:
> > [snip]
> > For example I have a servlet TestServlet.class (package: myServlet) in
> > [snip]
> >   <servlet>
> >         <servlet-name>TestServlet</servlet-name>
> >         <servlet-class>TestServlet</servlet-class>
> >   </servlet>
> 
> I might be wrong, but I believe the servlet-class needs to be fully
> qualified, so it would be
> <servlet-class>myServlet.TestServlet</servlet-class>.
> 

Hmmm, except you said it runs correctly when accessing directly
through Tomcat on port 8008.  I've always avoided accessing the ROOT
webapp through Apache to avoid these kind of issues, because of the
additional ambiguity that it introduces.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to