  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | RE: how can I change a variable on the fly with shutting down tom
cat | RE: how can I change a variable on the fly with shutting down tom
cat 2004-01-29 - By Donie Kelly
Back Create a properties file and use the Properties class to load the file at regular intervals by running it in a thread. You might want to store the properties object in a singleton so that you can access it throughout your application.
Donie
-- --Original Message-- -- From: tom ly [mailto:booshleeka123@(protected)] Sent: 28 January 2004 19:55 To: tomcat-user@(protected) Subject: how can I change a variable on the fly with shutting down tomcat
I have a variable stored in memory which will be returned for certain xml-rpc requests in tomcat/axis, it needs a initial value upon startup of tomcat. But then I need to be able to change this variable on the fly without shutting down tomcat and then have it be permanently changed afterwards. What can I do? I've though about using a text file. But I want to read from this text file once only during startup of tomcat, store the value in memory for fast access but then be able to change the value in memory as well as the text file on the fly. What can i use to do this? or is there a better way? Regards, Tom Ly
-- ---- ---- ---- ---- ---- ----- Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it!
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|
 |