Hello... Sorry about pushing so - but I'm stuck with this one....
What URL do I use to launch the servlet MyServlet deployed (not a .war) as:
<tomcat-root>/webapps/jat/classes/com/justatest/test/MyServlet.class?
(<tomcat-root>/webapps/jat/classes/MyServlet.class launches successfully with
this url:
http://localhost:8080/jat/servlet/MyServlet)
I'm running tomcat 4.0.1 with sun jdk 1.3.1 on redhat 7.0.
thanks for any help,
/j-p.
Quoting Miguel Angel Mulero Martinez <miguel-angel.mulero@mad.tecsidel.es>:
> Maybe the InitSnoop.java don't start with "package com.justatest.test;"
>
>
> -----Mensaje original-----
> De: John-Paul Delaney [mailto:jp@justatest.com]
> Enviado el: viernes, 20 de septiembre de 2002 12:43
> Para: tomcat-user@jakarta.apache.org
> Asunto: Dumb Question ../servlet/com.justatest.test.MyServlet error
>
> Hello List...
>
> I've created the directory path:
> <tomcat-root>webapps/jat/WEB-INF/classes/com/justatest/test/
>
> but I get an error when I try to run the oreilly servlet from URL:
> http://localhost:8080/jat/servlet/com.justatest.test.InitSnoop
>
>
> The same servlet will run ok from URL:
> http://localhost:8080/jat/servlet/InitSnoop
>
> The exception is:
> Cannot allocate servlet instance for
> path /jat/servlet/com.justatest.test.InitSnoop
>
> cause:
> lang.NoClassDefFoundError: com/justatest/test/InitSnoop (wrong name:
> InitSnoop)
>
> Any suggestions on what I'm doing wrong would be appreciated,
>
> thanks
> /j-p.
>
--------------------
JUSTATEST Art Online
www.justatest.com
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@jakarta.apache.org>
|