CAN SOMEBODY HELP WITH THIS, PLEASE?

I am working on a web application called the Bookstore and deployment is through J2EE1.2.1(old). All the compilation of the servlets I used, it showed no errors at all and deployment Progress window shows that the deployment is complete. But anytime I open the web browser to use this application, it first shows the opening page(index.html) and the next jsp.page and the 3rd page to be displayed does not show on this browser. The error shown on the J2ee command prompt is as below:-
Cannot find principal mapping information for data source with JNDI name jdbc/books
java.lang.NoClassDefFoundError: javax/xml/transform/TransformerException

Does J2EE 1.2.1 include the xml-apis.jar? If not, you need to add it to the classpath.

Similar Messages

Maybe you are looking for