Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "COSMOS Axis2 Framework"

(New page: This page will contain information about how to use the new framework that use Axis2. == modules in CVS == == Instructions for compiling the projects in eclipse == == Downloading a ...)
 
(Instructions for compiling the projects in eclipse)
Line 5: Line 5:
  
 
== Instructions for compiling the projects in eclipse ==
 
== Instructions for compiling the projects in eclipse ==
 
+
# define Tomcat runtime
 +
#* Windows > Preferences > Server > Installed Runtimes > Add > Apache Tomcat v5.5 > Browse to install directory > OK
 +
# Set Axis2 location
 +
#* download and unzip axis2 version 1.3 to a directory
 +
#* Windows > Preferences > Web Services > Axis2 Preferences > set axis2 directory > OK
 +
# Add Path variable: right click on ___ > Properties > Java  build path > Libraries tab > Add variable > Configure variables... > New... > (AXIS2, [Path to axis2]) > Cancel
 +
# Add Axis2 Facet to org.eclipse.cosmos.dc.broker.ws, org.eclipse.cosmos.example.mdr.ws
 +
#* right click on the project, Properties > Project Facets > Modify Project... > select Axis2 Web Services > Finish > OK
  
 
== Downloading a build ==
 
== Downloading a build ==

Revision as of 11:32, 7 April 2008

This page will contain information about how to use the new framework that use Axis2.

modules in CVS

Instructions for compiling the projects in eclipse

  1. define Tomcat runtime
    • Windows > Preferences > Server > Installed Runtimes > Add > Apache Tomcat v5.5 > Browse to install directory > OK
  2. Set Axis2 location
    • download and unzip axis2 version 1.3 to a directory
    • Windows > Preferences > Web Services > Axis2 Preferences > set axis2 directory > OK
  3. Add Path variable: right click on ___ > Properties > Java build path > Libraries tab > Add variable > Configure variables... > New... > (AXIS2, [Path to axis2]) > Cancel
  4. Add Axis2 Facet to org.eclipse.cosmos.dc.broker.ws, org.eclipse.cosmos.example.mdr.ws
    • right click on the project, Properties > Project Facets > Modify Project... > select Axis2 Web Services > Finish > OK

Downloading a build

Back to the top