Hi guys,
 When I try to run a JSP file I received this error message . Any help would
be appreciated.
Thank you a lot !

Note : I have the class file SelectPageBean into the vava.war  and is placed
in web-inf\classes
I don't understand what happened because this project was working yesterday
.....
Thank you


Error: 500
Location: /vava/SelectPage.jsp
Internal Servlet Error:

javax.servlet.ServletException:  Cannot create bean of class SelectPageBean
        at
_0002fSelectPage_0002ejspSelectPage_jsp_0._jspService(_0002fSelectPage_0002e
jspSelectPage_jsp_0.java:84)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:177)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
        at org.apache.tomcat.core.Handler.service(Handler.java:286)
        at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
        at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Thread.java:484)

riginal Message -----
From: "Vivian Tam" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 21, 2001 8:24 AM
Subject: Re: Changes To JSP Page not recognised by Tomcat


> I had similar problem a few days ago. I found out there is difference
> between translation and request-time JSP processing.Try to use Stand
action
> instead of include directive. Hope it helps.
>
> Vivian
>
> -----Original Message-----
> From: Routledge, Carl
> To: [EMAIL PROTECTED]
> Sent: 6/21/01 1:24 AM
> Subject: Changes To JSP Page not recognised by Tomcat
>
> When I'm developing a JSP page then taking a look at it to see if it
> does what I want and then when I changing it and look again, the changes
> don't appear until I delete the two files from the work directory in
> Tomcat.
>
> So from what I can see Tomcat doesn't think the page has been changed
> and therefor thinks the JSP Servlet is up to date.
>
> Does anybody know how to solve this so that the changes are reflected
> every time a change is made.
>
> Cheers
>
> Carl
> ========================================================================
> === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found
> at: http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to