What is the best way to add a WTP nature to my existing project so that I can associate it with my server?
Asked
Active
Viewed 2,866 times
1 Answers
5
If I understand the question:
- Open the project's properties
- Select Project Facets
- Check
Dynamic Web Module
The Project Facets view may contain a message like this:
This project is not configured to use project facets. Converting this project to faceted form will allow you to easily control the available technologies.
Convert to faceted form...
In this case, just click Convert to faceted form... and then you'll be able to check Dynamic Web Module
.
-
Great answer. Okay. I have it as a dynamic Web Project, but it is still not allowing me to associate with a server. Any more thoughts? – Joe Dec 20 '11 at 00:22
-
1@Joe On above screenshot click on `Runtime` under `Save As...` – Ali Shakiba Dec 20 '11 at 17:13
-
One more issue! I went to Runtime and everything is grayed out! The only Facets that I have checked are Java and Dynamic Web Module. – Joe Dec 20 '11 at 18:15