Updated the Deploying with Tomcat section with the correct folder

master
mcayouette 2014-01-13 08:37:17 -08:00
parent 40255ed517
commit a3eb045cc7
1 changed files with 1 additions and 1 deletions

@ -67,6 +67,6 @@ The project uses JCE through BouncyCastle which may require special installation
To deploy the Server, copy the generated .war file to the tomcat `webapps` directory, such as: To deploy the Server, copy the generated .war file to the tomcat `webapps` directory, such as:
`cp openid-connect-server/target/openid-connect-server.war /var/lib/tomcat6/webapps` `cp openid-connect-server-webapp/target/openid-connect-server.war /var/lib/tomcat6/webapps`
To configure the server for local use, see the [Server Configuration](Server-configuration) documentation. Most importantly, the `issuer` value in the server configuration bean needs to be set to the URL that the server can be accessed from. The default value for the `issuer` is `http://localhost:8080/openid-connect-server-webapp/`. To configure the server for local use, see the [Server Configuration](Server-configuration) documentation. Most importantly, the `issuer` value in the server configuration bean needs to be set to the URL that the server can be accessed from. The default value for the `issuer` is `http://localhost:8080/openid-connect-server-webapp/`.