You are currently viewing the Struts section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
we have developed a project using struts and jsp .i want to run it from apachi web server.how i should deploy it on web server?
that is how i should run it? where i should put this folder ?
If your project is simply on struts & servlets & jsps ...then you can use any servlet container like Tomcat/ galssfish etc.
Tomcat standalone will also work for your requirement .
Else you can integrate it with Apache webserver .
you can also use Bea weblogic but you will need a license for using it.