hi.jsp revision ada1678a4262b208a7b87391f520a7767d25287c
96fc773162e93e5b85686ab152f11baf4498d868rbb<%--
6f06d481dafc90f1b553f1d2828bcea50a039854fielding
b7a0ad483b54711addc5f43f679189619a23c749ben DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
b7a0ad483b54711addc5f43f679189619a23c749ben
328d02603f471fad56cc5588fc9e93f589593ad0rbb Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
328d02603f471fad56cc5588fc9e93f589593ad0rbb
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
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
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
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
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
5bf029f8452b6aa105cf3d9d9b19221920725428rbb holder.
5bf029f8452b6aa105cf3d9d9b19221920725428rbb
60ed053fe71b1e3cfab8c4ed37afde30a6db4841rbb--%>
60ed053fe71b1e3cfab8c4ed37afde30a6db4841rbb
60ed053fe71b1e3cfab8c4ed37afde30a6db4841rbb<html>
e03878add0099ba9741efc46d545955a60ea8bdcrbb<head>
e03878add0099ba9741efc46d545955a60ea8bdcrbb<title>JSP Test</title>
e03878add0099ba9741efc46d545955a60ea8bdcrbb<%!
e03878add0099ba9741efc46d545955a60ea8bdcrbbString message = "Hello, World.";
1860b2b5f1de31f8cf9d95f1b394fe98c8dbfab7rbb%>
1860b2b5f1de31f8cf9d95f1b394fe98c8dbfab7rbb</head>
1860b2b5f1de31f8cf9d95f1b394fe98c8dbfab7rbb<body>
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe<h2><%= message%></h2>
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe<%= new java.util.Date() %>
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe</body>
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe</html>
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe