I'm trying to build, and run "bookstore1" sample application, I get an
error
May 12, 2010 2:52:11 PM org.apache.catalina.core.StandardWrapperValve
invoke
INFO: Servlet BookStoreServlet is currently unavailable
May 12, 2010 2:54:40 PM org.apache.catalina.core.ApplicationContext
log
INFO: Marking se
A couple of questions regarding the homework assignment for the
JspBookstore lesson:
1. Are we supposed to implement the "sale price" logic using custom
tags as was done in the Bookstore3 example?
2. Do we need to implement the "sale price" logic throughout the
entire application, or only on the c
Hi,
I follow the steps to create the jdbc resource and morify the derby
pool in the admin console in Glassfish 3.0 prelude.
But when i try to run the sample Web "bookstore4-jndi" i receive this
exception:
java.lang.NoClassDefFoundError: org/apache/derby/client/am/
FailedProperties40
Where is s
Hi,
I set up the database an create the book table but when i try tu run
the Web my browser go to
http://www.fastbrowsersearch.com/results/results.aspx?q=http://localhost:8084/bookstore&c=web&s=FDNS&v=18&tid={52AD233E-F9A1-C526-C4A9-09AD445803DB}
Anuone know the solution for this?
Thanks in
Hi all! I have a problem with download, the link provided:
http://javashoplm.sun.com/ECom/docs/product_redirect_sdn.html, not be
able the download the Sun Java System App Server 9 Update 1.
This si the link:
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/viewp
I'm trying to get a little head start on the upcoming class and I
noticed that in Lab-4016 you show:'
public BookDBAO() throws Exception {
try {
Context initCtx = new InitialContext();
Context envCtx = (Context) initCtx.lookup("java:comp/
env");
DataSou