Re: [Resin-interest] Resin Professional / SSL

2006-10-02 Thread Scott Ferguson
On Sep 27, 2006, at 3:16 PM, Martin Crundall wrote: > Say, > > I can't run ./configure because my production server doesn't have > gcc installed. Can I do the SSL ./configure on another box > somewhere, tar up the resulting directory and then untar that onto > my production and proceed? Sure.

[Resin-interest] ResinServer.destroy()

2006-10-02 Thread maildli
I am using resin 3.0.12. In one of the application in resin, I have an init-check java class, which is configured to load on start up. The init-check class will do some initialization checkings, if it is failed, then it should prevent resin from continuing or it should simply shuts resin down.