My first JSP/Bean seems to work fine.
The problem I have is that each time the JSP is run a message shows up in
jasper.log.
Example:
2001-08-21 05:16:40 - JspEngine --> /Detroit.jsp
2001-08-21 05:16:40 - ServletPath: /Detroit.jsp
2001-08-21 05:16:40 - PathInfo: null
2001-08-21 05:16:40 - RealPath:
/opt/tomcat/webapps/locations/Detroit.jsp
2001-08-21 05:16:40 - RequestURI: /locations/Detroit.jsp
2001-08-21 05:16:40 - QueryString: null
2001-08-21 05:16:40 - Request Params:
2001-08-21 05:16:40 - Classpath according to the Servlet Engine is:
/opt/tomcat/webapps/locations/WEB-INF/classes
What am I doing wrong?
I've tried running it from the examples context, but I still get the same
error.
DC