• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Migration From Websphere to Jboss

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello friends,

In our project we are using websphere5.x for development purpose and deployment purpose we will use Jboss4.x. Now we planned to test few modules in Jboss. So could any one give suggestion for this migration? Could any one send link for how to deploy .war and .jar and .ear in Jboss?

Regards,
sidiq
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Could any one send link for how to deploy .war and .jar and .ear in Jboss?



You just have to place the .war or .jar or .ear in the %JBOSS_HOME%/server/default/deploy folder. You can start the server using the run.bat present in the %JBOSS_HOME%/bin folder. JBoss will pick up these archives present in the deploy folder while starting up
 
mohammed abu
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Jaikiran Pai,

Thanks for reply. I have done as per you said in pervious response regarding running .war file. But actual requirement is how to migrate application that developed from websphere5.x to Jboss3.x. Our project is elearning. We are using Struts (Presentation tier) and spring (business tier) and Hibernate (persistence tier) for developing that project.

In the last post itself I said we are using websphere for development purpose and deployment we will use Jboss. So could you tell me is there any way to migrate all from websphere to Jboss? What are configurations I need to concentrate? Could you send any link that related to my problem?

Regards,
Sidiq
reply
    Bookmark Topic Watch Topic
  • New Topic