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?
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
posted
0
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.