(Tomcat doesn't use msvcr71.dll directly, it's used by the Java VM.)
How I know about it is:
- from researching the problem on the internet
- by using the depends.exe tool from MS to look at the DLL dependencies
- by recognizing a familiar Microsoft DLL
- from having dealt with similar DLL loading problems in the past

Helpful hint: When a DLL fails to load, it's probably because another DLL is missing or misplaced. -- Len


On 1-Oct-08, at 11:07, "ib solution" <[EMAIL PROTECTED]> wrote:

hai,

thx for your help.

btw how do you know that tomcat need a file msvcr71.dll


--
Regards,

Andy Susanto,S.Kom
======================================================
for better search
http://www.slashmysearch.com/earn/id/24828
HP : 081513039998



On Wed, Oct 1, 2008 at 9:39 PM, Len Popp <[EMAIL PROTECTED]> wrote:
That usually happens because it can't find msvcr71.dll (Microsoft C
runtime). Copy that file from Java's bin directory to Tomcat\bin.
--
Len

On Wed, Oct 1, 2008 at 10:29, ib solution <[EMAIL PROTECTED]> wrote:
hai,

i would like to use tomcat 6.0.18 and JDK 6 update 7

the installation not give me an error.

but when i try to start tomcat service, tomcat does not running.

i try with http://localhost:8080 the result the page cannot display.

after that i check log file in tomcat and i get an error message :

Failed creating java C:\Program Files\Java\jre1.6.0_07\bin\client \jvm.dll


is anything that i miss to install new version of tomcat ?


--
Salam,

Andy Susanto,S.Kom
======================================================
for better search
http://www.slashmysearch.com/earn/id/24828
HP : 081513039998

--- ------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to