JBoss use Eclipse workspace as WebApp?

L

Lord0

Hi there,

With OC4J (the Oracle J2EE server) you can specify in "default-web-
site.xml" various <web-app>'s.

i.e.

<web-app application="current-workspace-app" name="myapp" root="/
myapp" load-on-startup="true"/>

Then in "server.xml" you do this:

<application name="current-workspace-app" path="C:\eclipse\workspace
\oc4j-app.xml" start="true" />

Then in "oc4j-app.xml" you have:

<web-module id="myapp" path="C:\eclipse\workspace\myappWebRoot"/>

This essentially means that as you edit java classes in Eclipse and
save/compile them, the changes are automatically picked up by the App
Server with no need to package up and redeploy the entire web app.

Can anything similar be done with JBoss?

I am currently use Eclipse Web Tools + JBoss + Eclipse but it seems to
want to repackage and redeploy the entire web app rather than just the
single changed class file.

cheers

Lord0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top