Can servlets in jar files be invoked?

Tim Panton - Westhawk Ltd tpanton at ibm.net
Sat Nov 12 19:29:10 PST 2005


What's more, if you don't  map it, then (at least in 1.1.3) the servlet
is short lived, going through the
full init,service,destroy cycle per
request.

T.
Ted Neward <ted at neward.net> wrote:
__________
>Depends on the WebServer; in the JWSDK, for example, it supports a mapping
>of "servlet name" to "class name", such that you can do
>
>GeekMail = com.javageeks.servlets.apps.GeekMail
>
>and refer to it as
>
>http://www.javageeks.com/servlet/GeekMail
>
>Check your WebServer or ServletEngine's documentation. I don't know if
>this is a required part of the standard; I don't have the 2.2 Spec handy.
>
>Ted Neward
>http://www.javageeks.com/~tneward
>
>
>On Sat, 13 Nov 1999 magesh at tpi.techprov.com wrote:
>
>> 
>> Hi,
>> 
>>     In my project, since I have over 30 servlets I want to put it in a jar
>> file.
>> 
>> Can servlets in jar files be accessed using the normal
>> /servlet/<ServletName> url?
>> 
>> I would appreciate any answer.
>> 
>> Thanks,
>> mmp.
>> 
>> 
>> 
>> ---
>> To unsubscribe, mail advanced-java-unsubscribe at xcf.berkeley.edu
>> To get help, mail advanced-java-help at xcf.berkeley.edu
>> 
>
>
>---
>To unsubscribe, mail advanced-java-unsubscribe at xcf.berkeley.edu
>To get help, mail advanced-java-help at xcf.berkeley.edu
>
URL http://www.westhawk.co.uk/

---
To unsubscribe, mail advanced-java-unsubscribe at xcf.berkeley.edu
To get help, mail advanced-java-help at xcf.berkeley.edu



More information about the Advanced-java mailing list