Yes, in a sense, you can deploy the war in dev mode.
I have the same problem.
I have an Eclipse Webapp project that Eclipse deploys into a Tomcat instance launched by Eclipse, so I can edit the project with editing rights.
This web project must use resources published by another webapp that must be running on the same Tomcat instance. Another webapp is a completed project by someone else, so it is already in military uniform.
I needed File-> Import war as an Eclipse project and let Eclipse deploy it in the same Eclipse instance to run it in the same Tomcat instance where my webapp is running.
The problem is that some wars work this way, but some others do not, while they all work fine in standalone Tomcat (running startup.sh). I canβt understand why.
Yoichi
source share