2 Replies Latest reply on Oct 11, 2002 8:56 AM by zaheer_ijaz

    run servlet

    glkrr

      just now i downloaded jboss-3.0.3_tomcat-4.1.12.zip file from jboss.com.I started both tomcat server and jboss server tooo.So how can i run the small servlet and jsp and where i can put class file .can any one tell me about these things or any documentation

        • 1. Re: run servlet
          chgrimm

          even as you read this message, you see the links on the left of the page.

          move your mouse to the green area, choose Documentation and leftclick on your mouse or let yout mother do for you.

          • 2. Re: run servlet
            zaheer_ijaz

            Create a JSP page and place it in any folder but this folder should contains two more folders named:

            META-INF -- it contains MANIFEST.MF
            WEB-INF -- it contains web.xml

            pack all jsp/html and these two folers in a war file and place thus war file in

            C:\jboss300tomcat403\server\default\deploy

            PS. If there is any Database connectivity then you have to do something more.

            Thanks,
            Zaheer Ijaz.