Ask a Question related to Coldfusion Server Administration, Design and Development.
-
jimmatts2 #1
Upgrade Axis 1.1 to Axis 1.2 CFMX 6.1
Is it possible to change the Axis Engine from 1.1 to 1.2 in CFMX 6.1?
jimmatts2 Guest
-
Inverting the y-axis
I need to invert the y axis on my charts. They need to start at 40 and end at 0 on top; how do I do it? Apparently, this does not work: ... -
cfchart and the x axis
I'm working on a weight loss application and am trying out the CFCHART tag for the first time. I'm charting weight over time. In working with the... -
Change Axis
Can I change the Axis of some 3D model in side Director -
x axis, easy to do?
I was interested in duplicating an effect I've done in aftereffects. A very simple x axis rotation on a bitmap. Note: this is a PNG (flat, 2D) file.... -
AXIS Problem
Hi! I have problems with the director's camera axis and rotating with transform tag, In some cases, when I assign a new value as a vector type or... -
Fabbby #2
Re: Upgrade Axis 1.1 to Axis 1.2 CFMX 6.1
YES this worked for me with Solaris 9, MX 6.1 + Updater, J2EE mode and Java
1.4.2
- install the JRun4 Updater 5
- copy the following files to jrun4/servers/lib/ : axis-ant.jar, axis.jar,
commons-discovery-0.2.jar, commons-logging-1.0.4.jar, j2ee.jar jaxrpc.jar,
log4j-1.2.8.jar, log4j.properties, mail.jar, saaj.jar, wsdl4j-1.5.1.jar (not
j2ee.jar)
- move the file jrun4/runtime/jre/lib/ext/xmlsec.jar to jrun4/servers/lib/
- optionnaly, copy xerces.jar in a directory of the Java Class Path too
- restart MX 6.1
- check the validity of the installation with happyaxis.jsp. The result should
be like this:
Needed Components
? Found SAAJ API ( javax.xml.soap.SOAPMessage ) at
/ec/prod/server/jrun4/servers/lib/saaj.jar
? Found JAX-RPC API ( javax.xml.rpc.Service ) at
/ec/prod/server/jrun4/servers/lib/jaxrpc.jar
? Found Apache-Axis ( org.apache.axis.transport.http.AxisServlet ) at
/ec/prod/server/jrun4/servers/lib/axis.jar
? Found Jakarta-Commons Discovery ( org.apache.commons.discovery.Resource ) at
/ec/prod/server/jrun4/servers/lib/commons-discovery-0.2.jar
? Found Jakarta-Commons Logging ( org.apache.commons.logging.Log ) at
/ec/prod/server/jrun4/servers/lib/commons-logging-1.0.4.jar
? Found Log4j ( org.apache.log4j.Layout ) at
/ec/prod/server/jrun4/servers/lib/log4j-1.2.8.jar
? Found IBM's WSDL4Java ( com.ibm.wsdl.factory.WSDLFactoryImpl ) at
/ec/prod/server/jrun4/servers/lib/wsdl4j-1.5.1.jar
? Found JAXP implementation ( javax.xml.parsers.SAXParserFactory ) at an
unknown location
? Found Activation API ( javax.activation.DataHandler ) at
/ec/prod/server/jrun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/li
b/cfmx-j2ee.jar
Optional Components
? Found Mail API ( javax.mail.internet.MimeMessage ) at
/ec/prod/server/jrun4/servers/lib/mail.jar
? Found XML Security API ( org.apache.xml.security.Init ) at
/ec/prod/server/jrun4/servers/lib/xmlsec.jar
? Found Java Secure Socket Extension ( javax.net.ssl.SSLSocketFactory ) at an
unknown location
The core axis libraries are present.The optional components are present.
Note: Even if everything this page probes for is present, there is no
guarantee your web service will work, because there are many configuration
options that we do not check for. These tests are necessary but not sufficient
Examining Application Server
Servlet version 2.3
XML Parser org.apache.xerces.jaxp.SAXParserImpl
XML ParserLocation /ec/prod/server/jrun4/runtime/jre/lib/ext/xerces.jar
Normally, you don't need to remove webservices.jar and you don't need
activation.jar
If you have MX 6.1 single instance (server mode), same procedure but you can
put all the Axis .jar files (including j2ee.jar) in jrun4/runtime/jre/lib/ext/
and It is not necessary to move xmlsec.jar in this case.
Axis 1.2.1 allows to connect to Web services secured with https/SSL.
Fabbby Guest



Reply With Quote

