I installed TomCat in my machine (Windows 2000) with IIS, jdk1.2.2. But I can't run, because my browser give me Internal error 500. TomCat can't load library jni_connect.dll too. If I run using port 8080, TomCat run without problems, but if I use IIS, .... Could you help me ?
 
 
Thank you.
Sergio Allak
 
 
 
Isapi.log
 
[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of /jakarta/isapi_redirect.dll
[jk_uri_worker_map.c (345)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (435)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match
[jk_isapi_plugin.c (452)]: HttpFilterProc [/jakarta/isapi_redirect.dll] is not a servlet url
[jk_isapi_plugin.c (461)]: HttpFilterProc check if [/jakarta/isapi_redirect.dll] is points to the web-inf directory
 
jvm.stderr
 
2001-06-26 05:14:47 - ContextManager: Adding context Ctx( /examples )
2001-06-26 05:14:47 - ContextManager: Adding context Ctx( /admin )
2001-06-26 05:14:48 - ContextManager: Adding context Ctx(  )
2001-06-26 05:14:48 - ContextManager: Adding context Ctx( /test )
2001-06-26 05:14:49 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2001-06-26 05:14:49 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007
Failed to loadLibrary() c:/tomcat/bin/i386/jni_connect.dll
java.lang.NullPointerException
 at org.apache.tomcat.service.JNIEndpointConnector.start(JNIEndpointConnector.java:110)
 at org.apache.tomcat.core.ContextManager.start(ContextManager.java, Compiled Code)
 at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:202)
 at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
 
jvmstd.out
 
Starting tomcat. Check logs/tomcat.log for error messages
Library c:/tomcat/bin/i386/jni_connect.dll loaded
FATAL:java.lang.NullPointerException

Reply via email to