Can I configure Eclipse / JBoss integration so it does not rely on deploying Jars to the "server/def
- by kellyfj
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"?