Hi, I developed a jar file which turn to the h2 db and reads data. I included this jar inside a web application that I developed using eclipse. I have a jsp file that reads data from the db using that jar. It works fine in the eclipsa. When I exectute war file out of that web app, and put it into the webapps in tomcat server, and run the application, I get an exception says that the db table I try to read from is not exsisted: "Table SYSTEMPARAMETERS not found". This table is exsisted, and the fact that I can read from it using that application in eclipse environment proofs it.
any idea? thanks -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
