aspose file tools
The moose likes Servlets and the fly likes Servlet loading on application startup Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Servlet loading on application startup" Watch "Servlet loading on application startup" New topic
Author

Servlet loading on application startup

sardar waqas ahmed
Greenhorn

Joined: Oct 19, 2011
Posts: 16
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
Harsha Smith
Ranch Hand

Joined: Jul 18, 2011
Posts: 287
use any listener??? or override init method and put a log statement???
abani patra
Ranch Hand

Joined: Oct 11, 2011
Posts: 70
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Servlet loading on application startup
 
Similar Threads
cannot allocate servlet instance
free hosting for my chatServer
free hosting for my chatServer
development mode to production mode
unable to start servlet