0 Replies Latest reply on Nov 8, 2002 7:46 AM by renjith

    How to install servlet

    renjith


      I have a servlet with class name TestServlet.class
      now i need to install the servelt and and set alias to
      http://myServer:8080/cgi-bin/test.cgi. the name is important. And also i need to specify init params for servlet.


      Note that i have packaged the servlet as MyApp.war

      here is my alias names in web.xml

      but this is not working please help me


      <servlet-name>../../cgi-bin/test.cgi</servlet-name>
      <servlet-class>TestServlet</servlet-class>
      <load-on-startup>0</load-on-startup>
      </servlet