Hi,
>I'm not quite sure what you mean by non-standard system parameters - so I'll
>leave that for someone else.
ermmm.... this kind of thing...
java.util.Properties prop = System.getProperties();
java.util.Enumeration en = prop.propertyNames();
for (int i=0; en.hasMoreElements(); i++) {
String next = (String)en.nextElement();
out.print(i+" "+next+" "+prop.getProperty(next)+"<br>");
}
...except it would be good to define some non-standard system parameters.
ALthough I guess I could just define them in an autostart servlet.
CB
-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`
Colin Burroughs, Technical Director
Th� �h�pp��g N�tw��k T:+44 (0) 1473 636111
Woodman's Cottage M:+44 (0) 78030 51786
Main Road, MARTLESHAM F:+44 (0) 1473 636114
http://www.shoppingnetwork.co.uk
Th� ���d Free Internet Access
http://www.theseed.net
-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`-_`
This message contains confidential information and is intended
only for the individual named. If you are not the named
addressee you should not disseminate, distribute or copy this
e-mail. Please notify the sender immediately by e-mail if you
have received this e-mail by mistake and delete this e-mail
from your system.