Re: Exception on deployment

2005-07-29 Thread chuck harris
The file is actual in \java\config. I figured out what the problem was. I changed the doctype declaration to a file on the file system rather than PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd"; at that was wh

Re: Exception on deployment

2005-07-29 Thread Ed Griebel
Chuck- I'm thinking along the same lines Dave is, that it isn't in the classpath where you think it is. The error is generated after the "standard" Struts resources are loaded; it looks like Struts is bailing out because it can't find the app resources file you specified. For what you included ab

Re: Exception on deployment

2005-07-29 Thread Dave Newton
chuck harris wrote: it is in the classpath. Where specifically is the file? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Exception on deployment

2005-07-29 Thread chuck harris
I have : it is in the classpath. --- Ross Gibb <[EMAIL PROTECTED]> wrote: > Hi Chuck, > > Not really sure. However, in your struts-config.xml > I assume you have > an entry for your message resources. Something > like: > > > parameter="com.company.resources.ApplicationResou

Re: Exception on deployment

2005-07-29 Thread Ross Gibb
Hi Chuck, Not really sure. However, in your struts-config.xml I assume you have an entry for your message resources. Something like: Meaning you should have a file in your source code folder called com/company/resources/ApplicationResources.properties. This file also needs to exist insi