Hello everybody,

first at all, I'm sorry for my poor english but I hope you understand my
problem description.

I tried to install Tomcat 3.3a with mod_jk for Apache 1.3.23 and
Blackdown J2SDK1.3 to my Debian Woody.

After the installation I'm able to access /examples via Port 8081 and
via Apache (this is mod_jk?).

The servlets are working all but if I try the example JSPs I get the
following error (this is the output of numguess.jsp):

Error: 500

Location: /examples/jsp/num/numguess.jspInternal Servlet Error:
 
org.apache.jasper.JasperException: Unable to compile 
Found 1 semantic error compiling 
"/var/cache/tomcat/DEFAULT/examples/jsp/num/numguess_1.java":


    69.                               numguess = (num.NumberGuessBean)
java.beans.Beans.instantiate(this.getClass().getClassLoader(),
"num.NumberGuessBean");


                                                                      
<-------->

*** Error: "beans" is either a misplaced package name or a non-existent 
entity. An expression name is expected in this context.


        at
org.apache.tomcat.facade.JasperLiaison.javac(JspInterceptor.java:800)


        at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:641)


        at
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:446)


        at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968)


        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:875)


        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)


        at
org.apache.tomcat.modules.server.Ajp13Interceptor.processConnection(Ajp13Interceptor.java:213)


        at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:477)


        at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:519)

        at java.lang.Thread.run(Thread.java:484)

Everything with Java is very new to me. I do not know where to look for
the reasons of this error.

Thanks for help in advance...

Marcus

-- 

 :: GPG Fingerprint  2196 F6E0 2DFE 36F0 4F69  4259 D12A CB99 834C CA31


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to