bookstore 5 JEE5 TUTORIAL: books.jspx FileNotFoundException

Hi All!

I am trying to execute the bookstore5 example application from JEE5 TUTORIAL. When i deploy and launch appplication in NetBeans i'm getting the following message:

javax.servlet.jsp.JspException: Problem accessing the absolute URL "http://localhost:8080/books/books.jspx". java.io.FileNotFoundException: http://localhost:8080/books/books.jspx : java.io.FileNotFoundException: http://localhost:8080/books/books.jspx

I looked at parsebooks.jsp file. It contains the following code:

<code>

<c:if test="${empty applicationScope.booklist}" >

<c:import url="${initParam.booksURL}" var="xml" />

<x:parse doc="${xml}" var="booklist" scope="application" />

</c:if>

</code>

If i understood It must parse a file named books.jspx which location is specified by url="${initParam.booksURL}" . Where is this file? I cant find it in my project files.

Thanks.

[961 byte] By [sparkle79a] at [2007-11-27 2:30:40]
# 1
Hello,I found why i was getting this error. The bookstore 5 application uses the books.jspx ressource from books application, so i had first to deploy books application and then bookstore5.
sparkle79a at 2007-7-12 2:44:39 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Hi,Yes there has been a history of confusion with the examples that build on each other.I have talked with the team involved in the tutorial and they are going to try and highlight that fact better...Hope this helps...Thanks - Mark
markbaslera at 2007-7-12 2:44:39 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...