How can I setup a Startup Class in WebSphere 3.5
Created Nov 1, 2001
birendar waldiya IBM WebSphere provides the GUI where the option is there to set wether the server wants a particular Servlets is to be invoked upon start up. This will updated the XML as follows:
<servlet name="File Serving Enabler" action="update">
<description>Auto-Generated - File Serving Servlet</description>
com.ibm.servlet.engine.webapp.SimpleFileServlet
<init-parameters/>
<load-at-startup>true</load-at-startup>
<debug-mode>false</debug-mode>
<uri-paths>
<uri value="/servlet/"/>
</uri-paths>
<enabled>true</enabled>
</servlet>