Re: servlet classes cannot be found

2001-04-10 Thread Nico den Boer
The Tomcat output window says when I use http://hostname:8080/imsapps/dejonge; Get real path /dejonge D:\tomcat\webapps\imsapps\dejonge D:\tomcat\webapps\imsapps 404 R( /imsapps + /dejonge + null) null If I use http://hostname:8007/imsapps/dejonge it says "Stream broken" with a stack trace.

Re: servlet classes cannot be found

2001-04-10 Thread suha_yacoub
PROTECTED] on 04/10/2001 09:33:41 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Suha Yacoub/IL/ONE) Subject: Re: servlet classes cannot be found The Tomcat output window says when I use http://hostname:8080/imsapps/dejonge; Get real path /dejonge D:\tomcat\webap

RE: servlet classes cannot be found

2001-04-10 Thread Michael Wentzel
Nico, - is your servlet class file located in: D:\tomcat\webapps\imsapps\WEB-INF\classes - are you calling your servlet via: http://localhost:8080/imsapps/servlet/dejonge I think this is how tomcat is set up. Correct me anyone if I'm wrong. These are the defaults. You can also set up

RE: servlet classes cannot be found

2001-04-10 Thread Doris Shi
--- Michael Wentzel [EMAIL PROTECTED] wrote: Nico, - is your servlet class file located in: D:\tomcat\webapps\imsapps\WEB-INF\classes - are you calling your servlet via: http://localhost:8080/imsapps/servlet/dejonge I think this is how tomcat is set up. Correct me anyone if