Tomcat not executing Servlets service() method -


i have web applications in tomcat 5.5 .i have default configuration tomcat

i hit url various servlets , these normal servlets , , response expected ,

but response , nothing in it.it gives me blank response

i tried debugged same , found service() [doget / dopost] of particular servlet not being executed.

i checked access logs of tomcat found request hitting atleast servlet

192.168.0.116 - - [14/oct/2011:11:40:31 +0530] "get /myapp/myservlet http/1.1" 200 - 

why container not executing service()?


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -