I'm having trouble getting artimus (husted sample app) to run on Tomcat 4.1-dev.
I think I took all the steps outlined in web-inf/readme.txt. I changed the poolman.xml file to reflect my local oracle drive and db. (the poolman.xml file works fine with the sample poolman-webapp from codestudio).
When I try to search or log onto the admin interface I get an error in the browser:
javax.servlet.ServletException: Cannot retrieve definition for form bean null
The Catalina console displays:
org.apache.scaffold.util.QueryException: Unable to access data.
the poolman log displays:
October 26, 2001 10:21:44 AM EDT: PoolMan JDBCPool unable to locate a default JNDI provider, jdbc/article DataSource not bound to JNDI: null
October 26, 2001 10:21:44 AM EDT: PoolMan Local Pool Deployer: Created JDBC XA Connection Pool named: article
Do I have to create the table "article" in the Oracle db or will the app do that automatically?