Personal tools

Ace:IMS Installation: Difference between revisions

From Adapt

Jump to: navigation, search
No edit summary
 
No edit summary
 
Line 4: Line 4:
The ACE IMS is a j2ee application that issues integrity tokens, publishes witnesses and answers challenges to round summaries.
The ACE IMS is a j2ee application that issues integrity tokens, publishes witnesses and answers challenges to round summaries.


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

Latest revision as of 21:00, 29 April 2010

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.