Hi,
    Can someone help me figure out what's going on?

    I'm trying to run the helloUser.jsp sample from Sun.
    This sample runs fine in javaserver.
    But in WebLogic4.5, when I invoke the jsp, it seems like the
server/jsp-engine cannot find the bean.

Thanks for your help.
Murali Krishna Devarakonda
e: [EMAIL PROTECTED]

p.s. I have the classpath set properly- I think.

Output follows:
============

main (16:14:23): Processing <D:\blah.com\html\hellouser.jsp>
main (16:14:23):
main (16:14:23):
main (16:14:24): Tue Aug 31 16:14:24 PDT 1999:<E> <ServletContext-Servlets>
Page compilation failed
main (16:14:25):
main (16:14:25):
main (16:14:25): Tue Aug 31 16:14:25 PDT 1999:<E> <ServletContext-Servlets>
java.lang.RuntimeException: mybean is not defined as bean
main (16:14:25):     at
weblogic.servlet.jsp.JspLexer.mXML_GET_PROPERTY(JspLexer.java:2161)
main (16:14:25):     at
weblogic.servlet.jsp.JspLexer.mXML_THING(JspLexer.java:1154)
main (16:14:25):     at
weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1076)
main (16:14:25):     at
weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1012)
main (16:14:25):     at
weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:591)
main (16:14:25):     at
weblogic.servlet.jsp.JspLexer.parseJspCode(JspLexer.java:719)
main (16:14:25):     at
weblogic.servlet.jsp.JspLexer.buildTimeInclude(JspLexer.java:526)
main (16:14:25):     at
weblogic.servlet.jsp.JspLexer.mINCLUDE_DIRECTIVE(JspLexer.java:2757)
main (16:14:25):     at
weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:2558)
main (16:14:25):     at
weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1249)
main (16:14:25):     at
weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1102)
main (16:14:25):     at
weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1012)
main (16:14:25):     at
weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:591)
main (16:14:25):     at
weblogic.servlet.jsp.JspParser.doit(JspParser.java:73)
main (16:14:25):     at
weblogic.servlet.jsp.JspParser.parse(JspParser.java:91)
main (16:14:25):     at
weblogic.servlet.jhtmlc.Jhtml2Java$Output.setSourceFile(Jhtml2Java.java:290)
main (16:14:25):     at
weblogic.servlet.jhtmlc.Jhtml2Java.outputs(Jhtml2Java.java:124)
main (16:14:25):     at
weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:167)
main (16:14:25):     at weblogic.jhtmlc.runBody(jhtmlc.java:56)
main (16:14:25):     at weblogic.utils.compiler.Tool.run(Tool.java:55)
main (16:14:25):     at
weblogic.servlet.jhtmlc.PageCompileServlet.compilePage(PageCompileServlet.ja
va:355)

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to