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"
Kevin.Fealey (talk | contribs) |
Kevin.Fealey (talk | contribs) |
||
| Line 6: | Line 6: | ||
===Downloads=== | ===Downloads=== | ||
| − | + | ====ESAPI Swingset/Apache Tomcat Bundle==== | |
#[[http://owasp-esapi-java-swingset.googlecode.com/files/Swingset__with_tomcat_01b.zip ESAPI Swingset bundled with Apache Tomcat]] | #[[http://owasp-esapi-java-swingset.googlecode.com/files/Swingset__with_tomcat_01b.zip ESAPI Swingset bundled with Apache Tomcat]] | ||
| − | |||
| − | ===What is included in this download?=== | + | =====What is included in this download?===== |
| − | + | This download includes: | |
*Apache Tomcat version 6.0.18 | *Apache Tomcat version 6.0.18 | ||
*ESAPI Swingset application | *ESAPI Swingset application | ||
*Batch file for easy loading of Apache Tomcat in Windows | *Batch file for easy loading of Apache Tomcat in Windows | ||
| − | *Shell script for easy loading of Apache Tomcat in Unix | + | *Shell script for easy loading of Apache Tomcat in Unix will be bundled soon |
| + | *Everything you need to try Swingset | ||
| + | |||
| + | ====ESAPI Swingset Source Code==== | ||
| + | #[[http://owasp-esapi-java-swingset.googlecode.com/files/ESAPI_Swingset_01b.zip ESAPI Swingset Source Code]] | ||
| + | |||
| + | =====What is included in this download?===== | ||
| + | This download includes: | ||
| + | *All ESAPI Swingset source files | ||
| + | |||
| + | ====ESAPI Swingset WAR file==== | ||
| + | #[[http://owasp-esapi-java-swingset.googlecode.com/files/ESAPI_Swingset_01b.war ESAPI Swingset WAR file]] | ||
| + | |||
| + | =====What is included in this download?===== | ||
| + | This download includes: | ||
| + | *The ESAPI Swingset WAR file -- just drop it in your Apache Tomcat Webapps directory and you're ready to go | ||
==Download the JDK== | ==Download the JDK== | ||
Revision as of 20:57, 4 September 2008
The ESAPI Swingset is a web application which demonstrates the many uses of the Enterprise Security API (ESAPI).
Swingset is still under development, but will be available for download soon.
Download/Run
This download will contain everything you need to get Swingset up and running in a matter of minutes. No installation is necessary (assuming you have a Java JDK installed), just edit one line of a batch file or shell script and you're ready to go!
Downloads
ESAPI Swingset/Apache Tomcat Bundle
What is included in this download?
This download includes:
- Apache Tomcat version 6.0.18
- ESAPI Swingset application
- Batch file for easy loading of Apache Tomcat in Windows
- Shell script for easy loading of Apache Tomcat in Unix will be bundled soon
- Everything you need to try Swingset
ESAPI Swingset Source Code
What is included in this download?
This download includes:
- All ESAPI Swingset source files
ESAPI Swingset WAR file
What is included in this download?
This download includes:
- The ESAPI Swingset WAR file -- just drop it in your Apache Tomcat Webapps directory and you're ready to go
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.
Setup and Install Swingset
Setup Swingset for Windows
- Extract ESAPI_Swingset.zip to a directory of your choice.
- Open Windows Explorer and Navigate to the directory to which ESAPI_Swingset.zip was extracted
- Open Tomcat_6.0.18_start.bat with notepad
- 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.
- Save the file
Running Swingset on Windows
- Navigate to the ESAPI_Swingset directory
- Execute Tomcat_6.0.18_start.bat. This can be done through the command line or by double clicking the file.
- If you followed the installation instructions in this wiki, Tomcat should now be running
- Open a web browser and navigate to http://localhost:8080/main
- You should see the ESAPI Swingset start page
Project Sponsors
The OWASP ESAPI project is sponsored by
This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.