Has anyone tested ResilientDemo with Tomcat 5.5.9?
80591Aug 30 2005 — edited Dec 31 2005I have followed the Technical Note #007.htm to the letter and still could not get the demo working. Here is what I did:
1. Start Tomcat
2. Modify ant.cmd to configure AXIS_HOME and ANT_HOME. (I am using ant-1.6.5 and axis-1_2_1)
3. Copy the class directory to TOMCAT_HOME/webapps/axis/WEB-INF (I create the axis/WEB-INF directory)
4. run ant.cmd.
Here is the error I got:
Buildfile: build.xml
deployRatingService:
[axis-admin] - Unable to find required classes (javax.activation.DataHandler and
javax.mail.internet.MimeMultipart). Attachment support is disabled.
[axis-admin] Processing file C:\Oracle\BPM\10.1.2\integration\orabpel\samples\de
mos\ResilientDemo\AxisServices\deployRatingService.wsdd
[axis-admin] AxisFault
[axis-admin] faultCode: {http://xml.apache.org/axis/}HTTP
[axis-admin] faultSubcode:
[axis-admin] faultString: (404)/axis/services/AdminService
[axis-admin] faultActor:
[axis-admin] faultNode:
[axis-admin] faultDetail:
[axis-admin] {}:return code: 404
Has anyone tested the ResilientDemo with Tomcat 5.5.9? Where can I find the missing classes? Thanks.