You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Kumar, Pankaj" <pa...@hp.com> on 2005/08/13 01:08:21 UTC

Steps for Executing Muse Enterprise Example

Hi,

 

Just got the Muse-1.0 example working. Thought I will list the steps for
benefit of others:

 

1.	Get the Muse-1.0 binary distribution from
http://www.apache.org/dist/ws/muse/1.0/bin/
2.	Unzip the distribution file muse-1.0.zip
3.	Copy the directory tree MUSE_HOME/webapps/muse to directory
CATALINA_HOME/webapps
4.	Change directory to MUSE_HOME/examples/enterprise
5.	Make sure that environment variable CATALINA_HOME is set to the
Tomcat home directory.
6.	Run "ant all". This should do the build and copy the relevant
files under CATALINA_HOME/webapps/muse
7.	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
8.	Run Tomcat. Point your browser to http://host:port/muse/services
to see all the deployed services.

 

/Pankaj.