Whats wrong if I got “ClassNotFoundException” running XSQL Servlet?
Question: I’ve set up Apache (1.3.9) + JServ + XSQL Servlet as explained in the XSQL servlet release notes. When I try to run: http://127.0.0.1/xsql/demo/helloworld.xsql I see the following entry in mod_jserv.log : [11/10/1999 20:25:47:383] (ERROR) ajp12:Servlet Error: ClassNotFoundException: oracle.xml.xsql.XSQLServlet Answer: Within your jserv.properties file make sure the following jar files is added as below and expecially oraclexsql.jar is for XSQL Servlet: wrapper.classpath=C:\xsql\lib\classes12.zip: : wrapper.classpath=C:\xsql\lib\xmlparserv2.jar: : wrapper.classpath=C:\xsql\lib\xsu12.jar wrapper.classpath=C:\xsql\lib\oraclexsql.