This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "ESAPI Swingset"

From OWASP
Jump to: navigation, search
(The ESAPI Swingset is a web application which demonstrates the many uses of the ESAPI.)
 
Line 1: Line 1:
 
 
The ESAPI Swingset is a web application which demonstrates the many uses of the [[ESAPI]].
 
The ESAPI Swingset is a web application which demonstrates the many uses of the [[ESAPI]].
  
 
Swingset is still under development, but will be available for download soon.
 
Swingset is still under development, but will be available for download soon.
 +
 +
==Download/Install==
 +
When the ESAPI Swingset is available for download, a hyperlink will be here.
 +
 +
==Download the JDK==
 +
If it is not already installed, please download a Java JDK version 5 or later.  Tomcat, the web server you will be using, requires a JDK, rather than a JRE, due to the use of JSPs in ESAPI Swingset.
 +
 +
The Java JDK is available [http://java.sun.com/javase/downloads/index.jsp here].
 +
==Install to Windows==
 +
<ol>
 +
<li>Extract ESAPI_Swingset.zip to a directory of your choice.</li>
 +
<li>Open Windows Explorer and Navigate to the directory to which ESAPI_Swingset.zip was extracted</li>
 +
<li>Open Tomcat_6.0.18_start.bat with notepad</li>
 +
<li>Set your JAVA_HOME environment variable to a JDK version 5 or later.  To do this, change the line "set JAVA_HOME=jdk_directory" to your Java install directory, where "jdk_directory" is the root of your Java directory.  For many, the line will look like: "set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_10".  Please remember that Swingset requires JDK version 5 or higher.  A JRE installation will not work.</li>
 +
<li>Save the file</li>
 +
</ol>
 +
==Running Swingset==
 +
<ol>
 +
<li>Execute Tomcat_6.0.18_start.bat.  This can be done through the command line or by double clicking the file.</li>
 +
</ol>
 +
==Project Sponsors==
 +
 +
The OWASP ESAPI project is sponsored by
 +
[http://www.aspectsecurity.com https://www.owasp.org/images/d/d1/Aspect_logo.gif]
  
 
{{Stub}}
 
{{Stub}}

Revision as of 16:08, 29 August 2008

The ESAPI Swingset is a web application which demonstrates the many uses of the ESAPI.

Swingset is still under development, but will be available for download soon.

Download/Install

When the ESAPI Swingset is available for download, a hyperlink will be here.

Download the JDK

If it is not already installed, please download a Java JDK version 5 or later. Tomcat, the web server you will be using, requires a JDK, rather than a JRE, due to the use of JSPs in ESAPI Swingset.

The Java JDK is available here.

Install to Windows

  1. Extract ESAPI_Swingset.zip to a directory of your choice.
  2. Open Windows Explorer and Navigate to the directory to which ESAPI_Swingset.zip was extracted
  3. Open Tomcat_6.0.18_start.bat with notepad
  4. Set your JAVA_HOME environment variable to a JDK version 5 or later. To do this, change the line "set JAVA_HOME=jdk_directory" to your Java install directory, where "jdk_directory" is the root of your Java directory. For many, the line will look like: "set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_10". Please remember that Swingset requires JDK version 5 or higher. A JRE installation will not work.
  5. Save the file

Running Swingset

  1. Execute Tomcat_6.0.18_start.bat. This can be done through the command line or by double clicking the file.

Project Sponsors

The OWASP ESAPI project is sponsored by Aspect_logo.gif

This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.