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"

(==Prerequisites==)
 
Line 3: Line 3:
 
This guide assumes you have the following software:
 
This guide assumes you have the following software:
 
* Apache Tomcat 5.5 or later (or other servlet container)
 
* Apache Tomcat 5.5 or later (or other servlet container)
 +
 +
===Deploying the Identity Agent Service===
 +
 +
In the project-folder '''*\org.eclipse.higgins.rpps.web''' be placed the folder ''“conf”''. This folder contain needed files and folders for correct working Tomcat with RPPS-web.
 +
 +
* 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.

Revision as of 11:30, 10 January 2008

Prerequisites

This guide assumes you have the following software:

  • Apache Tomcat 5.5 or later (or other servlet container)

Deploying the Identity Agent Service

In the project-folder *\org.eclipse.higgins.rpps.web be placed the folder “conf”. This folder contain needed files and folders for correct working Tomcat with RPPS-web.

  • 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