|
From: z3100410dn <ra...@gm...> - 2006-09-02 17:45:55
|
Hi,
Ive attempted to install and run hermes 1, but cant seem to run the
msh servlet correctly.
I have
- installed j2sdk1.4.2_12
- installed tomcat 4.1
- downloaded hermes_ebms2_binary_dist_1001.zip
- copied the xalan.jar patch
- copied msh.war into the webapps directory
- copied msh.properties.xml into the tomcat 4.1\bin and home directory.
For the msh.properties.xml, I have set
- <URL>http://localhost:8080/msh/</URL>
- <SMTP>
<!-- Mail server for sending messages -->
<Host>localhost</Host>
<Port>25</Port>
<User>msh</User>
<Password>msh</Password>
</SMTP>
- <Protocol>pop3</Protocol>
<Host>localhost</Host>
<Port>110</Port>
<Folder>INBOX</Folder>
<User>msh</User>
<Password>msh</Password>
- <Driver>org.postgresql.Driver</Driver>
<User>msh</User>
<Password>msh</Password>
I have also commented out the authenication file bit
- <!-- <AuthenticationFile>/hermes/msh_passwd</AuthenticationFile> -->
When I attempt to deploy tomcat however, I get a Http Status 503 -
Servlet msh is currently unavailable.
I also get the following errors
org.apachhe.struts.util.PropertyMessageResources <init> INFO:
Initialising, config=3D'org.apache.struts.action.LocalStrings',
returnNull=3Dtrue
.
.
WebappClassLoader: validateJarFile(c:/Program Files/Apache
Group/Tomcat 4.1/bin/../webapps/msh/WEB-INF/lib/servlet.jar> - jar not
loaded. See Servlet Spec 2.3, section 9.7.2. Offending class:
javax/servlet/Servlet.class
Does Anyone have a solution to this problem?. Have I done something
wrong in the msh.properties.xml file?
I am really stuck with this, and any help would be greatly appreciated.
Regards,
D
|