bit-question
bit-question

Reputation: 3843

why I cannot convert an existing Eclipse project to the dynamic web project?

I have an existing Eclipse java project, and need to export it to the war file for deployment. By googling, it turns out that I need to covert it to a dynamic web project at first. But the menu item for this conversion is disabled. I would like to know why.

Upvotes: 0

Views: 992

Answers (2)

boskonovic
boskonovic

Reputation: 125

you need to select the Dynamic Web Module as mut1na said and the java server faces box if you're importing a jsf project. You will probably need to check the runtime too.

Upvotes: 0

mut1na
mut1na

Reputation: 795

You want to edit the project properties and go to project facets. In there you can select the Dynamic Web Module facet.

Upvotes: 2

Related Questions