It is deployed in JServ, there is no error in log file, the JSP file is not compiling only
Main Topics
Browse All TopicsHello,
I want to parse the XML file in jsp, I am using DOM classes. when the application is deployed in Oracle 11i which is using JServ and Apache is giving Internal Server error 500.
Please tell the possible solution.. very urgent Thanks
following code I have used
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I have coded in 11i Jdeveloper and run the application using OC4j server the JSP was running fine.
When the same code is moved another instance which uses JServ and Apache the JSP in not getting compiled. The error is at
DocumentBuilderFactory factory = DocumentBuilderFactory.new
when remaining is code is commented out and only above code is uncommented the error is coming
If I comment out entire try block then error is coming,that means the server is not able to recognize the classes or may be because of JDK version as the server jdk is 1.4 and local jdk is1.5which is working fine.suggest me the solution to run this code in the server or I need to change the code to write xml.
if your codes worked on your previous IDE then there is nothing wrong with the code its the environment problem and the oracle IDE , server you are using doesnt have those libraries which are consuming in your application one way would be to look AT HOW ORCALE APPLICATION SERVER NEEDS TO BE CONFIGURED
Business Accounts
Answer for Membership
by: mattibuttPosted on 2009-09-11 at 10:25:51ID: 25311629
check the tomcat log what is the error message you are getting