Created
December 12, 2015 10:07
-
-
Save EugenyB/6de5282062652b62ef67 to your computer and use it in GitHub Desktop.
Пример файла glassfish-web.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!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"> | |
<glassfish-web-app error-url=""> | |
<class-loader delegate="true"/> | |
<jsp-config> | |
<property name="keepgenerated" value="true"> | |
<description>Keep a copy of the generated servlet class' java code.</description> | |
</property> | |
</jsp-config> | |
<locale-charset-info default-locale=""> | |
<locale-charset-map locale="" charset=""/> | |
<parameter-encoding default-charset="UTF-8"/> | |
</locale-charset-info> | |
</glassfish-web-app> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment