Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Extensible Protocol RP Website"

(New page: ==Introduction== ==End-User Perspective== ===Functionality=== ===Setup=== ==Deployer Perspective== ===Download=== ===Deploying=== ===Configuration=== ==Developer Perspective== ===Ar...)
 
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Introduction==
+
#REDIRECT [[Extensible Protocol RP Website 1.0]]
 
+
==End-User Perspective==
+
===Functionality===
+
 
+
===Setup===
+
 
+
==Deployer Perspective==
+
===Download===
+
 
+
===Deploying===
+
 
+
===Configuration===
+
 
+
==Developer Perspective==
+
 
+
===Architecture===
+
 
+
===Building===
+
Checkout the following projects to Eclipse workspace from:
+
 
+
https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/plugins
+
org.eclipse.higgins.rp.icard
+
org.eclipse.higgins.rp.interface
+
org.eclipse.higgins.rp.servlet
+
 
+
https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/app
+
RelyingPartyDemoApp2
+
 
+
Also checkout the following project dependencies:
+
(https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/plugins)
+
 
+
org.eclipse.higgins.configuration.api
+
org.eclipse.higgins.configuration.common
+
org.eclipse.higgins.configuration.xml
+
org.eclipse.higgins.dependencies.redistributable
+
org.eclipse.higgins.idas.api
+
org.eclipse.higgins.messages
+
org.eclipse.higgins.sts.api
+
org.eclipse.higgins.sts.base64.apache
+
org.eclipse.higgins.sts.common
+
org.eclipse.higgins.sts.spi
+
org.eclipse.higgins.sts.xmlsecurity.apache
+
 
+
 
+
The projects should all build. The only error that you see after this step is "Target runtime Apache Tomcat v5.5 is not defined" if you have no Tomcat servers setup in your workspace.
+
 
+
== See Also ==
+
* [[Solutions]]
+
 
+
== Links ==
+
* [http://eclipse.org/higgins Higgins Home]
+

Latest revision as of 14:10, 2 July 2008

Back to the top