1 Reply Latest reply on Aug 20, 2003 4:53 PM by coachvargo

    How to install Struts in JBoss 3.2 with integrated Jetty Ser

    vijay_radha

      Hi Xperts,

      I'm using JBoss3.2 with integrated Jetty servlet container instead of Tomcat. I would like to develop applications using Struts framework. How to configure the struts in the Jboss (that is in Jetty) server inorder to work with struts framework?

      Any idea, guidence...

      Thanks in Advance...

      Vijay

        • 1. Re: How to install Struts in JBoss 3.2 with integrated Jetty

          Yes, you can use Struts with ANY servlet container. I am currently using Struts with Jboss (Jetty) version 3.2.1.

          The quickest way to get started with Struts is to expand the struts-blank.war into a directory named struts-blank.war in the jboss deploy directory. Then you can add jsp pages to the directory and see them immediately through this url: http://localhost/struts-blank/{page-name}.jsp. This pre-packaged war file has a pre-configured web application that will get you started.