|
From: Lucia M. <lme...@cs...> - 2005-02-09 15:22:45
|
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 |