Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Deploying I-Card Service 1.0"

(Deploying the Identity Agent Service)
(Deploying the Identity Agent Service)
Line 7: Line 7:
 
===Deploying the Identity Agent Service===
 
===Deploying the Identity Agent Service===
  
Project folder '''*\org.eclipse.higgins.rpps.web''' contain the folder ''“conf”'', where placed files and folders needed for running RPPS webapplication in Tomcat.
+
Project folder '''*\org.eclipse.higgins.rpps.web''' contain the folder ''“conf”'', where placed files and folders needed for running RPPS-web in Tomcat.
  
 
* Copy the directory “tomcat” over same directory name in the place, where Tomcat was installed. In it the folder ''“lib”'', in which are contains MySQL database drivers.  
 
* Copy the directory “tomcat” over same directory name in the place, where Tomcat was installed. In it the folder ''“lib”'', in which are contains MySQL database drivers.  

Revision as of 12:39, 10 January 2008

Prerequisites

This guide assumes you have the following software:

  • Apache Tomcat 5.5 or later (or other servlet container)
  • "rpps-axis.war" file must be maked before deploying (i.e. RPPS-web project must be builded. For information on how to configure and deploy the web applications, see here: Building the Higgins Identity Agent Service).

Deploying the Identity Agent Service

Project folder *\org.eclipse.higgins.rpps.web contain the folder “conf”, where placed files and folders needed for running RPPS-web in Tomcat.

  • Copy the directory “tomcat” over same directory name in the place, where Tomcat was installed. In it the folder “lib”, in which are contains MySQL database drivers.
  • Contents of the directory “usr” must be placed in a home directory of the current user. Folder “.higgins” contain three folders: “.icard”, “.ontology”, “.iss”. In a folder “.icard” there are files of a configuration for icard-providers: “org.eclipse.higgins.icard.provider.cardspace.managed.db” and “org.eclipse.higgins.icard.provider.cardspace.personal.db.ini”. Folder “.iss” contain configuration file for Icard selector service (iss). Folder “ConfigurationFile” contain two configuration files for Security Token Service (sts): “ClientConfiguration.xml” and “PersonalConfiguration.xml”.
  • At last, copy rpps-axis.war from the folder *\org.eclipse.higgins.rpps.web\build\war into Tomcat folder "/webapps" and restart Tomcat for deploy Web Application.

Back to the top