On 12/3/05, Dan Foster <[EMAIL PROTECTED]> wrote: > I'm using Roller 2.0, Tomcat 5.0.27, MySQL 4.1.16, Apache 2.0.54. > > If I have to make changes to properties that can't be done via the web > UI, like, say, roller-custom.properties... do I really have to restart > Tomcat for Roller to pick up on the changes?
No, you just need to reload the context, unless you add new JARs. Modify $CATALINA_HOME/conf/tomcat-users.xml and add a user with a "manager" role. Then login to http://yourserver:port/manager/html - you should be able to start/stop or reload the context from this UI. Matt > > Or is there a nicer and friendlier way of doing it? > > It's not a big deal on a personal blog server, but more of a PITA in > scheduling change management at work and stuff. > > -Dan >
