java jar bootstrap.jar works fine for me..

is there ANY possible workaround to this daemon bug?

Thanks,
Martin Gainty 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Date: Fri, 3 Oct 2008 09:10:00 +0100
> From: [EMAIL PROTECTED]
> To: users@tomcat.apache.org
> Subject: Re: Support
> 
> Caldarale, Charles R wrote:
> > The msvcr71.dll file (not msvci70.dll, whatever that is) is required to run 
> > the Tomcat service launcher, but not needed when Tomcat is run via scripts.
> > 
> > The reason it didn't show up on JRE/JDK 5 is because installation of that 
> > JVM version slams a copy of the DLL into C:\windows\system32, regardless of 
> > what impact that might have on the system.  JRE/JDK 6 installation follows 
> > the rules published by Microsoft, and keeps the DLL in the JVM's bin 
> > directory.
> > 
> > Tomcat should be distributing the DLL (or otherwise insuring its 
> > availability) during installation or setup of the Windows service; however, 
> > no one's been able to convince the committers of that yet.
> 
> In summary:
> - the JVM requires the dll - this is a JVM bug (Sun do not agree)
> - the best place to hack around this is when the jvm.dll is loaded (ie the
> daemon project)
> - a nice summary and all the pointers needed to fix this are here
> http://www.duckware.com/tech/java6msvcr71.html
> - There is a daemon issue for this
> https://issues.apache.org/jira/browse/DAEMON-110
> - Someone with C skills (not me - mine are terrible) needs to write a patch.
> 
> Anyone takers?
> 
> Mark
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

_________________________________________________________________
Stay up to date on your PC, the Web, and your mobile phone with Windows Live.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/

Reply via email to