this must be the same problem i've encountered...
--
this is the scenario:
i am currently using JRun 2.3 (with jsp specs 0.92 implemented) on top of
microsoft personal web server (please don't laugh) and during the execution
of one of my jsp servlet, i get this error:
500 Internal Server Error
javax.servlet.ServletException: Can't create the bean secomm.jsp.Login:
Can't set the BEAN secomm.jsp.Login properties:
javax/servlet/http/HttpServletRequest
at com.livesoftware.jrun.plugins.jsp.JSP.getBean(JSP.java)
at jsp.loginpage.service(loginpage.java:76)
[ .. exception backtrace info .. ]
my test jsp file is written as:
<%@ import = "secomm.utils.*" %>
<HTML>
<USEBEAN NAME="testbean" TYPE="secomm.jsp.Login" LIFESPAN="session">
<SETONCREATE BEANPROPERTY="pin" VALUE="1111">
</USEBEAN>
<P>
Value of PIN is <DISPLAY PROPERTY="testbean:pin">
</P>
</HTML>
i have a processRequest(HttpSevletRequest r) method in my secomm.jsp.Login
bean.
thanks....
dexter
-----Original Message-----
From: Mike Barber <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, February 24, 1999 2:22 PM
Subject: GNUJSP service() ??
Hi, all.
I'm using GNUJSP 0.9.8 and Apache 1.3.4 for NT with JServ...
When I access a .jsp file, I can get and set bean properties, but the
service() routine in my servlet doesn't get called--it should. The
servlet extends HTTPServlet and overrides public void
service(req,res). JSP 0.91 requires service() to be called while
0.92 requires processRequest().
Does anyone have this problem or have an example that works?
Thanks in advance for any help.
- Mike Barber
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".