|
Hi All, After building a fresh checkout on Linux, I executed ant –f
services.xml. it was successful and apache is running properly. But Axis C++
welcome page says that Deployment Descriptor is not found. My $AXISCPP_DEPLOY = /home/Dushshantha/Axis Axiscpp.conf is in $AXISCPP_DEPLOY/etc The content of axiscpp.conf: # The comment character is '#' # Available directives are as follows # # WSDDFilePath: The path
to the server wsdd #
LogPath: The
path to the axis log #
XMLParser: The xml parser
library #
NodeName: Node name #
ListenPort: Listening port # LogPath:/home/dushshantha/axiscpp/ws-axis/c/../../../obj/test/generated/server/ServerLog.taw WSDDFilePath:/home/dushshantha/axiscpp/ws-axis/c/../../../obj/test/generated/server/server.wsdd Transport_http:/home/dushshantha/axiscpp/ws-axis/c/../../../obj/bin/libhttp_transport.so Channel_HTTP:/home/dushshantha/axiscpp/ws-axis/c/../../../obj/bin/libhttp_channel.so XMLParser:/home/dushshantha/axiscpp/ws-axis/c/../../../obj/bin/libaxis_xerces.so Server.wsdd is there in the location /home/dushshantha/axiscpp/ws-axis/c/../../../obj/test/generated/server/ Did I miss anything here??? Marcus Dushshantha Chandradasa Team Virtusa |
