Upgrade Axis 1.1 to Axis 1.2 CFMX 6.1

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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: ...
    2. 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...
    3. Change Axis
      Can I change the Axis of some 3D model in side Director
    4. 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....
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139