Hello Ken,
I think I have my struts.jar under <module>/WEB-INF/lib.
So do I, that is where it should be according to the article (see link in previous post).
As for servlet.jar, I've included the path to my servlet-api.jar under a subfolder of my jboss's tomcat.
I do not know about servlet-api.jar. I do know I have servlet.jar in the standard directory: C:\Program Files\Apache Group\Tomcat 4.1\common\lib
A long time ago the author of the article Thomas Paul was a bartender of this
thread. He did mention the problem but did not give a satisfactorily answer to this problem.
Ken: are you able to both
- compile the java classes from the console ?
- able to execute the the web app ?
Is "no jars in jre/lib/ext" really the exact message you got for missing resource msgs ? Normally when one mention resource msgs, we would think of the file with name like ApplicationResources.properties where all the messages can be stored to be looked up.
No, this is not the message I get. I get "missing heading.login" or something similar, which is a key from the resourcefile (MessageResource.properties) from the demo app I am talking about.