mturk 2002/10/15 06:59:29
Modified:jk/native2/include jk_vm.h
Log:
Add the classpath option to the vm:
Revision ChangesPath
1.5 +8 -1 jakarta-tomcat-connectors/jk/native2/include/jk_vm.h
Index: jk_vm.h
=
mturk 2002/07/01 08:42:52
Modified:jk/native2/include jk_vm.h
Log:
Added destroy callback function.
Revision ChangesPath
1.4 +2 -0 jakarta-tomcat-connectors/jk/native2/include/jk_vm.h
Index: jk_vm.h
costin 02/04/12 16:00:45
Modified:jk/native2/include jk_vm.h
Log:
Eliminate some crap from the vm stuff.
The code got too complex in supporting JDK1.1 - which not supported
in 4.0 anyway.
If you want in-process worker with JDK1.1 - use mod_jk1 or write a
separate jk o
costin 02/01/11 20:33:54
Added: jk/native2/include jk_vm.h
Log:
I did a bit of refactoring on the jni worker. This deals with starting the vm.
There are 2 benefits of separating this:
- the code gets much simpler and cleaner. We can now use different impl.
for jni1.1 and