try changing port number in bookstore5/Web Pages/WEB-INF/web.xml

line9:
<param-value>http://localhost:8080/bookstore5/books.jspx</param-value>

I changed it to and it worked for me

<param-value>http://localhost:29693/bookstore5/books.jspx</param-
value>

your port number might be different, figure it out by running
bookstore5 and looking in the browser URL.

On Jun 15, 11:41 pm, "Preet K. Sekhon" <pksek...@gmail.com> wrote:
>  Hi all,
>
> I am not able to run the bookstore5 sample application in Netbeans 6.8. It
> fails to make connection to the database. I have double checked driver,
> passwords, and database. Wondering if some one else had same problem. I am
> able to run bookstore1, bookstore2 and bookstore3 examples.
> I am finished sending all other assignements for this class. I am stuck at
> this one. If some one can suggest what could be going wrong.
>
> Thanks,
> Preet

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to