Re: No database connection

2007-08-01 Thread Daniel Brajkovic
Sure, sorry about that. After one builds his application and creates his .jsp file per Apple's docs, one of the products in the Servlet Resources->WEB-INF folder will be a doc called web.xml. In it you will find the following: The data source to be used by EOF. If there are multip

Re: No database connection

2007-08-01 Thread Chuck Hill
Can you post what was wrong so that others can benefit from it in the future? Thanks Chuck On Aug 1, 2007, at 1:34 PM, Daniel Brajkovic wrote: Figured it out. Had to comment out a section in the web.xml file. It works now. Thanks. On Aug 1, 2007, at 1:42 PM, Chuck Hill wrote: It is p

Re: No database connection

2007-08-01 Thread Daniel Brajkovic
Figured it out. Had to comment out a section in the web.xml file. It works now. Thanks. On Aug 1, 2007, at 1:42 PM, Chuck Hill wrote: It is probably a classpath problem: lack of JDBC driver or lack of EOF plugin. Try adding the attached class and see if it tells you anything useful. C

Re: No database connection

2007-08-01 Thread Chuck Hill
It is probably a classpath problem: lack of JDBC driver or lack of EOF plugin. Try adding the attached class and see if it tells you anything useful. Chuck EOFJDBCConnectionAnalyzer.java Description: Binary data On Aug 1, 2007, at 11:28 AM, Daniel Brajkovic wrote: This is killing me

No database connection

2007-08-01 Thread Daniel Brajkovic
This is killing me and it's holding up my entire project. I have written a simple WO app and it works fine when i build and run it. But I want it to wo works with JavaServer Pages and so I am deploying it in a servlet. A simple Hello World app works fine. But as soon as I try to access a db