You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by sablassville <e9...@gmail.com> on 2007/08/05 19:03:07 UTC

Re: Connection Refused - Database Not Found

Hi 
I had same problem.  Funny we are both working thru the same tutorial.

I solved it with
url="jdbc:derby://localhost:1527/home/rick/DerbyDatabases/MyDB" in the
context.xml file.

This is the database location from the Data Source Browser.

Regards
Rick



Mike.May wrote:
> 
> Hi,
> 
> I'm new to Java, JSP, Eclipse, Derby and Tomcat but have a strong
> background in software development so shouldn't be this stuck ...
> 
> I'm working through the Eclipse tutorial 'Creating Database Web
> Applications with Eclipse'.  Here's a summary of my configuration:
> 
> JSP code for JSTL tags says:  <sql:setDataSource
> dataSource="jdbc/SampleDB">
> context.xml has a Resource tag with name="jdbc/SampleDB" and
> url="jdbc:derby://localhost:1527/SAMPLE"
> Data Source Explorer confirms that Derby contains a DB called SAMPLE.
> SQL File Editor can connect to the SAMPLE DB and update it.
> 
> When I run my JSP page, I get the following error:  The connection was
> refused because the database SAMPLE was not found.
> 
> Running Eclipse 3.3.0, Tomcat 6.0.13 and Derby 10.2.2 on JDK 1.6.0.
> Appreciate any help you can give me.
> 
> Mike
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Connection-Refused---Database-%3Cdb%3E-Not-Found-tf4192277.html#a12006217
Sent from the Apache Derby Users mailing list archive at Nabble.com.