|
Put your class
file in ./Web-inf/classes/ and add the following to you ./Web-inf/web.xml
file:
<servlet>
<servlet-name> ABC </servlet-name>
<servlet-class> abc </servlet-class>
</servlet> If you want to
hide the fact that it's a servlet you can add the following to your
web.xml
<servlet-mapping>
<servlet-name> ABC </servlet-name>
<url-pattern> acb.htm </url-pattern>
</servlet-mapping> Michael Wentzel
Software Developer
Software As We Think
|
