-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit aec5c4e
Showing
2,006 changed files
with
90,610 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Manifest-Version: 1.0 | ||
Archiver-Version: Plexus Archiver | ||
Created-By: 17.1-b03 (Sun Microsystems Inc.) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Architecture Patterns and Code Templates for Enterprise RCP Applications | ||
======================================================================== | ||
|
||
Welcome to Architecture Patterns and Code Templates for Enterprise RCP | ||
Applications! | ||
|
||
http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2329 | ||
|
||
IMPORTANT: Use Chrome, Firefox, or Safari if you want everything to work. | ||
|
||
wHow to use this: | ||
---------------- | ||
|
||
To use this distribution, first start the Jetty web server using: | ||
|
||
java -jar start.jar | ||
|
||
Load the home page at http://localhost:8080. The home page contains instructions for the labs in PDF format. Click on the link for Lab 1 and start following the instructions. | ||
|
||
If you have any questions about the labs, feel free to contact Dave Orme or Patrick Paulin. | ||
|
||
[email protected] | ||
[email protected] | ||
|
||
Enjoy the labs! | ||
|
||
--- Dave and Patrick |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Before running jetty-cygwin.sh on cygwin, define the JAVA_HOME and JETTY_HOME first. | ||
|
||
$ export JAVA_HOME=/path/to/jvm | ||
$ export JETTY_HOME=/path/to/jetty | ||
|
||
Examples: | ||
$ export JAVA_HOME=/usr/bin/jvm | ||
So assuming you installed cygwin on C:\cygwin, the jvm needs to be in C:\cygwin\usr\bin\jvm | ||
|
||
$ export JETTY_HOME=/usr/share/jetty6 | ||
So assuming you installed cygwin on C:\cygwin, jetty needs to be in C:\cygwin\usr\share\jetty6 |
Oops, something went wrong.