Suzy Fynes wrote:
*Error*: could not find class javax.activation.DataHandler from file *activation.jar*
Axis will not work
I have added activation.jar to my classpath from the axis/lib folder, should it be some where else or is there something else im missing?
try putting it in (tomcat_home)/webapps/axis/WEB-INF/lib. It is there on my installation and works perfectly.
Alternative: try adding it to the AXISCLASSPATH as described in the docs:
(windows) SET AXIS_HOME = (axis_home) SET AXISCLASSPATH = %AXIS_HOME%\lib\jar1;...;%AXIS_HOME%\lib\activation.jar;
note that this is NOT tested by me, I put it in the lib under the WEB-INF directory within the tomcat tree.
ciao & greetings,
Axel.