|
Hi, By default, Muse Enterprise Example uses
the IP address of the machine to construct URLs used within EPRs. You can
change this to use either IP address or hostname by editing CATALINA_HOME/webapps/muse/WEB-INF/classes/jndi-config.xml
file (look at the comments for specific instruction). One thing you should pay attention to that while interacting
with the example with a client program, you must exactly specify the URL within
the request message EPRs as specified in the above file. For example,
specifying http://localhost:8080/... Will
most likely not work for RemoveRelationship operation, irrespective of whether
the example is set to use the IP address or hostname. Also, if the enterprise
example is set to use hostname and is running on a machine with hostname “myhost.apache.org”
(IP addr: xxx.yyy.zzz.xyz) and you specify http://xxx.yyy.zzz.xyz:...
In your EPR then some of the operations (specifically, RemoveRelationship) will
silently fail. These problems can be resolved by a better hostname
equivalence algorithm. /Pankaj. From: Kumar, Pankaj Hi, Just got the Muse-1.0 example working. Thought I will list
the steps for benefit of others:
/Pankaj. |
- More notes on using Muse Enterprise Example (was RE: Steps f... Kumar, Pankaj
