Currently, the Tomcat server that I'm using to develop against is localhost - and I'm using Eclipse WTP to hotswap code onto the server.
However, I'm starting to do some mobile development and I'd like to be able to work in the same model - when I change code, it appears on the device.
The snag is, the tomcat instance I have access to via a mobile (i.e. external, 3G access rather than internal connectivity) does not sit on my machine, it sits on another server.
Is there any way I can still do Hotswap (preferably through Eclipse) onto this Tomcat instance that is external to my machine?
Would JRebel do this?
Thanks.