| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| |
| Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved. |
| |
| This program and the accompanying materials are made available under the |
| terms of the Eclipse Distribution License v. 1.0, which is available at |
| http://www.eclipse.org/org/documents/edl-v10.php. |
| |
| SPDX-License-Identifier: BSD-3-Clause |
| |
| --> |
| |
| <!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=""> |
| <context-root>/https-server-glassfish-webapp</context-root> |
| |
| <security-role-mapping> |
| <!-- maps "Users" group to myRole --> |
| <role-name>myRole</role-name> |
| <group-name>Users</group-name> |
| </security-role-mapping> |
| |
| <class-loader delegate="true" /> |
| <jsp-config> |
| <property name="classdebuginfo" value="true"> |
| <description>Enable debug info compilation in the generated servlet class</description> |
| </property> |
| <property name="keepgenerated" value="true"> |
| <description>Keep a copy of the generated servlet class' java code.</description> |
| </property> |
| <property name="mappedfile" value="true"> |
| <description>Maintain a one-to-one correspondence between static content and the generated servlet class' java code</description> |
| </property> |
| </jsp-config> |
| </glassfish-web-app> |