1 Reply Latest reply on Jul 2, 2004 8:00 AM by darranl

    where I can put my servlet in jboss-3.2.2RC1_tomcat-4.1.24 a

    dev_rajvk

      Hi all,
      where I can put my servlet in jboss-3.2.2RC1_tomcat-4.1.24 and how to run it?
      please respond me to dev_rajvk@yahoo.com

      Thanks & Regards,

      Dev

        • 1. Re: where I can put my servlet in jboss-3.2.2RC1_tomcat-4.1.
          darranl

          You will need to package your servlet within a war file with appropriate deployment descriptors and copy the war file to the server/default/deploy folder (Assuming you are running with the default config).

          It will probably be easier for you if you work through the getting started guide which will cover a lot of the things you need to know about.