org.edg.security.trustmanager.tomcat
Class ChangeFactory

java.lang.Object
  |
  +--org.edg.security.trustmanager.tomcat.ChangeFactory

public class ChangeFactory
extends java.lang.Object

A quick and dirty application to set the TrustManager settings in server.xml


Constructor Summary
ChangeFactory(java.lang.String propertiesFile)
          Creates a new instance of ChangeFactory.
 
Method Summary
static void main(java.lang.String[] args)
          Main to able this little program to be run from command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeFactory

public ChangeFactory(java.lang.String propertiesFile)
Creates a new instance of ChangeFactory.

Parameters:
propertiesFile - Authentication configuration file
Method Detail

main

public static void main(java.lang.String[] args)
Main to able this little program to be run from command line.

Parameters:
args - the command line arguments: 1) path to original server.xml 2) path to authentication.conf 3) path to new server.xml (if file exists it will be overwritten)