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
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
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
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]
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
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
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
7 matches
Mail list logo