Subject: Let's run it!
Author: Alex_Raj
In response to: Import into Eclipse IDE WTP
Posted on: 03/29/2012 01:51:13 PM
Now your WebApp should be recognized by Eclipse's Server and can be added into Server's context.
It then can be run under http://localhost:8080/MyWebProject
>
> On 03/29/2012 01:45:39 PM Alex_Raj wrote:
Follow the same process as in the standard project:
File -> ImportÂ… -> General -> Existing Projects into Workspace
1)Type in your project folder in the Select root directory box: C:\HelloWorld\Maven\MyFirstWebProject\MyWebProject
2)Check Copy projects into workspace checkbox.
3)Click on Finish button.
References: