You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by jon * <jo...@clearink.com> on 1999/09/18 21:20:02 UTC

Re: mod_jserv/5026: Using InitalContext(Properties p) on weblogic 4.03 produces EMERGENCY in log file

The following reply was made to PR mod_jserv/5026; it has been noted by GNATS.

From: "jon *" <jo...@clearink.com>
To: Uwe Schuerkamp <ho...@telemedia.de>
Cc: apbugs@hyperreal.org
Subject: Re: mod_jserv/5026: Using InitalContext(Properties p) on weblogic
	 4.03 produces EMERGENCY in log file
Date: Sat, 18 Sep 1999 12:12:18 -0700

 > 
 > The problem has been "solved" by running jserv in standalone 
 > mode and not having apache start its process on bootup. Still,
 > I think this is a bug. I took me nearly three days of hacking
 > and trying out various versions of operating systems, gsp/jsp
 > implementations and version numbers, hacking java examples to
 > pinpoint the offending statement and so on and so on.
 
 Uwe,
 
 A fix like what you found generally means that some environment variables
 are not correctly being passed around in manual mode on vs. manual mode off.
 In other words, the JVM started manually gets the environment variables of
 the user who started the JVM. In the care of the httpd starting the JVM, the
 variables passed in are those of the user the httpd is running under
 (generally "nobody") and thus there are not as many variables set correctly.
 
 I hope that opens some new ideas for you regarding solving the problems.
 
 -jon