hi.jsp revision ada1678a4262b208a7b87391f520a7767d25287c
b7a0ad483b54711addc5f43f679189619a23c749ben DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
328d02603f471fad56cc5588fc9e93f589593ad0rbb Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
1c850e9f96375578e43e5f69ba7499a543b2a7bdtrawick The contents of this file are subject to the terms of either the GNU
1c850e9f96375578e43e5f69ba7499a543b2a7bdtrawick General Public License Version 2 only ("GPL") or the Common Development
1c850e9f96375578e43e5f69ba7499a543b2a7bdtrawick and Distribution License("CDDL") (collectively, the "License"). You
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick may not use this file except in compliance with the License. You can
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick obtain a copy of the License at
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick or packager/legal/LICENSE.txt. See the License for the specific
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick language governing permissions and limitations under the License.
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick When distributing the software, include this License Header Notice in each
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb file and include the License file at packager/legal/LICENSE.txt.
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb GPL Classpath Exception:
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb Oracle designates this particular file as subject to the "Classpath"
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb exception as provided by Oracle in the GPL Version 2 section of the License
8fccb89ed59d5c80c76a818f7ca02bb0d068d4d3rbb file that accompanied this code.
8fccb89ed59d5c80c76a818f7ca02bb0d068d4d3rbb Modifications:
8fccb89ed59d5c80c76a818f7ca02bb0d068d4d3rbb If applicable, add the following below the License Header, with the fields
8fccb89ed59d5c80c76a818f7ca02bb0d068d4d3rbb enclosed by brackets [] replaced by your own identifying information:
da07a882b90b44243c9cd88ac09a789999dccc4drbb "Portions Copyright [year] [name of copyright owner]"
da07a882b90b44243c9cd88ac09a789999dccc4drbb Contributor(s):
da07a882b90b44243c9cd88ac09a789999dccc4drbb If you wish your version of this file to be governed by only the CDDL or
da07a882b90b44243c9cd88ac09a789999dccc4drbb only the GPL Version 2, indicate your decision by adding "[Contributor]
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb elects to include this software in this distribution under the [CDDL or GPL
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb Version 2] license." If you don't indicate a single choice of license, a
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb recipient has the option to distribute your version of this file under
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb either the CDDL, the GPL Version 2 or to extend the choice of license to
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb its licensees as provided above. However, if you add GPL Version 2 code
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb and therefore, elected the GPL Version 2 license, then the option applies
5bf029f8452b6aa105cf3d9d9b19221920725428rbb only if the new code is made subject to such option by the copyright
e03878add0099ba9741efc46d545955a60ea8bdcrbb<title>JSP Test</title>
e03878add0099ba9741efc46d545955a60ea8bdcrbbString message = "Hello, World.";
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe<h2><%= message%></h2>