next up previous
Next: Testing Up: Installation Guide for EDG Previous: EDG Java Security Reconfiguration

Service Installation

For authentication-only services, the service code is independent of the trustmanager and security code.

In order to use the authenticated trustmanager, make sure that you installed the
$EDG_LOCATION_VAR/etc/server.xml.d/secure-noproxy-service.xml file and that your webapp directory or WAR is deployed into (or symlinked from):

/var/tomcat4/webapps-secure/

You will need to connect to https and the secure port (8443 by default). You will also need client credentials to connect.

In order to use the insecure Tomcat connector, make sure that you installed the
$EDG_LOCATION_VAR/etc/server.xml.d/insecure-service.xml file and that your webapp directory or WAR is deployed into (or symlinked from):

/var/tomcat4/webapps/

The webapp will be available using http on the insecure port (8080 by default). You will not need any client (or server) credentials.



Subsections

2004-07-02