0 08:55:41 PM
>
> Please respond to "A mailing list for discussion about Sun Microsystem's
> Java Servlet API Technology."
> <[EMAIL PROTECTED]>
>
> To: [EMAIL PROTECTED]
> cc:(bcc: Prakash Satyan-SWD-ITIL-UB/Itilmail)
>
>
to "A mailing list for discussion about Sun Microsystem's
Java Servlet API Technology."
<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc:(bcc: Prakash Satyan-SWD-ITIL-UB/Itilmail)
Subject: Re: Fetching Initialization parameters for a servlet in Jrun
Satyan:
We routinely use initialization parameters for our servlets, including
alias names, and we use JRun, and yes, you are right, the
servlets.properties file is the file to edit. What kind of error are you
getting? I assume your initialization code is in the init() method?
Maybe you can put y
Satyan
>> How do we do the same in Weblogic?
You edit the weblogic.properties file in your servers home directory,
specifying
weblogic.httpd.register.=
weblogic.httpd.initArgs.==, \
= ..
then to retrieve the initialisation parameters from