|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.security.trustmanager.tomcat.ChangeFactory
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 |
public ChangeFactory(java.lang.String propertiesFile)
propertiesFile
- Authentication configuration fileMethod Detail |
public static void main(java.lang.String[] args)
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |