Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2000 21:49:30 +0200
From:      Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
To:        Nate Williams <nate@yogotech.com>
Cc:        Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>, java@FreeBSD.ORG
Subject:   Re: Apache Jserv 1.1 and apache13
Message-ID:  <20000419214930.A54692@gil.physik.rwth-aachen.de>
In-Reply-To: <200004191902.NAA20351@nomad.yogotech.com>; from nate@yogotech.com on Wed, Apr 19, 2000 at 01:02:01PM -0600
References:  <200004191857.UAA54354@gil.physik.rwth-aachen.de> <200004191902.NAA20351@nomad.yogotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 19, 2000 at 01:02:01PM -0600, Nate Williams wrote:
> > Has anyone a working combination of Apache Jserv,apache server
> > and Java/JDK/JSDK?
> 
> Working fine here.
> 
> FreeBSD 3.4/JDK1.1.8/Apache-1.3.11-modSSL + hand-coded JServ additions.
> 

I compiled and installed the port. Things start looking better now.

The make install tells me to do
a touch /var/log/jserv.log and make it writable for the owner of the httpd.
Well, it's root, isn't it? But I also was wondering that suddenly 
a /var/log/mod_jserv.log was there (0 bytes) which I definitely
didn't create by touch.

And then I have this in httpd-error.log: (looks like mod_jserv aborts):

[Wed Apr 19 21:36:02 2000] [notice] Apache/1.3.12 (Unix) ApacheJServ/1.1 configu
red -- resuming normal operations
java.io.IOException: Directory not writable: /var/log
        at org.apache.java.io.LogWriter.<init>(LogWriter.java:287)
        at org.apache.java.io.LogWriter.<init>(LogWriter.java:203)
        at org.apache.jserv.JServLog.<init>(JServLog.java:92)
        at org.apache.jserv.JServ.start(JServ.java:233)
        at org.apache.jserv.JServ.main(JServ.java:158)
[Wed Apr 19 21:40:24 2000] [error] [client 192.168.1.119] File does not exist: /
usr/local/www/data/example/Hello

(Hello is a class)

Is it OK, btw, as the install script suggests, to do:

# 
# This should be changed to whatever you set DocumentRoot to.
# 
<Directory "/usr/local/www/data">
Include etc/apache/jserv/jserv.conf

(Include without prefix?)





> 
> 
> Nate

-- 
Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000419214930.A54692>