Hello all,
I’m trying to deploy a HelloWorld project within MyEclipse to a Resin server. However, Myeclipse places this project, as well as all other projects, in the the following directory:
C:\Servers\Resin\resin-3.1.2\deploy\
I have only been able to access deployments via the web when deployments reside in this directory:
C:\Servers\Resin\resin-3.1.2\webapps\
Is MyEclipse deploying to the wrong directory? If so, how can I have it deploy to the correct one so I can view my HelloWorld.jsp file on the web (http://localhost:8080/HelloWorld/HelloWorld.jsp)? Am I missing something else?
Thanks all,
~John