While we're on the topic of Apache and Java, here's a question: Using the Jserv module, you're supposed to be able to set init arguments for individual servlets, and globally for all servlets. Here's what the Jserv documentation says: You can give that servlet init arguments by using a property like this [in your servlet.properties file]: servlet.servletname.initArgs=arg1=val1,arg2=val2,... I've got the ServletProperties directive in my httpd.conf file, and a line like the following in my servlet.properties file. However, this doesn't seem to work for me at all. The ServletConfig.getInitParameterNames() call always returns null. Anybody here ever run into this before? Sorry about the off-topic post, but the java.apache.org mailing list archives aren't very search-friendly. Any help would be much appreciated. -Rob ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]