0

I'm trying to figure out how to modify the default startup/deployment ordering of artifacts in IntelliJ (I'm on IJ 11). It looks like it uses basic string ordering (ascending) to deploy the artifacts and it does so sequentially. I want to change it up a bit so I can control the order in which my artifacts are started.

I've searched the web and stack overflow for this and haven't found an answer. (SO Link: How to control webapp deployment order when restarting tomcat)

Any ideas? Thanks in advance.

Community
  • 1
  • 1
vinnybad
  • 2,102
  • 3
  • 19
  • 29
  • 1
    It was resolved for JBoss recently: http://youtrack.jetbrains.com/issue/IDEA-36080. You may want to submit a new request to YouTrack so that this feature is also implemented for Tomcat. – CrazyCoder Aug 06 '12 at 22:33
  • Yeah, I saw that...but I'm a bit surprised it's not in there for tomcat too. thank you for your help! – vinnybad Aug 06 '12 at 22:34
  • It's not there because no one has asked for it before. – CrazyCoder Aug 06 '12 at 22:48

1 Answers1

0

I'm answering my own question because it turns out this feature was not implemented for Tomcat. I submitted a feature request for it and you can track it at this link: http://youtrack.jetbrains.com/issue/IDEA-89803#comment=27-367677

vinnybad
  • 2,102
  • 3
  • 19
  • 29
  • Do you have any idea if the deployment order of artifacts has been resolved for GlassFish too ? – Rahul Saini Jan 23 '15 at 12:52
  • Do you have any idea if the deployment order of artifacts has been resolved for GlassFish too ? As of IntelliJ 13.1 I do not see any option to reorder the artifacts for Glassfish App Server ! – Rahul Saini Jan 23 '15 at 12:59