Erik,
The reason the menu is grayed-out is that you can’t convert an EJB project into a Web project. We keep the projects seperate so that we can exactly mirror the classloader structures that will be used in your production deployment. If we allowed everything to be mixed in one project you’d have a very high risk of building something that compiles fine, but can’t load the classes it needs at deployment.
I intend to develop a servlet/JSP application which will also
use EJBs in the long run.
Then I’d suggest using our EAR project wizard and having it use your existing EJB project while creating a new Web project for your use. You can do this because when you run the wizard, you’ll have the option of either creating new EJB and Web projects or using existing ones.
MyEclipseWorkbench version: 2.5.1 (I think, MyEclipse/About MyEcliipse does not give the version number.
To get the version number, go to Help > About Eclipse Platform and click on the MyEclipse feature icon. That will show the features and their version numbers.
–Scott
MyEclipse Support