Ace:IMS Installation: Difference between revisions
From Adapt
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. | ||
# 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. | |||
# 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.
- 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.
- Deploy a copy of the ace-ims.ear onto your application server.