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)
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 folder, where Tomcat was installed. In it there is a subfolder ''“lib”'', containing the driver for work with database ''“mysql”''.  
 
* Copy the directory ''“tomcat”'' over same folder, where Tomcat was installed. In it there is a subfolder ''“lib”'', containing the driver for work with database ''“mysql”''.  

Revision as of 12:15, 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 folder, where Tomcat was installed. In it there is a subfolder “lib”, containing the driver for work with database “mysql”.
  • Contents of the directory “usr” are necessary for placing 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”. In the folder “.iss” be placed configuration file for Icard selector service (iss). In the folder “ConfigurationFile” place 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