Hi
I'm trying to install java web services and make it use tomcat5. Portage has tomcat5 but it doesn't have jwsdp so I'm installing it by hand but trying to use all features gentoo offers. On the instalation process it is said that I must change some env var which is set in /etc/env.d. Instead of replacing /etc/env.d/21tomcat I wrote a /etc/env.d/22jwsdp... it seamed cleaner.
But while reading other files on the same dir I got myself these unanswered questions:
Do the numbers on the beginning of the file names mean the order by which they are read?
Why are some variables (like MANPATH and CLASSPATH) appended while others (like CATALINA_HOME) are simply replaced?
Thanks

