|
From: Patrick Y. <kc...@ce...> - 2002-11-05 01:29:08
|
This time, it is the MSH Stub inside your client application who is finding the msh.properties.xml. So, you should place the property file in the CLASSPATH or the working directory when/where you are invoking the client application. This may be a separate copy of the property file other than the one in Tomcat. The one in Tomcat is for MSH server. Hope this helps. Regards, -Patrick -- Patrick Yee System Architect Center for E-Commerce Infrastructure Development (CECID) Dept. of Computer Science and Information Systems The University of Hong Kong Tel: (852) 22415674 Fax: (852) 25474611 > Hi > > When I try to register my Application context (in a Servlet) I get the > following exception Malformed MessageServiceHandler URL!. I think taht the > reason for this exc. is that msh.properties.xml file can't be found. So I > thinj the right question would be: where do I have to put msh.properties.xml > file if I'm running a MSH client as a Web App. I'm > using Tomcat 4.0.4 and I've already tried to put it in : > <TOMCAT_HOME>/classes > <TOMCAT_HOME>/coomon/classes > <TOMCAT_HOME>/bin > myWebAppRoot/ > myWebAppRoot/WEB-INF > myWebAppRoot/EWB-INF/classes > > None of thosed alternatives worked. > > Could you please help me. > > Thanks > > Simon > > > > > > _________________________________________________________________ > Unlimited Internet access -- and 2 months free!?Try MSN. > http://resourcecenter.msn.com/access/plans/2monthsfree.asp > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ApacheCon, November 18-21 in > Las Vegas (supported by COMDEX), the only Apache event to be > fully supported by the ASF. http://www.apachecon.com > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > |