----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Morten Primdahl wrote:

>> Ben Ricker wrote:
> > I am an admin settign up a development environment for Java developers.
> > One developer wanted to know where the println output (standard out)
> > goes? Does Jserv send it through the nobody user?
> 
> What we do, running JServ in automatic mode, is in jserv.properties:
> 
> wrapper.bin=/opt/jdk1.2.2/bin/java_wrapper
> 
> Where java_wrapper is:
> 
> #!/bin/sh
> LOGFILE=/opt/jserv-1.1/logs/jserv-jvm.log
> 
> exec /opt/jdk1.2.2/bin/java  $* >> $LOGFILE 2>&1
> 
> Morten

I tried this and got the following error:

an error returned initializing protocol "wrapper"
(error) in init all protocols "wrapper" returned an error
Error initializing protocols
wrapper: <points to my jserv.properties path>: wrapper.bin specified
twice

Did you have this problem?

I appreciete your time....

Ben RIcker
Web Admin
Us-Rx, Inc.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to