File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss/WildFly and the fly likes Migrate Tomact-Struts application into JBoss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss/WildFly
Reply Bookmark "Migrate Tomact-Struts application into JBoss" Watch "Migrate Tomact-Struts application into JBoss" New topic
Author

Migrate Tomact-Struts application into JBoss

Raj Krish
Greenhorn

Joined: Apr 12, 2006
Posts: 1
WE have a Tomcat webserver that runs a application build using Struts MVC framework.
We want to install JBoss and migrate the application entirely into it retaining the Struts modules. Where can I find information about building /configuring Struts application in JBoss.

Please help.
Thanks
Meghana Meduri
Greenhorn

Joined: Mar 29, 2006
Posts: 27
It should not be very difficult to migrate web application from tomcat to jboss.
You don't have to do configuration stuff unless you have clustering and all that stuff.

You can lots of documentation on jboss form jboss.org. Documentaion explains how to deploy web application.

It supports hot deployment. All you need is to copy your war into /jboss/server/defauly/deploy folder.

When you start your server, application gets deployed.

Make sure that jvm versions on which you build your war match with JVM version on which your server is running.

Hope this helps.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Migrate Tomact-Struts application into JBoss
 
Similar Threads
Migration from iPlanet to JBoss
Migration problems for Legacy applications
Difference Between Struts 1.0 and Struts 1.1
Migrate from EJB to Servlet/jsp
Websphere to JBOSS migration