Skip to content

Instantly share code, notes, and snippets.

@mojavelinux
Created May 1, 2012 06:58
Show Gist options
  • Select an option

  • Save mojavelinux/2565781 to your computer and use it in GitHub Desktop.

Select an option

Save mojavelinux/2565781 to your computer and use it in GitHub Desktop.
Container configuration for Tomcat managed 7 (TomEE)
<container qualifier="tomcat-managed-7" default="true">
<configuration>
<property name="catalinaHome">${user.home}/opt/apache-tomee-web-1.0.0</property>
<property name="user">manager</property>
<property name="pass">manager</property>
</configuration>
</container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment