I’ve been developing on my local PC a Spring web app and testing this using the MyEclipse Tomcat server.
I now want to deploy the web app onto a remote web app hosting service I’ve signed up for. They are using Tomcat 6.
Is it possible to deploy my web app directly from the MyEclipse IDE to this remote hosting tomcat service?
I was thinking that I could create a server in the ‘Servers’ pane and then link this to the remote hosted Tomcat instance. But all the dialogs appear to take DOS file paths not web style URLs.
A|ny ideas?