it just should be in classpath.

|-----Original Message-----
|From: Martin Gainty [mailto:[EMAIL PROTECTED]
|Sent: Thursday, September 25, 2003 12:52 AM
|To: [EMAIL PROTECTED]
|Subject: ApplicationResources.properties
|
|
|What mechanism does struts use to find the 
|ApplicationResources.properties file?
|All attempts by Tomcat to locate the file result in failure
|
|The configuration in web.xml as:
|
|<?xml version="1.0" encoding="UTF-8"?>
|
|<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web 
|Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>
|
|<web-app>
|
|<!-- Standard Action Servlet Configuration (with debugging) -->
|
|<servlet>
|
|<servlet-name>action</servlet-name>
|
|<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
|
|<init-param>
|
|<param-name>application</param-name>
|
|<param-value>ApplicationResources</param-value>
|
|</init-param>
|
|Thanks,
|-Martin
|

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to