• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

JDeveloper 10 g deployment to JBoss 4

 
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am currently using Eclipse but would like to move to JDeveloper 10G. The only issue is I need to be able to deploy a web application war to JBoss 4. Does anyone know of any documentation out there to accomplish this?
 
author & internet detective
Posts: 42145
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jeremy,
Most IDEs let you export as a war. Are you asking how to do that or how to deploy the war to JBoss?
 
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is fairly easy. Just set up a new App Server connection in JDev as "JBoss". It will ask you for the "deploy" directory. For example, mine is "E:\jboss\jboss-3.2.5\server\default\deploy". Then you can right click deploy as usual.

Note that if you are using Oracle Data Sources in JBoss you need to tweak a few JBoss config files. I forget what they are but the docs are out there if you run into problems.
 
Jeremy Wilson
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am realizing my original question is alittle open ended. We want to use the RAD capabilities of JDeveloper with JBoss on top of an oracle database. I realize the question is morphing into how to deploy the ADF/UIX and Business Component framework to JBoss? We do not have the funding resources to use the Oracle application server at this time. I hope this clarifies a few things.
 
Jeanne Boyarsky
author & internet detective
Posts: 42145
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jeremy,
After developing in JBoss, you can export the code to an EAR file. (or a WAR file, but an EAR is better.)

For questions about JBoss, please post in our JBoss forum.
 
Jeremy Wilson
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, everyone.... I believe I am on the right track now. I have a test Web application using ADF-Face deployed to JBoss 4.0
 
reply
    Bookmark Topic Watch Topic
  • New Topic