This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Servlets and the fly likes permanently deployed servlets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "permanently deployed servlets" Watch "permanently deployed servlets" New topic
Author

permanently deployed servlets

Maulin Vasavada
Ranch Hand

Joined: Nov 04, 2001
Posts: 1865
hi,
i read on developer.java.sun.com tutorial about servlet that we can permanently deploy servlets into the servlet engine so whenever the servlet engine starts up the servlet is loaded.
otherwise the servlet is first loaded when the first request comes to the servlet engine.
how do i make a servlet permanently deployed?
regards
maulin.


1. Have fun @ http://faq.javaranch.com/java/JavaRaq
2. Looking for simple infix2postfix conversion and postfix evaluation package? Click here
Bosun Bello
Ranch Hand

Joined: Nov 06, 2000
Posts: 1506
It depends on teh webserver/servlet engine you are using. Check out it's documentation.


Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: permanently deployed servlets
 
Similar Threads
Calling servlet from JSP
what does <load-on-startup> do in web.xml ?
web service not available
load-on-startup with 0 value
when is a servlet actually loaded