You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Dan Carl <da...@bspmail.com> on 2001/08/22 01:20:05 UTC

help with my first JSP

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



RE: help with my first JSP

Posted by "Rob S." <rs...@home.com>.
Hi Dan,

That's a log message, it's ok to see that =)

Usually I would harass you about emailing this to the dev list, but it's
such a great question to answer that I can't complain ;)

- r

> -----Original Message-----
> From: Dan Carl [mailto:danc@bspmail.com]
> Sent: Tuesday, August 21, 2001 7:20 PM
> To: tomcat-dev@jakarta.apache.org
> Subject: help with my first JSP
>
>
> 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
>
>
>