You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by John Marquart <jo...@indiana.edu> on 2000/12/21 19:09:55 UTC

how are wrapper.env used?

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