You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Rajehswar V. Rao" <ra...@erunway.com> on 2001/07/04 10:43:59 UTC

Startup Servlet in Tomcat environment

Hi all,
	I am trying to keep a servlet in Tomcat environment so that whenever
server starts, the servlet should be loaded. I have servlet under
examples/WEB-INF/classes in Tomcat. And I knew that load-on-startup value to
be set in web.xml which is under TOMCAT_HOME/conf.
But How can i map the servlet which is in examples/WEB-INF/classes in the
web.xml of Conf folder.
I am working on Tomact3.2 with IIS on Windows2000 and NT4.0
Has anybody worked on this....
Please do help....

-raj-