Updated Build Instructions (markdown)
parent
494713952f
commit
7165c28937
|
@ -57,7 +57,7 @@ The server is auto-configured with one client and two users, which are enumerate
|
|||
|
||||
## Java Cryptographic Extensions (JCE)
|
||||
|
||||
The project uses JCE through BouncyCastle which may require special installation. If you run into javax.crypto.JceSecurity errors, do the following:
|
||||
The project uses JCE through BouncyCastle which may require special installation. If you run into javax.crypto.JceSecurity or "TestDefaultJWTEncryptionAndDecryptionService.java [XXX,X] error: cannot find symbol" errors, do the following:
|
||||
|
||||
1. Add the BouncyCastle Provider to your JRE/JDK, per instructions at http://www.bouncycastle.org/wiki/display/JA1/Provider+Installation/
|
||||
|
||||
|
@ -86,4 +86,3 @@ This will deploy the server to `http://localhost:8080/openid-connect-server-weba
|
|||
The server webapp has been tested with Tomcat 6 and Tomcat 7. To deploy the server to Tomcat (or a similar servlet container), copy the generated .war file to the appropriate Tomcat `webapps` directory, such as:
|
||||
|
||||
`cp openid-connect-server-webapp/target/openid-connect-server.war /var/lib/tomcat6/webapps`
|
||||
|
||||
|
|
Loading…
Reference in New Issue