Posted By:
sachin_junghare
Posted On:
Tuesday, April 3, 2001 01:22 AM
I install Tomcat on the IIS 5 and Microsoft Server 2000.It install as in process method. The ISAPI log generate from the server is OK and jni_connect log also create it is OK as follows... Log jvm_stdout: -------------- Starting up StartupThread Starting tomcat. Check logs/tomcat.log for error messages Library c:/tomcat/bin/win32/i386/jni_connect.dll loaded Running ... End waiting Running fine Log isapi --------- [jk_uri_worker_map.c (155)]: Into jk_uri_worker_map_t::uri_worker_map_alloc [jk_uri_worker_map.c (195)]: Into jk_uri_worker_map_t::uri_worker_map_open
More>>
I install Tomcat on the IIS 5 and Microsoft Server 2000.It install as in process method.
The ISAPI log generate from the server is OK and jni_connect log also create it is OK as follows...
Log jvm_stdout:
--------------
Starting up StartupThread
Starting tomcat. Check logs/tomcat.log for error messages
Library c:/tomcat/bin/win32/i386/jni_connect.dll loaded
Running ...
End waiting
Running fine
Log isapi
---------
[jk_uri_worker_map.c (155)]: Into jk_uri_worker_map_t::uri_worker_map_alloc
[jk_uri_worker_map.c (195)]: Into jk_uri_worker_map_t::uri_worker_map_open
[jk_uri_worker_map.c (210)]: jk_uri_worker_map_t::uri_worker_map_open, rule map size is 5
[jk_uri_worker_map.c (266)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule /servlet/=ajp12 was added
[jk_uri_worker_map.c (266)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule /examples/=jni was added
[jk_uri_worker_map.c (266)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule /wsamhita/=ajp12 was added
[jk_uri_worker_map.c (255)]: Into jk_uri_worker_map_t::uri_worker_map_open, suffix rule /wsamhita/.jsp=ajp12 was added
[jk_uri_worker_map.c (255)]: Into jk_uri_worker_map_t::uri_worker_map_open, suffix rule /examples/.jsp=jni was added
[jk_uri_worker_map.c (295)]: Into jk_uri_worker_map_t::uri_worker_map_open, there are 5 rules
[jk_uri_worker_map.c (316)]: jk_uri_worker_map_t::uri_worker_map_open, done
[jk_worker.c (82)]: Into wc_open
[jk_worker.c (207)]: Into build_worker_map, creating 3 workers
[jk_worker.c (213)]: build_worker_map, creating worker ajp12
[jk_worker.c (138)]: Into wc_create_worker
[jk_worker.c (152)]: wc_create_worker, about to create instance ajp12 of ajp12
[jk_ajp12_worker.c (264)]: Into ajp12_worker_factory
[jk_worker.c (161)]: wc_create_worker, about to validate and init ajp12
[jk_ajp12_worker.c (182)]: Into jk_worker_t::validate
[jk_ajp12_worker.c (194)]: In jk_worker_t::validate for worker ajp12 contact is localhost:8007
[jk_worker.c (177)]: wc_create_worker, done
[jk_worker.c (223)]: build_worker_map, removing old ajp12 worker
[jk_worker.c (213)]: build_worker_map, creating worker ajp13
[jk_worker.c (138)]: Into wc_create_worker
[jk_worker.c (152)]: wc_create_worker, about to create instance ajp13 of ajp13
[jk_ajp13_worker.c (710)]: Into ajp23_worker_factory
[jk_worker.c (161)]: wc_create_worker, about to validate and init ajp13
[jk_ajp13_worker.c (385)]: Into jk_worker_t::validate
[jk_ajp13_worker.c (398)]: In jk_worker_t::validate for worker ajp13 contact is localhost:8009
[jk_ajp13_worker.c (424)]: Into jk_worker_t::init
[jk_worker.c (177)]: wc_create_worker, done
[jk_worker.c (223)]: build_worker_map, removing old ajp13 worker
[jk_worker.c (213)]: build_worker_map, creating worker jni
[jk_worker.c (138)]: Into wc_create_worker
[jk_worker.c (152)]: wc_create_worker, about to create instance jni of jni
[jk_jni_worker.c (610)]: Into jni_worker_factory
[jk_jni_worker.c (678)]: Done jni_worker_factory
[jk_worker.c (161)]: wc_create_worker, about to validate and init jni
[jk_jni_worker.c (347)]: Into validate
[jk_jni_worker.c (845)]: Into detect_jvm_version
[jk_jni_worker.c (856)]: In detect_jvm_version, found: 10002, done
[jk_jni_worker.c (914)]: Into open_jvm2
[jk_jni_worker.c (921)]: In open_jvm2, setting classpath to c: omcatclasses;c: omcatlibjaxp.jar;c: omcatlibparser.jar;c: omcatlibjasper.jar;c: omcatlibservlet.jar;c: omcatlibwebserver.jar;c: omcatlib ools.jar
[jk_jni_worker.c (944)]: In open_jvm2, setting tomcat.home=c: omcat
[jk_jni_worker.c (965)]: In open_jvm2, the JVM will ignore unknown options
[jk_jni_worker.c (972)]: In open_jvm2, about to create JVM...
[jk_jni_worker.c (978)]: In open_jvm2, JVM created, done
[jk_jni_worker.c (992)]: Into get_bridge_object
[jk_jni_worker.c (1000)]: In get_bridge_object, loaded org/apache/tomcat/service/JNIEndpoint bridge class
[jk_jni_worker.c (1032)]: In get_bridge_object, bridge built, done
[jk_jni_worker.c (446)]: Done validate
[jk_jni_worker.c (459)]: Into init
[jk_jni_worker.c (502)]: In init, calling Tomcat to intialize itself...
[jk_jni_worker.c (1128)]: In detach_from_jvm, detached ok
[jk_jni_worker.c (514)]: In init, Tomcat initialized OK, done
[jk_worker.c (177)]: wc_create_worker, done
[jk_worker.c (223)]: build_worker_map, removing old jni worker
[jk_worker.c (235)]: build_worker_map, done
[jk_worker.c (102)]: wc_open, done
[jk_uri_worker_map.c (175)]: Into jk_uri_worker_map_t::uri_worker_map_free
[jk_uri_worker_map.c (326)]: Into jk_uri_worker_map_t::uri_worker_map_close
[jk_uri_worker_map.c (334)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter
[jk_uri_worker_map.c (184)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters
[jk_worker.c (109)]: Into wc_close
[jk_worker.c (111)]: wc_close, done
AND When page call log is:
-------------------------
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (434)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match
[jk_isapi_plugin.c (452)]: HttpFilterProc [/] is not a servlet url
[jk_isapi_plugin.c (461)]: HttpFilterProc check if [/] is points to the web-inf directory
[jk_isapi_plugin.c (408)]: HttpFilterProc started
====================================
Please help me to over come this problem .
thanx.
<<Less