Newbie here… sorry….
I seem to have everything up and running here on my local machine. Deploying to my tomcat 5.5 installation seems to work fine. Debug works fine. Everything seems to work exactly as expected and specified in tutorials and help files.
What is not clear to me is how do I now deploy my application to my (remote) production server.
I have been searching around the help files, and it’s still not clear to me how do I get my application from my local (development) machine to my remote (production) server. It seems that deployment is expected to take place on the same MyEclipse enabled machine.
At this stage I am not terribly interested in remote debugging or autosynching, but rather just deploying.
In my current (non-Eclipse) environtment, this is as simple as changing values in my build.properties file. I use ant and the tomcat manager to handle deployment.
While searching around for some information I came across this:
The requirements for MyEclipse application server support are:
MyEclipse application server connectors require direct access to application server installation. Therefore the application server must be installed on the file system of the machine that MyEclipse will operate. Note: MyEclipse does not currently support application deployment to remote application servers.
Am I missing something here?