A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Servlets
Author
Servlet Instance
RajeshDuray
Greenhorn
Joined: May 25, 2006
Posts: 11
posted
May 26, 2006 06:05:00
0
Is there is any way to create a multiple instance for a
servlet
explicitly?
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
I like...
posted
May 26, 2006 06:10:00
0
You can create multiple servlet entries in you web.xml file that all use the same servlet class.
Java API
J2EE API
Servlet Spec
JSP Spec
How to ask a question...
Simple Servlet Examples
jsonf
A Kumar
Ranch Hand
Joined: Jul 04, 2004
Posts: 973
posted
May 28, 2006 00:20:00
0
Hi,
Here you mentioned multiple servlet names mapped to single class..
How about other way round....multiple classes mapped with same name...
I didnt check it practically ..
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Servlet Instance
Similar Threads
How Servlet Container creates an instance of your Servlet
user defined instance pooling
ServletException
Equivalent of 'this' keyword in JSP
Disabling servlet caching
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter