Those are passed inside a configuration tag now: http://www.caucho.com/resin-3.1/doc/server-tags.xtp#jvm-arg
I guess the watchdog uses those parameters to launch Java with the appropriate args. I don't know if you can control the Java args to the watchdog itself. I don't see anything encouraging here: http://www.caucho.com/resin-3.1/doc/server-tags.xtp#watchdog-arg HTH, Jose. John Steel wrote: > As a longtime resin user we have built up some scripts to control > running instances, some of which fail with 3.1.0. > Specifically, in 3.0.23 > > - in httpd.sh the args= isn't picked up, we used args="-Xmn100M > -Xms500M -Xmx500M -J-Duser.timezone=Europe/London" > - a startup script (restart-a.sh) just has this line > $RESIN_HOME/bin/httpd.sh -conf conf/resin.conf -pid resin-a.pid restart > but 3.1.0 complains about the pid > > Pointers gratefully received, Thanks. > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
