source: ComponentRegistry/branches/jeaferversion/ComponentRegistry/src/main/webapp/WEB-INF/glassfish-web.xml @ 1631

Last change on this file since 1631 was 1631, checked in by jeafer, 13 years ago

Jean-Charles branch initial commit,
Changes regarding comment on the ComponentRegistry service.
Get comment from RestService? to Database access (CommentsDao?) implemented.
TestComment? class in development

File size: 476 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Servlet 3.0//EN" "http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd">
3<glassfish-web-app error-url="">
4  <class-loader delegate="true"/>
5  <jsp-config>
6    <property name="keepgenerated" value="true">
7      <description>Keep a copy of the generated servlet class' java code.</description>
8    </property>
9  </jsp-config>
10</glassfish-web-app>
Note: See TracBrowser for help on using the repository browser.