**************************************************************************

Note: This e-mail is subject to the disclaimer contained at the bottom
of this message.

**************************************************************************
:

It seems the ApplicationResources.properties is missing in your classpath.

Opening the web.xml file and searching for the init parameter 'Application'
for the sevlet 'Action', you will find the value is
org.apache.struts.webapp.example.ApplicationResources. It means struts
looking for the property file ApplicationResources.properties which
contains name "logon.title"  in the classpath or jar file.

Generally speaking, the classpath for a web application is <server
root>/web/WEB-INF/classes and <server root>/web/WEB-INF/lib.

If you stores struts.jar in <server root>/web/WEB-INF/lib and the
strurs.jar contains ApplicationReources.properties, but your web server
cannot found it due to some bugs. e.g Websphere 3.5. You have to extract
the ApplicationResources.properties from jar file and stores in path says
<server root>/web/WEB-INF/classes/org/apache/struts/webapp/example/

Regards
Kelvin


:
********************************************************************************

The information transmitted in this message and attachments (if any)
is intended only for the person or entity to which it is addressed.  
The message may contain confidential and/or privileged material.  
Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information, by persons or entities
other than the intended recipient is prohibited.  

If you have received this in error, please contact the sender and delete this
e-mail and associated material from any computer.

The intended recipient of this e-mail may only use, reproduce, disclose or
distribute the information contained in this e-mail and any attached files,
with the permission of CGU Insurance.

This message has been scanned for viruses and cleared by MailMarshal.

********************************************************************
:

Reply via email to