This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi all, As I read from the Deshmukh's book, it states that the value of location must start with a "/"(page 99). However, when I read appendix c, the code is: <error-page> <error-code>404</error-code> <location>notfoundpage.jsp</location> </error-page> The value of location is not started with a "/", so, which one is right? start with a "/" or without "/"? Thanks, ego
Maha Annadurai
Ranch Hand
Joined: Oct 27, 2002
Posts: 87
posted
0
It is a typo error. The <location> element must start with a /. If we don't then, when the container starts up, we will get an error at the console (in case of Tomcat). Regards, Maha Anna
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.