Files
spring-framework/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/geronimo-web.xml
2008-11-20 13:50:01 +00:00

6 lines
274 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.0"
configId="org/springframework/samples/petclinic">
<context-root>/petclinic</context-root>
<context-priority-classloader>true</context-priority-classloader>
</web-app>