summaryrefslogtreecommitdiffstats
path: root/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/WEB-INF/sun-web.xml
blob: cca518cc498608776fcd34d2c67c87ccf95500e4 (plain)
1
2
3
4
5
<?xml version="1.0" encoding="UTF-8"?>
<sun-web-app>
  <context-root>jasmine</context-root>
  <class-loader delegate="true"/>
</sun-web-app>