Alexander Leyke wrote:

>>I used BootstrapService because it didn't create the 8005 shutdown
>>socket. My tests were done with 4.0.
>>You can create your own wrapper, use CatalinaService directly or
>>call Bootstrap ( if you don't mind 8005 - in your case it doesn't
>>matter too much since you'll have a single process ).
>>  
>>
> Bootstrap just worked for me <sigh of relief>. Comments in
> BootstrapService.java suggest it is for Win32. Are you testing on NT? I
> am still getting Java exceptions and for some reason javac doesn't want
> to compile (it cannot find "modern" compiler and is looking for
> "classic"), but JSP I had compiled before are running.

Are you using the jni channel ? Is that working too ? 

Regarding jsp - it uses ant to compile, so you may want to set a 
system property to specify the compiler ( you can do it in the worker
config ). I use "build.compiler=jikes" :-)



> I saw the code which sends the message. Looks like it just disables
> hooks that don't belong to startup, init, or close phase. I am not sure
> what implications it has.

You can have hooks for startup, init, or close - but the only one that
matters ( in most cases ) is the one that loads main().

Costin



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to