servet-dircetory

2005-12-04 Thread Sebastian Funk

(Sorry if I sent this message twice, I didn't get the first one)
Hi,

I've read a book about servlets called Java Servlet Progamming.  
This book says I can access all my servlets - additionally to that  
what I declared in web.xml - via

http://tomcat-server:8080/servlet/myServlet
but I can't.
I get 404 Not Found. Why?

Best Regards,
Sebastian


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



Re: servet-dircetory

2005-12-04 Thread Wendy Smoak
On 12/4/05, Sebastian Funk [EMAIL PROTECTED] wrote:

 I've read a book about servlets called Java Servlet Progamming.
 This book says I can access all my servlets - additionally to that
 what I declared in web.xml - via
 http://tomcat-server:8080/servlet/myServlet
 but I can't.
 I get 404 Not Found. Why?

http://tomcat.apache.org/faq/misc.html#invoker

--
Wendy

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



Re: servet-dircetory

2005-12-04 Thread Sebastian Funk


On Dec 4, 2005, at 4:19 PM, Wendy Smoak wrote:


On 12/4/05, Sebastian Funk [EMAIL PROTECTED] wrote:


I've read a book about servlets called Java Servlet Progamming.
This book says I can access all my servlets - additionally to that
what I declared in web.xml - via
http://tomcat-server:8080/servlet/myServlet
but I can't.
I get 404 Not Found. Why?


http://tomcat.apache.org/faq/misc.html#invoker

thanks for that.

Best regards,
Sebastian Funk

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