|
|
DocumentationWhat are the base requirements for jRevProxy?
How do I start jRevProxy?You start the jRevProxy server by executing Where do I modify the jRevProxy settings?1. Open in the /etc directory the file jrevproxy.properties How do add additional virtual directories and access rules for these directories?1. Open in the /etc directory the file jrevproxy.xml2. Each rule has the following syntax: <rule> <name>...</name> <virtualdir>...</virtualdir> <junction>...</junction> <users> <subjectdn>...</subjectdn> </users> </rule> The name is just a rule alias. The virtual directory tag gets mapped by jRevProxy to the URL specified by the junction tag. Virtualdir values should start with a '/'. The subject distinguished name tag has the following format: EMAILADDRESS=john.doe@somewhere.com, CN=John Doe, GIVENNAME=John, SURNAME=Doe This DN should be retrieved from the certificate imported in the truststore. The truststore holds all the user certificates that are trusted by jRevProxy. When you import (with 'keytool') a user certificate into the truststore, be carefull to import the whole certificate chain.> Where can I find source code/API documentation?The JavaDoc source code documentation can be found here. You can of course jump into the sourcecode itself :).
|
||
|
Last update: April 26 2003 |
|||
|
|
|||
|
|
|
||