On Jun 9, 2008, at 10:14 AM, Ryan wrote: >> You'll need to upgrade to 3.1.6 for that feature. It looks like the >> docs didn't specify the version that tag was added. >> >> -- Scott > > So there is no way to add a directory to the jvm classpath in 3.1.2? I > see how to add jars using tree-loader, simple-loader, etc..., but no > way to add a directory.
The <simple-loader> is the WEB-INF/classes style of loader. > So I tried using Resin 3.1.6 Pro, and on start I get this exception: > > [17:50:06.498]java.net.ConnectException: > http://127.0.0.1:6700/watchdog: Connection refused > [17:50:06.498] at Did it actually start? The client tries to connect to an existing watchdog first before launching a new one. So at finer logging levels, you'd always get a failed connection at first. It shouldn't show at normal logging. -- Scott > > com.caucho.server.hmux.HmuxStream.createStream(HmuxStream.java:202) > [17:50:06.498] at > com.caucho.server.hmux.HmuxStream.openReadWrite(HmuxStream.java:149) > [17:50:06.498] at > com.caucho.server.hmux.HmuxPath.openReadWriteImpl(HmuxPath.java:462) > [17:50:06.498] at com.caucho.vfs.Path.openReadWrite(Path.java:1089) > [17:50:06.498] at > com > .caucho > .server.admin.HessianHmuxProxy.sendRequest(HessianHmuxProxy.java:140) > [17:50:06.498] at > com > .caucho.server.admin.HessianHmuxProxy.invoke(HessianHmuxProxy.java: > 110) > [17:50:06.498] at $Proxy5.start(Unknown Source) > [17:50:06.498] at > com.caucho.boot.WatchdogClient.startWatchdog(WatchdogClient.java:196) > [17:50:06.498] at com.caucho.boot.ResinBoot.start(ResinBoot.java:172) > [17:50:06.498] at com.caucho.boot.ResinBoot.main(ResinBoot.java:295) > [17:50:06.499]WatchdogClient[1] starting ResinWatchdogManager > > In resin.conf, I have: > > <watchdog-arg>-Dcom.sun.management.jmxremote</watchdog-arg> > <watchdog-port>6700</watchdog-port> > > The documentation on resin watchdog weren't too explanatory for me... > > Thank you, > Ryan > > > _______________________________________________ > 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
