init-params from web.xml not come in right order

2005-07-07 Thread Sallo Laszlo
Hi, I am using tomcat 4.1.30. I introduced some init-params and I need them in the same order as in web.xml. Right now I am getting in an arbitrary order with : Enumeration urlPatternEnum = filterConfig.getInitParameterNames(); How can I fix this ? Is a higher version of tomcat

Re: init-params from web.xml not come in right order

2005-07-07 Thread Mikolaj Rydzewski
Sallo Laszlo wrote: I introduced some init-params and I need them in the same order as in web.xml. Why do you need them this way? I would use another parameter, let's say params-list, with ordered list of other parameters' names, i.e.: param nameparams-list/name valueparam1,

RE: init-params from web.xml not come in right order

2005-07-07 Thread Sallo Laszlo
from web.xml not come in right order Sallo Laszlo wrote: I introduced some init-params and I need them in the same order as in web.xml. Why do you need them this way? I would use another parameter, let's say params-list, with ordered list of other parameters' names, i.e.: param nameparams

Re: init-params from web.xml not come in right order

2005-07-07 Thread Mikolaj Rydzewski
Sallo Laszlo wrote: Unfortunately this is not what I need. My list is like : init-param param-name/index.jsp/param-name param-valuenone/param-value /init-param init-param