Cannot display data binding when deploying on external Apache Tomcat/6.0.10 under Linux
Could you help me please..
I develop my project using :
- Netbeans IDE 5.5
- Visual Web Pack 5.5
- Bundled Tomcat 5.5.17
- JDK 1.6.0
- JRE 1.6.0
- Windows XP Profesional SP 2
- Oracle 10g and Ojdbc14.jar as the driver
When i run my project from netbeans IDE, everything work fine. When i deploy on external Apache Tomcat/6.0.10 under windows XP, its run fine for all too.
But, why when i try to deploy on linux using the same version of Apache Tomcat some errors was occur;
HTTP Status 500 -
type Status report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
Apache Tomcat/6.0.10
This error occur when the object is bind to data, and everything is ok if the object is not bind to data. The question is, Why on linux the Apache Tomcat/6.0.10 cannot display object with bind to data?
For additional information:
- Iam using External Apache Tomcat/6.0.10, JVM Version 1.6.0-b105, JVM Vendor Sun Microsystems Inc., under Linux version 2.6.9-42.ELsmp.
- I didnt change anything (*.xml file) on tomcat when i was deploy. I have just copying ojdbc14.jar into lib folder on tomcat folder.
Thanks so much..