JavaWebServer.html revision 292
1117N/A<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
1117N/A<html>
1117N/A<head>
1117N/A<!--
1117N/A
1117N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1117N/A
6982N/A Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
6982N/A
1117N/A The contents of this file are subject to the terms of either the GNU
1117N/A General Public License Version 2 only ("GPL") or the Common Development
1117N/A and Distribution License("CDDL") (collectively, the "License"). You
1117N/A may not use this file except in compliance with the License. You can
6982N/A obtain a copy of the License at
6982N/A https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
6982N/A or packager/legal/LICENSE.txt. See the License for the specific
6982N/A language governing permissions and limitations under the License.
1117N/A
1117N/A When distributing the software, include this License Header Notice in each
1117N/A file and include the License file at packager/legal/LICENSE.txt.
1117N/A
3232N/A GPL Classpath Exception:
1117N/A Oracle designates this particular file as subject to the "Classpath"
1117N/A exception as provided by Oracle in the GPL Version 2 section of the License
1117N/A file that accompanied this code.
1117N/A
1117N/A Modifications:
1117N/A If applicable, add the following below the License Header, with the fields
1117N/A enclosed by brackets [] replaced by your own identifying information:
1117N/A "Portions Copyright [year] [name of copyright owner]"
1117N/A
1117N/A Contributor(s):
1117N/A If you wish your version of this file to be governed by only the CDDL or
1117N/A only the GPL Version 2, indicate your decision by adding "[Contributor]
1117N/A elects to include this software in this distribution under the [CDDL or GPL
1117N/A Version 2] license." If you don't indicate a single choice of license, a
1117N/A recipient has the option to distribute your version of this file under
1117N/A either the CDDL, the GPL Version 2 or to extend the choice of license to
1117N/A its licensees as provided above. However, if you add GPL Version 2 code
1117N/A and therefore, elected the GPL Version 2 license, then the option applies
1117N/A only if the new code is made subject to such option by the copyright
1117N/A holder.
1117N/A
1117N/A-->
1117N/A
1117N/A <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1117N/A <meta name="Author" content="JavaSoftware">
1117N/A <meta name="GENERATOR" content="Mozilla/4.61 [en] (WinNT; U) [Netscape]">
1117N/A <title>JavaWebServer</title>
1117N/A</head>
<body>
If you don't already have Java Web Server installed and running,
you'll need to download it
<br>from the&nbsp; <a href="http://www.sun.com/software/jwebserver/index.html">Java
Web Server</a>&nbsp; product page and install it. We tested the JavaMailServlet
with
<br>these configurations.
<p>(on Solaris)
<blockquote>JavaWebServer 2.0 (binary)</blockquote>
(on NT)
<blockquote>JavaWebServer 2.0 (binary)</blockquote>
To run the JavaMailServlet, you must add the JavaMail and JavaBeans Activation
Framework
<br>jar files to the CLASSPATH environment variable (this is documented
in the JavaMail README file
<br>and additional Windows NT information is provided <a href="classpath-NT.html">here</a>).
<p>Once this is done, restart the web server.
<br>&nbsp;
<p>Additional Notes
<blockquote>If you run JavaWebServer 2.0 with the Java Runtime Environment
(JRE) supplied with
<br>JavaWebServer, no additional security policy is necessary. The security
policy file
<br>(i.e. jserv.policy) supplied with the JRE contains the necessary permissions
for local servlets.</blockquote>
<blockquote>If you run JavaWebServer 2.0 with another JRE (with an installed
JDK for example), you
<br>must add the necessay security policy for running under a SecurityManager.</blockquote>
</body>
</html>