How does a servlet use the env. variables that are provided through the tomcat.properties wrapper.env statements? I thought perhaps that something like: System.getProperties().list(System.out); would print them out - but it doesn't. I need to verify that the Env variables declared by my wrapper.env statements are indeed being used. Any suggestions? -jamie