After deploying EJB on J2EE ,when
i am executing my app,i am getting following error:
Error: 500
Internal Servlet Error:
java.lang.NoSuchMethodError: javax.servlet.ServletRequest: method
isSecure()Z not found
at
at
com.sun.web.security.SecurityInterceptor.preInvoke(SecurityInterceptor.java:
83)
at
org.apache.tomcat.core.ServiceInvocationHandler.preInvoke(ServletWrapper.jav
a:615)
at
org.apache.tomcat.core.ServletWrapper.handleInvocation(ServletWrapper.java:5
31)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:378)
at org.apache.tomcat.core.Context.handleRequest(Context.java:644)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:440)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:144)
at org.apache.tomcat.service.TcpConnectionThread.run(TcpEndpoint.java:310)
at java.lang.Thread.run(Thread.java:479)
Can anybody tell me,what should i do???
Do i need any more jar files??or my web server is not running???
Pls. tell me how do i execute my servlet(Client of EJB in terms of WAR)
Manish.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".