I have a WAR file that it works OK in an Apache Tomcat 5,5 installed in my Eclipse 3.3 installed in my local computer.
I want to deploy this WAR in another Apache Tomcat that is exacly the same version 5.5 and use the same content server - so the dfc.properties is exacly the same - .
The problem is that while the WAR file works OK inside my local environment, it doesn´t work in the Apache Tomcat Server where I want to deploy. Only I can see the User login page, and I can authenticate, but after, in the next page, it occurs an error that told me this:
An error has occurred.
After closing the popup error message window, press the Refresh or Reload button on your browser to continue.
Anybody knows what kind of problem can happen?. I thought that my WAR should works OK too in the another environment because it should has the same behaviour in both sites, why not??
Thanks