I had this problem last night on Windows ME, JDK 1.3.1.  The exact same project files worked fine on Win2k and FreeBSD without having to mess with the classpath like that.
 
I have found that Windows ME has issues with it's environment space.  Some issues clear up when you execute "COMMAND /e 2048" from start, run.
 
 
Anthony
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 03, 2001 4:11 PM
To: [EMAIL PROTECTED]
Subject: Problem in struts-example accessing ApplicationResources

I have just started to evaluate Struts as a possible platform for development.

When I tried to run the struts-example I got the following error (reading the
mail indicates other newbies are having similar problems):

Error: 500
Location: /struts-example/index.jsp
Internal Servlet Error:

javax.servlet.ServletException: Missing message for key index.title
     ................

This seemed like an environment problem and I was able to get around this by
adding:

$TOMCAT_HOME\webapps\struts-example\WEB-INF\classes

to my classpath.  Does anyone have an explanation for why this was necessary?

I am running Tomcat 3.2.1 standalone on Windows ME and use jdk1.2.2-006.

Thanks,
Damon

Reply via email to