|
From: Gait B. <gai...@ti...> - 2005-02-09 21:01:38
|
In addition to Bernds answers: -- 1 Loopback was designed to quickly test the client-server communication and has fixed several values to do this. But it does serve as a good starting point. -- 2 monitor is a client app which is a GUI fronted on the client library. You can manually construct messages to various endpoints, and it will implement one listener (mailbox). -- 3 the idea is that the MSH server (or servlet) is the endpoint or gateway for an organization (or part thereof). So if there is a buyer and a seller, each would have an MSH and one or more clients, depending on how they need to handle the incoming data (one client can conceptually pick up anything coming in on the MSH, but you can also have one client for a specific message on a specific conversation). In a way, you can view the MSH as a postoffice, and each client can rent a single mailbox, or a complete grid of mailboxes. -- 4 you would include some export code in the corresponding client. The monitor does not export the payloads as it stands, but it does store them and they are accessible from the various 'History' views. Actually, monitor will allow you to see the payloads as well, if there are any, the details dialog is tabbed in that case (at least it was in the 0931 build, I don't think it changed). How you handle the payloads is highly dependant on the backend system, so it's extremely hard to say how you should do it. --5 I agree with Bernd, don't worry about the log4j warnings. You can probably get rid of them with some log4j.properties setting, but it hasn't hurt me yet. Tomcat logging and client logging have been sufficient for the most tedious of debugging jobs. Lucia Melotti wrote: >Hi, > I'm a newbie of Hermes. >I downloaded "hermes_ebms2_all_in_one_1000.zip" and I tried to install the >MSH. >I have some questions about Hermes architecture that colud be very >silly... > >1- LoopBack is a client application for Hermes. Is it only for test >installation or can I use it as my client application? I mean, have I to >develop a new client application to exchamnge messages with another Hermes >MSH ? > >2- RunMonitor start only a GUI for sending messages (based on LoopBack) or >is an Hermes client application? and can be used aside from LoopBack? > >3- If two persons dislocated in different positions want exchange >messages, both have to own a client application and the MSH servlet ?? > >4- When a message is sent or received where can i read the message and >it's attachment? >In the "Send History", "Receive History", and "Error History" Monitor >tables, I can see only information about the Envelope of the ebXML >message. > >5- If I send a message to myself it's all good. But Tomcat stdout.log >contains 2 WARN about Database. I use PostrgreSQL. This is the log: > >9-feb-2005 15.46.36 org.apache.coyote.http11.Http11Protocol init >INFO: Initializing Coyote HTTP/1.1 on http-8080 >9-feb-2005 15.46.37 org.apache.catalina.startup.Catalina load >INFO: Initialization processed in 7881 ms >9-feb-2005 15.46.38 org.apache.catalina.core.StandardService start >INFO: Starting service Catalina >9-feb-2005 15.46.38 org.apache.catalina.core.StandardEngine start >INFO: Starting Servlet Engine: Apache Tomcat/5.0.27 >9-feb-2005 15.46.38 org.apache.catalina.core.StandardHost start >INFO: XML validation disabled >9-feb-2005 15.46.38 org.apache.catalina.core.StandardHost getDeployer >INFO: Create Host deployer for direct deployment ( non-jmx ) >9-feb-2005 15.46.38 org.apache.catalina.core.StandardHostDeployer install >INFO: Processing Context configuration file URL file:C:\Programmi\Apache >Software Foundation\Tomcat 5.0\conf\Catalina\localhost\admin.xml >9-feb-2005 15.46.43 org.apache.struts.util.PropertyMessageResources <init> >INFO: Initializing, config='org.apache.struts.util.LocalStrings', >returnNull=true >9-feb-2005 15.46.43 org.apache.struts.util.PropertyMessageResources <init> >INFO: Initializing, config='org.apache.struts.action.ActionResources', >returnNull=true >9-feb-2005 15.46.46 org.apache.struts.util.PropertyMessageResources <init> >INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', >returnNull=true >9-feb-2005 15.46.59 org.apache.catalina.core.StandardHostDeployer install >INFO: Processing Context configuration file URL file:C:\Programmi\Apache >Software Foundation\Tomcat 5.0\conf\Catalina\localhost\balancer.xml >9-feb-2005 15.47.00 org.apache.catalina.core.StandardHostDeployer install >INFO: Processing Context configuration file URL file:C:\Programmi\Apache >Software Foundation\Tomcat 5.0\conf\Catalina\localhost\manager.xml >9-feb-2005 15.47.00 org.apache.catalina.core.StandardHostDeployer install >INFO: Installing web application at context path /msh from URL >file:C:/Programmi/Apache Software Foundation/Tomcat 5.0/webapps/msh >log4j:WARN No appenders could be found for logger >(org.apache.catalina.session.ManagerBase). >log4j:WARN Please initialize the log4j system properly. >Info: using property file in C:\WINNT\system32\msh.properties.xml >9-feb-2005 15.47.11 org.apache.catalina.core.StandardHostDeployer install >INFO: Installing web application at context path /jsp-examples from URL >file:C:\Programmi\Apache Software Foundation\Tomcat >5.0\webapps\jsp-examples >9-feb-2005 15.47.13 org.apache.catalina.core.StandardHostDeployer install >INFO: Installing web application at context path from URL >file:C:\Programmi\Apache Software Foundation\Tomcat 5.0\webapps\ROOT >9-feb-2005 15.47.13 org.apache.catalina.core.StandardHostDeployer install >INFO: Installing web application at context path /servlets-examples from >URL file:C:\Programmi\Apache Software Foundation\Tomcat >5.0\webapps\servlets-examples >9-feb-2005 15.47.14 org.apache.catalina.core.StandardHostDeployer install >INFO: Installing web application at context path /tomcat-docs from URL >file:C:\Programmi\Apache Software Foundation\Tomcat >5.0\webapps\tomcat-docs >9-feb-2005 15.47.16 org.apache.catalina.core.StandardHostDeployer install >INFO: Installing web application at context path /webdav from URL >file:C:\Programmi\Apache Software Foundation\Tomcat 5.0\webapps\webdav >9-feb-2005 15.47.17 org.apache.coyote.http11.Http11Protocol start >INFO: Starting Coyote HTTP/1.1 on http-8080 >9-feb-2005 15.47.18 org.apache.jk.common.ChannelSocket init >INFO: JK2: ajp13 listening on /0.0.0.0:8009 >9-feb-2005 15.47.18 org.apache.jk.server.JkMain start >INFO: Jk running ID=0 time=40/131 config=C:\Programmi\Apache Software >Foundation\Tomcat 5.0\conf\jk2.properties >9-feb-2005 15.47.18 org.apache.catalina.startup.Catalina start >INFO: Server startup in 41009 ms > >What can I do?? What's the problem? > > >Thanks in advance for your attention and your help!! >Regards Lucia > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > > |