| Article: |
Deploying Web Applications to Tomcat | |
| Subject: | could not run servlet in tomcat4.0.1 in own application?-urgent | |
| Date: | 2002-01-21 00:38:00 | |
| From: | sharmakeshav | |
|
Dear sir, i m unable to run servlet which i placed in my application which is like that in the specified folder i placed my servlet class file(s) \webapps\MyApp\Web-inf\classes\HelloDemo.class and i hv also specified the servlet mapping and registration in web.xml file which is in the folder \webapps\MyApp\Web-inf\web.xml and entry is like that <servlet> <servlet-name>HelloDemo</servlet-name> <servlet-class>HelloDemo</servlet-class> </servlet> <servlet-mapping> <servlet-name>HelloDemo</servlet-name> <url-pattern>/servlet/*</url-pattern> </servlet-mapping>
|
||
Showing messages 1 through 1 of 1.
-
could not run servlet in tomcat4.0.1 in own application?-urgent
2002-02-16 17:34:18 carmen1 [View]



Hope this will help you.
the man