> From: Chris Stewart [mailto:[EMAIL PROTECTED] > Subject: Re: error message, can you tell me where I went wrong > > Randomly throwing around versions of DLLs is not the answer to this > problem.
It's not random; that specific dll version is required for the service wrapper, and many believe the Tomcat .exe distribution should include it. Placing it in Tomcat's bin directory avoids potential conflicts with other apps (although MS versioning already does a pretty good job of that). > I had the exact issue as the original poster described and > what I posted solved my issue. What fixes the issue is putting the > msvcr71.dll file in the system32 directory on the machine. Correct, but it does expose the dll to the entire system, which may or may not be desirable. > Of course this isn't a wise choice when simply adding the Java bin > directory to your PATH will work just fine. Only because your particular Java bin directory already contained the necessary dll. If the bin directory had a different version of the dll, it would not work. There's no guarantee that Sun builds their Windows tools with the same VisualC++ level that the Tomcat group does. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]