This is my environment:
Windows XP SP2
Apache 2.2.3
Tomcat 5.5.17
Ant 1.6.5
Eclipse 3.2.1

________________________________

From: Vinh Nguyen (vinguye2) 
Sent: Thursday, November 02, 2006 12:25 PM
To: [email protected]
Subject: apache-httpd example running?


Has anyone been able to get this example running successfully?  If so,
can you list the steps in detail starting from the download?  I've been
trying to follow the email trail, but it gets tangled.
 
I did the following steps, but get errors when running the client:
 
1) Downloaded and installed
http://ws.apache.org/muse/nightly/bin/muse-2.1.0-SNAPSHOT-bin.zip
3) Ran the update-install.bat script to recreate the /lib dir.
4) Updated build.xml. Pointed MUSE_HOME to my /muse-2.1.0-SNAPSHOT-bin
program dir.
5) Updated muse.xml. Updated the "httpd-install-dir" param value in the
capabilities section to point to my Apache2.2 program dir.
5) Ran "ant" to create the war file.
6) Deployed the war file to Tomcat.
7) Create an Eclipse project and copied over the source code so that I
can test the client.
8) Add the following jars to the project:
\muse-2.1.0-SNAPSHOT-bin\modules\ws-fx-api\*.jar
\muse-2.1.0-SNAPSHOT-bin\modules\ws-fx-impl\*.jar
\muse-2.1.0-SNAPSHOT-bin\modules\core\*.jar
\muse-2.1.0-SNAPSHOT-bin\lib\axis2\WEB-INF\lib\wsdl4j-1.6.1.jar
\muse-2.1.0-SNAPSHOT-bin\lib\common\xalan-2.7.0.jar
\muse-2.1.0-SNAPSHOT-bin\lib\common\xercesImpl-2.8.0.jar
\muse-2.1.0-SNAPSHOT-bin\lib\common\xml-apis-1.3.03.jar
\muse-2.1.0-SNAPSHOT-bin\lib\common\xstream-1.1.2.jar
 
The build runs fine.  Most of the client test works, except one error
that I'm getting.  It's the NullPointerException when trying to check
the response of the operation that gets the "SupportedLanguage"
property.
 
The last error is because it can't stop the http server, but I can
ignore this because I don't have PSKill installed.
 
Attached is the console output when running the client.  Any help is
appreciated, thanks!
-Vinh
 

Reply via email to