is there a way in the zone.properties file to specify the inital arguements for
a servlet so that the aliases also see those initArgs?  ie:

zone.properties:
--------------------------
servlet.test.code=TestServlet
servlet.test.initArgs=x=1,y=2

or do I have to add the line:

servlet.TestServlet.initArgs=x=1,y=2

for the initArgs to be visible when I access the URI's:

http://server/servlet/test &
http://server/servlet/TestServlet

TIA,
RMY

-------------------------
Richard M. Yumul
mailto:[EMAIL PROTECTED]
DTAI Incorporated
http://www.dtai.com
(619)542-1700 · fax:(619)542-8675




----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to