Skip to content

Instantly share code, notes, and snippets.

@hobodave
Created March 27, 2013 21:36
Show Gist options
  • Select an option

  • Save hobodave/5258242 to your computer and use it in GitHub Desktop.

Select an option

Save hobodave/5258242 to your computer and use it in GitHub Desktop.
<bean class="org.eclipse.jetty.webapp.WebAppContext">
<property name="contextPath" value="/admin" />
<property name="resourceBase" value="${activemq.home}/webapps/admin" />
<property name="logUrlOnStart" value="true" />
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment