Initializing Parameter
- From: Ryan O'Hara <ohara (at) genome.chop.edu>
- Date: Mon, 31 Jul 2006 12:16:41 -0400
Is there a way to initialize an array (or any other Java object, for
that matter), so that it is available to all users? I would like to
execute some Java methods to precompute and store two arrays to avoid
creating them every visit for every user. I read something about
param-name and param-value in web.xml, however it looks like this
only works for type String and does not allow Java code. Thanks for
any ideas.
Ryan
---------------------------------------------------------------------
To start a new topic, e-mail: users (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org