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.