Personal tools

Ace:IMS Installation

From Adapt

Revision as of 21:00, 29 April 2010 by Toaster (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Under Construction


The ACE IMS is a j2ee application that issues integrity tokens, publishes witnesses and answers challenges to round summaries.

  1. Add the following resources to your j2ee server.
JDBC Resource 'jdbc/ace-ims'
You should have a mysql (tested) datasource created named jdbc/ace-ims
Java Mail Session 'mail/ace-ims'
Configure an e-mail connection for witness publication named mail/ace-ims'. This connection should be able to send mail to any witness recipient.
  1. Deploy a copy of the ace-ims.ear onto your application server.