File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes init parameters for servlets 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 "init parameters for servlets" Watch "init parameters for servlets" New topic
Author

init parameters for servlets

Allwyn Joseph
Greenhorn

Joined: Feb 11, 2011
Posts: 5
When a servlet attains its servletness init method is called if dont define any Initialization parametee in DD does the container provides some default init params to servlet?
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5536

No, as far as I know.

But this is the wrong forum - moving to the servlets forum.


JBoss In Action
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56180
    
  13

No.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: init parameters for servlets
 
Similar Threads
Three struts-config files specified in the webapp's web.xml file ,Which one is Loading first?
Deployment Error in Websphere Application Server 7
how to read context from outside file.
how many times is destroy()called in servlet
how to make a servlet to run at startup of the application