----------------------------------------------------------------
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!!!
----------------------------------------------------------------

here's the script we use internally for our jserv

# more jserv
#!/bin/sh


echo "Before 1024"
ulimit -a

ulimit -n 1024
echo "After 1024"
ulimit -a

properties=/export/home/jservplacer/etc/jserv.bigfoot.properties
log=/tmp/jserv.bigfoot.log


CLASSPATH=/export/home/JSDK/lib/jsdk.jar
CLASSPATH=$CLASSPATH:/export/home/jservplacer/libexec/ApacheJServ.jar
CLASSPATH=$CLASSPATH:/export/home/jservplacer/servlets
...
export CLASSPATH

echo "Starting JS2/bigfoot ..."

java -Xms128m -Xmx256m org.apache.jserv.JServ $properties $1 2>> $log


---
snip

if you want more explanation on it feel free to ask...

basically we set manual to On in jserv.conf, start jserv with this
script and then start apache.

-ed
----- Original Message -----
From: Ben Ricker <[EMAIL PROTECTED]>
Date: Thursday, November 9, 2000 1:53 pm
Subject: Starting Jserv Manually

> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <" 
> target="l">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!!!
> ----------------------------------------------------------------
> 
> I am setting up a Jserv installation on a machine separate from the 
> Apache 
> servers and I am having trouble finding out what is the best script 
> to start 
> Jserv and the JVM. 
> 
> I checked out the FAQ but the link they provided was broken.
> 
> Is there any places out there with complete scripts on manually 
> starting 
> Jserv and setting up the environment correctly? I am doing this on 
> Solaris 8 
> on a Sun box.
> 
> Thanks,
> 
> Ben Ricker
> 
> -- 
> Ben Ricker
> Web Administrator
> US-Rx, Inc.
> 
> Voice: (314) 641-3032
> Pager: (314) 407-1526
> 
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <" target="l">http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search Archives: 
> <" target="l">http://www.mail-archive.com/java-apache-
> users%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
> 
> 


--
--------------------------------------------------------------
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