-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
On Fri, 17 Sep 1999, Bob Berman wrote:
> As I mentioned in my original message, after reading the source
> code, I tried naming it [servlet classname].initArgs. It still
> didn't work. That's when I decided to post to this list.
.initArgs is the correct name.
Looking in the archive ...
You say that you in your .initArgs have written:
servlet.testsrv.initArgs=message=test123
(assuming =3D translates to =)
but in the .initArgs file you don't have to say that it is an initArgs, so
you need to change that to:
message=test123
You can also give arguments in some other file (.properties?) and then you
have to use the syntax you have used.
/Urban
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]