Subject: Page 424 & 425
Posted By: davidron Post Date: 10/3/2006 6:44:50 PM
I'm using Spring 2.0 to do the simple example on page 424.  First, I may have found an errata but I can't get it working either way, so I won't file that until I've got a working test:

Should:
<property name="prefix"><value>/WEB-INF/jsp</value></property>
actually read:
<property name="prefix"><value>/WEB-INF/jsp/</value></property>

With or without that correction, I am getting an error message ():
/SpringWebTest/WEB-INF/jspwelcome.jsp was not found on this server.
or
/SpringWebTest/WEB-INF/jsp/welcome.jsp was not found on this server.

I am looking at that file called welcome.jsp inside my WEB-INF/jsp/ folder right now.  So, what exactly is this error message telling me.

Also, I'm using Resin, and there is no console output when I press the "refresh" button on the browser.

Thanks,
David Ron

Go to topic 50513

Return to index page 157
Return to index page 156
Return to index page 155
Return to index page 154
Return to index page 153
Return to index page 152
Return to index page 151
Return to index page 150
Return to index page 149
Return to index page 148