Skip to content

Instantly share code, notes, and snippets.

@christianberg
Created May 11, 2010 14:51
Show Gist options
  • Save christianberg/397401 to your computer and use it in GitHub Desktop.
Save christianberg/397401 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5">
<display-name>Compojure on GAE</display-name>
<servlet>
<servlet-name>blog</servlet-name>
<servlet-class>compojureongae.core</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>blog</servlet-name>
<url-pattern>/</url-pattern>
</servlet-mapping>
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment