i am using dynamic web module 3.0 and i created a servlet but there is no servlet mapping created in web.xml .how should i know that my servlet is loaded in web container or not when i start my appliaction
Hi,
I am not clear about your requirement, although I not known about what is dynamic webmodule 3.0 still I want to know do you using any annotation based java.lang.servletalong with its mapping?
What I know you should provide the java.lang.servletmapping in web.xml file.