Right now I get the problem in an empty webapp! A folder with a jsp inside.... an empty jsp!!! The funny thing is that I have another ZK aplication (it was supposed to be more complicated than a webapp that it is an empy jsp....at least from the deployment point of view ;) ) that runs fine. And the examples webapp demo goes fine as well... the error is the same as i posted already. The environment either: Centos 4; tomcat 6.0.10; jdk 1.6; and the same thing : if i make the empty jsp an empty html, everything is ok... but please don't ask me to make a war of an empty file...

*exception*

javax.servlet.ServletException: Servlet.init() para servlet jsp lanzó excepción
        
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
        
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
        
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
        org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
        java.lang.Thread.run(Thread.java:619)

*root cause*

java.lang.NoSuchFieldError: IS_SECURITY_ENABLED
        
org.apache.jasper.compiler.JspRuntimeContext.<init>(JspRuntimeContext.java:136)
        org.apache.jasper.servlet.JspServlet.init(JspServlet.java:101)
        
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
        
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
        
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
        org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
        java.lang.Thread.run(Thread.java:619)




Hassan Schroeder escribió:
On 4/9/07, Rui Monteiro <[EMAIL PROTECTED]> wrote:
Nobody says nothing so i admit it it's something new as i feared. And
probably nobody is using tomcat 6 (wise people).

Hardly :-)

Am i the only one who thinks the migration between tomcat versions is
too much of a headache?

Possibly -- I switched from 5.5.x/Java 5 to 6.0.x/Java 6 by changing the
batch file I use to set CATALINA_HOME and JAVA_HOME, and none of my
apps complained in the slightest.

Can you post a simple WAR file showing the problem you're seeing?



--



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to