hi,
in your web-inf folder of your context there is web.xml. in that write like
this

        <servlet>
      <servlet-name>InitializeConnectionPool</servlet-name>

<servlet-class>com.globaleangel.tops.ra.servlets.InitializeConnectionPool</s
ervlet-class>
      <load-on-startup>1</load-on-startup>
    </servlet>

    <servlet-mapping>
        <servlet-name>
            InitializeConnectionPool
        </servlet-name>
        <url-pattern>
            /InitializeConnectionPool
        </url-pattern>
    </servlet-mapping>

hope it will help.

Vikramjit Singh,
Systems Engineer,
GTL Ltd.
Ph. 7612929-3140


-----Original Message-----
From: Kam Premkumar [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 10, 2001 11:27 AM
To: [EMAIL PROTECTED]
Subject: startup servlet config in tomcat


How to configure startup servlets in tomcat.

Thanks
Prem

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to