Can I configure Eclipse / JBoss integration so it does not rely on deploying Jars to the "server/def

Posted by kellyfj on Stack Overflow See other posts from Stack Overflow or by kellyfj
Published on 2010-06-02T21:15:05Z Indexed on 2010/06/02 22:14 UTC
Read the original article Hit count: 204

Filed under:
|
|
|

I am using MyEclipse 7.5 with JBoss 4.2.3 GA. When I define my local development JBoss server in MyEclipse it always wants to deploy jars, wars etc. to the "server/default/deploy" directory.

Unfortunately our JBoss directory structure for production is "server/XYZ/deploy/abc" (driven by a third party).

As a result our Dev JBoss instances are different from our QA/Staging/Production JBoss instances.

Is there a way to configure Eclipse to use JBoss but deploy to that specific folder path "server/XYZ/deploy/abc" rather than the default one "server/default/deploy"?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse