tags:

views:

29

answers:

2

I am trying to create a simple Java HTTP Servlet inside of eclipse, however, under the Web folder in the project wizard i do not have an option for J2EE Web Module as many tutorials have indicated, i only have Dynamic and Static Web Projects. just a little background, i am trying to simply build a small servlet that i am then exposing via JBoss Web on one of my web servers.

A: 

You need to have java J2ee web developer plugins installed in your eclipse, which you may get here http://www.easyeclipse.org/site/plugins/eclipse-wtp-j2ee.html or http://www.eclipse.org/webtools/

GK
+1  A: 

Did you try to create a Dynamic Web Project? That should be it.

Pascal Thivent
...which requires "Eclipse for Java **EE** developers" having installed (or installing the WTP plugin separately)
BalusC