Re: [Resin-interest] Creating resin-admin md5 password

2006-10-04 Thread Nils Meyer
Hi John, John Ellis wrote: > I attempted to create an md5 password hash for resin-admin via: > echo "password" | openssl dgst -md5 > Try echo -n, else a linefeed is added to the password which changes the md5 hash. regards Nils ___ resin-interest m

Re: [Resin-interest] Creating resin-admin md5 password

2006-10-04 Thread Scott Ferguson
On Oct 4, 2006, at 12:19 AM, Nils Meyer wrote: > Hi John, > > John Ellis wrote: >> I attempted to create an md5 password hash for resin-admin via: >> echo "password" | openssl dgst -md5 >> > Try echo -n, else a linefeed is added to the password which changes > the > md5 hash. Also, you need to

[Resin-interest] logging with log4j!

2006-10-04 Thread Swaminathan Subramanian
Hi! I upgraded from Resin 2.1 to Resin 3.0.21. The web application uses log4j to log messages. When I moved the code over, I changed the resin.conf file to include "fine" level logging. But, I am not seeing any application level log messages. Moreover, I have two web applications and I need to log

Re: [Resin-interest] logging with log4j!

2006-10-04 Thread Scott Ferguson
On Oct 4, 2006, at 12:07 PM, Swaminathan Subramanian wrote: > Hi! > I upgraded from Resin 2.1 to Resin 3.0.21. The web > application uses log4j to log messages. When I moved > the code over, I changed the resin.conf file to > include "fine" level logging. But, I am not seeing any > application le

[Resin-interest] shutdown an webapp in resin

2006-10-04 Thread maildli
Hi, Does any body know how to shutdown a web application using Java code? I am working on a project that it does an initialization check right after an applicataion starts up, if the init failed, then the web application should be shut down automatically. Does anybody knows how to make such fu

[Resin-interest] Blojsom 3.0 on Resin

2006-10-04 Thread dan
Greetings! I'm trying (fitfully) to run Blojsom 3.0 on Resin 3.0.21 on my WinXP machine as a deployed webapp. I get an error "net.sf.ehcache.CacheException: Cannot configure CacheManager: The system cannot find the path specified." The Blojsom runs ehcache and defaults to the failsafe built into t