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…