Enterprises are inherently complex, comprising of hundreds of applications with completely different semantics. Some of these applications are custom built, where as some are acquired from third parties and some even can be a combination of both and they can be operating in different system environments.
WSO2 VMware Images helps you to try our products inside your virtualized environments without having to go through the trouble of installation and configuration. Download an image and get your hands on cutting edge, lightweight SOA middleware right away!
WSO2 Governance Registry is a product from WSO2 that facilitates you to govern the SOA platform of your organization by helping you store and manage SOA meta data. The product is free and open source with Apache licence and you can download it from http://wso2.org/projects/governance-registry
Can you make sure you have
Can you make sure you have apache httpd installed in your computer?
You have to set APACHE_BIN_DIR in configure.in to where you installed apache. Even though the variable is called APACHE_BIN_DIR, it is not the bin directory of the apache. you have to set the root directory of apache (something like C:\Program Files\Apache Software Foundation\Apache2.2)
No mod_axis2
What if I don't want to build mod_axis2?
In the build instructions for the WSF/C++ it says Apache is optional. But the build.bat script give me this error. Can I alter a build script to have it not try to build the Apache or IIS stuff? I only want to use the Axis2 simple server.
Re
Current we do not have the option of not building Axis2/C apache and IIS modules. But if you do not want to have them you can do the following to avoid building those dlls. Go to \axis2c\build\win32 directory and open the makefile. It would have dist target as follows
dist: install axis2_apache_module axis2_IIS_module axis2_cgi tcpmon copy_samples copy_vc_projects clean_manifest mv_dist
Remove the axis2_apache_module axis2_IIS_module entries and then run the build.bat file from the topmost directory.
Regards
Nandika