• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Urgant Problem in in J2EE pls. Help

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I Have sucessfully Installed J2EE server on the Windows 98
I use deploytool for the deployment
c:\>deploytool
I start the server using
c:\>J2EE -Verbose
it starts the server
But when i try to call the url it gives exception even when I try http://localhost:8000/ it gives Exception
Error: 500
Internal Servlet Error:
java.lang.NoSuchMethodError
at com.sun.web.security.SecurityInterceptor.setSSLAttributes(SecurityInterceptor.java:56)
at com.sun.web.security.SecurityInterceptor.preInvoke(SecurityInterceptor.java:83)
at org.apache.tomcat.core.ServiceInvocationHandler.preInvoke(ServletWrapper.java:615)
at org.apache.tomcat.core.ServletWrapper.handleInvocation(ServletWrapper.java:531)
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(HttpConnectionHandler.java:144)
at org.apache.tomcat.service.TcpConnectionThread.run(TcpEndpoint.java:310)
at java.lang.Thread.run(Thread.java:484)

pls. help
Anirudh
reply
    Bookmark Topic Watch Topic
  • New Topic