I'd like to run different projects on a single JBoss AS in IntelliJ IDEA (different projects, not different modules). All the projects should support hot deployment.

I know how to do that in Eclipse, but I've got no idea of how to do it in IntelliJ IDEA. Is this even possible?

link|improve this question

feedback

1 Answer

IntelliJ IDEA module is the same as Eclipse project, see the FAQ. Having multiple modules in one IDEA project allows you to deploy several modules at the same time to the same server.

link|improve this answer
These projects don't have anything in common (like for example a Maven parent project). And according to the FAQ There's no exact equivalent to Eclipse's workspace that contains all your work, but you can open multiple projects in multiple frames at the same time. – New Talk Dec 28 '11 at 7:20
1  
Yes, that is true. You may try remote JBoss configuration to deploy different projects to a single server. – CrazyCoder Dec 28 '11 at 13:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.