Created
January 13, 2014 12:10
-
-
Save moskinson/8399240 to your computer and use it in GitHub Desktop.
Copy AWS Dynamo DB session storage in to tomcat installation lib, and replace the context.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| container_commands: | |
| 01-copy-aws-library: | |
| command: "cp WEB-INF/.ebextensions/AmazonDynamoDBSessionManagerForTomcat-1.0.1.jar.jar /usr/share/tomcat7/lib/" | |
| 02-replace-tomcat-context: | |
| command: "cp WEB-INF/.ebextensions/context.xml /etc/tomcat7/context.xml" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment