Hi,
Just got the Muse-1.0 example working. Thought I will list
the steps for benefit of others:
- Get the Muse-1.0 binary
distribution from http://www.apache.org/dist/ws/muse/1.0/bin/
- Unzip the distribution file
muse-1.0.zip
- Copy the directory tree
MUSE_HOME/webapps/muse to directory CATALINA_HOME/webapps
- Change directory to
MUSE_HOME/examples/enterprise
- Make sure that environment
variable CATALINA_HOME is set to the Tomcat home directory.
- Run “ant all”. This
should do the build and copy the relevant files under
CATALINA_HOME/webapps/muse
- If your Tomcat is configured to
run on a port other than 8080 then edit file CATALINA_HOME/webapps/muse/WEB-INF/classes/jndi-config.xml
and change all occurrences of 8080 with whatever port you have configured
in CATALINA_HOME/conf/server.xml
- Run Tomcat. Point your browser
to http://host:port/muse/services
to see all the deployed services.
/Pankaj.
|