- From: Yves Lafon <ylafon@w3.org>
- Date: Mon, 26 Jul 1999 14:20:39 +0200 (MET DST)
- To: brax <JBrax@compuserve.com>
- cc: JigSaw Mail <www-jigsaw@w3.org>
On Mon, 26 Jul 1999, Yves Lafon wrote:
> On Fri, 23 Jul 1999, brax wrote:
>
> > org.w3c.jigsaw.daemon.handlers=http-server|https-server|admin-server
> > https-server.org.w3c.jigsaw.daemon.class=iaik.jigsaw.https.httpsd
> > ...
> >
Another thing... If you want to have the same server serving http and
https, you may use server clones
https-server.org.w3c.jigsaw.daemon.clones=http-server
http-server.org.w3c.jigsaw.daemon.class=iaik.jigsaw.https.httpsd
admin-server.org.w3c.jigsaw.daemon.class=org.w3c.jigsaw.admin.AdminServer
org.w3c.jigsaw.daemon.handlers=http-server|https-server|admin-server
Otherwise, your two servers will have different root, and then, be careful
to separate the spaces, ex:
(Note that I force the prop file to be in one place while I force the
space to be in another space)
14:17 tarantula JigProxy/config 16 >more jigedit-server.props
#Jigsaw written
#Fri Jul 16 14:07:05 CEST 1999
org.w3c.jigsaw.propfile=/0/w3c/ylafon/Servers/JigProxy/config/jigedit-server.props
org.w3c.jigsaw.edit.root=root
org.w3c.jigsaw.config=/u/tarantula/0/w3c/ylafon/Servers/JigEdit/config
org.w3c.cvs.wrapper=/u/tarantula/0/w3c/ylafon/Servers/JigEdit/bin/cvs_wrapper
org.w3c.jigsaw.space=/u/tarantula/0/w3c/ylafon/Servers/JigEdit/WWW
org.w3c.jigsaw.root=/u/tarantula/0/w3c/ylafon/Servers/JigEdit
org.w3c.jigsaw.servlet.servlet-log-file=/u/tarantula/0/w3c/ylafon/Servers/JigEdit/logs/servlets
(I removed port and others for clarity)
If the two spaces are not separated, they will overwrite their own spaces,
resulting in erratic behaviour.
Hope this helps,
/\ - Yves Lafon - World Wide Web Consortium -
/\ / \ Architecture Domain - Jigsaw Activity Leader
/ \ \/\
/ \ / \ http://www.w3.org/People/Lafon - ylafon@w3.org
Received on Monday, 26 July 1999 08:20:51 UTC