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

I use this from win95. I call it after Apache is started but I doubt it matters. Very 
nice for debugging as it leaves a DOS window
open and you can see all the System.out.println results there.

set root=c:\ApacheGroup\ApacheJServ
set properties=%root%\conf\jserv.properties
set log=%root%\logs\jserv.log
set
CP=%root%\ApacheJServ.jar;c:\jsdk20\lib\jsdk.jar;D:\XM_Cocoon\bin\Cocoon.jar;d:\xm_cocoon\bin\openxml.106.jar;d:\xm_cocoon\bin\fop.0
91.jar;d:\xm_cocoon\bin\xslp.19990832.jar;c:\JavaContrib

java -cp %CP% -Xms32m org.apache.jserv.JServ %properties%

***********************************************************
Brett Knights                             626-432-5767 work
[EMAIL PROTECTED]                 626-355-1017 home
***********************************************************


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Svante
> Olofsson
> Sent: Monday, November 01, 1999 6:26 AM
> To: Java Apache Users
> Subject: Re: how to start Jserv seperately from apache web server ?
>
>
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> Hi!
>
> You need to start it from the shell/dos prompt.
> 'java org.apache.jserv.JServ <install-dir>/conf/jserv.properties'
>
> Regards,
>   --Svante
>
> > Hi there,
> >
> > what is the command to start JServ seperately from the web server,
> > when the ApJServManual parameter is 'on'.
> >
> > Has JServ to be started before or after starting Apache, or doesn't
> > it matter?
> >
> > Please don't answere 'read the faq' as faq is now unavailable.
> >
> > Regards
> > Dirk Bliesener
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
>
>



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to