You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mladen Turk <mt...@mappingsoft.com> on 2002/06/11 13:11:46 UTC

[PATCH] jk_vm_default.c Attaching Threads and WIN32 VM guessing

Hi,

The patch deals with unnecesary calls to the AttachCurrentThread if the
GetEnv returns valid environment.

The second part of patch uses WIN32 registry to guess the correct
jvm.dll like Java does itself.

MT.