filter exception on deployment

2009-11-04 Thread larryreed
I'm having a persistent problem deploying my project to my tomcat 6 server in which the struts filter generates a null pointer exception. What confuses me is that I do not have this problem running the system under Eclipse, but only when I deploy it to my standalone Tomcat instance. Under Eclips

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

Exception on deployment

2005-07-29 Thread chuck harris
I am moving a struts app from development to test and am getting an exception that I can't track down and am stuck. What file is not found? 2005-07-29 08:42:06,925 INFO [main] [org.apache.struts.util.PropertyMessageResources] Initializing, config='org.apache.struts.action.ActionResources', ret