aspose file tools
The moose likes Oracle/OAS and the fly likes JDeveloper 10 g deployment to JBoss 4 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "JDeveloper 10 g deployment to JBoss 4" Watch "JDeveloper 10 g deployment to JBoss 4" New topic
Author

JDeveloper 10 g deployment to JBoss 4

Jeremy Wilson
Ranch Hand

Joined: Feb 18, 2003
Posts: 166
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?


Jeremy Wilson
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26216
    
  66

Jeremy,
Most IDEs let you export as a war. Are you asking how to do that or how to deploy the war to JBoss?


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Robert Hayes
Ranch Hand

Joined: Oct 24, 2004
Posts: 116
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

Joined: Feb 18, 2003
Posts: 166
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
internet detective
Marshal

Joined: May 26, 2003
Posts: 26216
    
  66

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

Joined: Feb 18, 2003
Posts: 166
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JDeveloper 10 g deployment to JBoss 4
 
Similar Threads
Jboss clustering
can we have jboss console in jdeveloper?
can we have jboss console in jdeveloper?
can we have jboss console in jdeveloper?
which one is the best formation: Struts - Spring or JSF - Spring?