Hai all,
+--Root
+--Web-Inf
+--Classes
--HelloWorld.class
+--servlet
+--myservlet
--Myservlet.class
I am using the following servlet mapping in my webApplication
Deployment Descriptor web.xml, when i attempt to use /justtesting the
sevlet produces the respone in Browser
<servlet>
<servlet-name>HelloWorld</servlet-name>
<servlet-class>HelloWorld</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>HelloWorld</servlet-name>
<url-pattern>/justtesting</url-pattern>
</servlet-mapping>
if i want to map a Group of Servlet E.g the servlets under the folder
Root/Web-Inf/Classes/servlet/....
what i Should do..
Thanks for ever,
inr
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]