----------------------------------------------------------------
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 think this is a very basic problem of incorrect directory naming.
check that u have to put "\" in case of windows rather than "/" in unix.
Also try using Absolute Path rather than relative one.
Don't include these line in ur httpd.conf.Rather include an INCLUDE
directive which could directly link to ur jserv.conf file.
include "your-path\jserv.conf"
remember use Absolute path and try appanding this statement at the end of
httpd.conf file.
This error is coming because u are including these three lines in ur
httpd.conf which is in Apache directory and not in Jserv directory.So the
relative path fails to find the jserv.properties or module file.
hope this solves ur problem.
Good Luck.
Vinay
----- Original Message -----
From: ssonne <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 08, 2000 6:28 AM
Subject: newbie install - can't open jserv.module.log file
> ----------------------------------------------------------------
> 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. I am running Apache 1.3.12 on Win98 and am trying to get Jserv 1.0 up
> and running...
> I have Jdk 1.3 and Jsdk 2.0 installed and have read through the faq's, but
> i'm stuck at this point...
>
> Apache crashes when I add these lines to httpd.conf
>
> LoadModule jserv_module modules/ApacheModuleJServ.dll
> ApJServProperties /conf/jserv.properties
> ApJServLogFile /logs/jserv.module.log
>
> and gives me this error message
>
> ApJServLogFile: file '\logs\jserv.module.log' can't be opened
>
> Any help is appreciated, and apologies if I didn't provide enough
> information...
> Thanks !
>
>
>
>
>
> --
> --------------------------------------------------------------
> 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]