Home » apache-tomcat-6.0.26-src » org.apache » tomcat » security » file » [javadoc | source]
org.apache.tomcat.security.file
public final class: FileRealmTool [javadoc | source]
java.lang.Object
   org.apache.tomcat.security.file.FileRealmTool
Command-line tool to manipulate database files containing FileRealmDatabase information. Usage:
java org.apache.tomcat.security.file.FileRealmTool {path} {commands}
where {path} is the pathname to a local file containing the database information, and {commands} is a series of zero or more commands (each of which including command parameters) from the following list:

To initialize a new database file for use by this tool, create a text file (whose name ends in ".xml") with the following contents:



Method from org.apache.tomcat.security.file.FileRealmTool Summary:
main
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tomcat.security.file.FileRealmTool Detail:
 public static  void main(String[] arguments) 
    The application main program.