RE: Configuring SSL for Jigsaw 2.2.4

I did use the -keyalg RSA option to generate the certificate.
Is it neccessary to given relative paths in the prop files, right now i m 
using absolute paths.

This is my https-server file

#Updated by Install
#Wed Oct 26 12:21:21 GMT+05:00 2005
org.w3c.jigsaw.http.socket.SocketClientFactory.maxClients=30
org.w3c.jigsaw.request.timeout=3000000
org.w3c.jigsaw.client.bufsize=8192
org.w3c.jigsaw.serializer=org.w3c.tools.resources.serialization.xml.XMLSerializer
org.w3c.jigsaw.port=443
org.w3c.jigsaw.http.socket.SocketClientFactory.maxThreads=85
org.w3c.jigsaw.client.priority=5
org.w3c.jigsaw.trashdir=D\:\\IntechSW_Group\\WES\\Current\\Deployment\\WES\\WS\\Jigsaw\\jigsaw\\trash
org.w3c.jigsaw.root=D\:\\IntechSW_Group\\WES\\Current\\Deployment\\WES\\WS\\Jigsaw\\jigsaw
org.w3c.jigsaw.root.name=root
org.w3c.jigsaw.server=Jigsaw/2.2.4
org.w3c.jigsaw.docurl=/Doc/Reference
org.w3c.www.protocol.http.filters=
org.w3c.jigsaw.root.class=org.w3c.jigsaw.resources.DirectoryResource
org.w3c.jigsaw.checkpointer=/Admin/Checkpointer
org.w3c.jigsaw.checkSensitivity=true
org.w3c.jigsaw.propfile=D\:\\IntechSW_Group\\WES\\Current\\Deployment\\WES\\WS\\Jigsaw\\jigsaw\\config\\https-server.props
org.w3c.jigsaw.space=D\:\\IntechSW_Group\\WES\\Current\\Deployment\\WES\\WS\\Jigsaw\\jigsaw\\www
org.w3c.jigsaw.keepAlive=true
org.w3c.jigsaw.version.counter=4
org.w3c.jigsaw.http.socket.SocketClientFactory.maxFree=15
org.w3c.jigsaw.config=D\:\\IntechSW_Group\\WES\\Current\\Deployment\\WES\\WS\\Jigsaw\\jigsaw\\config
org.w3c.jigsaw.edit.root=root
org.w3c.jigsaw.logger=org.w3c.jigsaw.http.CommonLogger
org.w3c.jigsaw.ssl.enabled=true
# Points to the key store (cf. 4. above, don't forget to put the full path 
to the keystore)
org.w3c.jigsaw.ssl.keystore.path=D:\IntechSW_Group\WES\Current\Deployment\WES\WS\Jigsaw\jigsaw\keystore\intechww.keystore
# Supplies the password for accessing the key store ...
org.w3c.jigsaw.ssl.keystore.password=temppass
# Finally, the socket client factory has to be set to the SSL factory ...
org.w3c.jigsaw.http.ClientFactory=org.w3c.jigsaw.https.socket.SSLSocketClientFactory



server-props.file

org.w3c.jigsaw.daemon.handlers=https-server|admin-server
https-server.org.w3c.jigsaw.daemon.class=org.w3c.jigsaw.https.httpsd
admin-server.org.w3c.jigsaw.daemon.class=org.w3c.jigsaw.admin.AdminServer






Regards
Faisal Javeed
INTECH Process Automation Pvt. Ltd.
119-B Tech Society Lahore-54590, Pakistan
Cell:      03334241582
Voice:   +92 42 5427001 (3 lines)
Fax:      +92 42 5411724
Web:     www.intechww.com

Received on Friday, 28 October 2005 06:27:36 UTC