The containers do not care about the ids. Some third party tool that is generating an app server specific descriptor like jboss-web.xml could be using the id as an index into the tool database when generating the jboss-web.xml descriptor.
xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 8:25 AM Subject: Re: [JBoss-dev] Servlet Spec Question > > Let me see if I understand correctly: > > In my web.xml I would put: > <web-app> > <servlet id="foo"> > ... > </servlet> > </web-app> > > In my web containers proprietary descriptor file I would put: > <servlet id="foo"> > <!-- extra non-standard servlet parameters --> > ... > </servlet> > > So when I deploy, the container will match up the extra description > information in my proprietary descriptor with the element in the web.xml > based on the id? > > Thanks, > -Phil ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
