<servlet-mapping>
| <servlet-name>IsItWorking</servlet-name>
| <url-pattern>/gg/servlets</url-pattern>
| </servlet-mapping>
So shouldn't you just be using
http://localhost:8080/gg/servlets instead of
http://localhost:8080/gg/servlets/IsItWorking in the browser?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184619#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...