On Aug 28, 2009, at 9:59 AM, Michael Ludwig wrote: >>> ? >> >> If you're using Resin, you already have one. Resin's system >> properties depend on the current context. > > I deployed one webapp doing System.setProperties(props) in
You can't change the Properties object itself, or you'll override Resin's contextual properties. You need to set the properties using the existing object. -- Scott > > contextInitialized(ServletContextEvent sce) to /yyy in Resin > 4.0.0. I then changed the property value and redeployed to > /yyy2. Now both /yyy and /yyy2 show the new property value. > They do not seem to be isolated regarding System properties. > > I'm probably missing something obvious. > > -- > Michael Ludwig > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
