| Author |
Creating the Controller Servlet
|
jite eghagha
Ranch Hand
Joined: Oct 06, 2006
Posts: 124
|
|
Hi,
I'm following the tutorial at netbeans.org
When i Create the Controller Servlet, i don't have the @WebServlet annotation that should appear above the class signature. (after step 5 of "Create the Controller Servlet")
I'm using netbeans 6.9.1, Glassfish server 3, java version "1.6.0_21", and Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
this line of code has no effect when i run my application, i have to go into the web.xml file to include my controllers.
|
 |
 |
|
|
subject: Creating the Controller Servlet
|
|
|