Error: 500 after Http://localhost:8000/

Hi all

I received message below when used Http://localhost:8000/

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)

Please help me

Thanks a lot

David

[1070 byte] By [dong33] at [2007-9-26 7:09:37]
# 1
How did you use what?
dubwai at 2007-7-1 16:51:49 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
HiI use J2EE 1.3,JDK 1.3,Windows 2000Could J2EE intead Web Server?Or Could J2EE work with IIS 5.0 of windows 2000?Please help meThanks a lotDavid
dong33 at 2007-7-1 16:51:49 > top of Java-index,Other Topics,Patterns & OO Design...
# 3
I'm sorry but you are not giving enough information. You need to post this information.What are you trying to do?What classes / packages are you using?What problem are you encountering?What seems to cause the problem?
dubwai at 2007-7-1 16:51:49 > top of Java-index,Other Topics,Patterns & OO Design...
# 4

Hi

Yes, I am a new hand by j2ee.

I download j2ee and jdk 2 from "java.sun.com".

I want just look default index.htm page of J2EE

after http://localhost:8000.(I set all Environment Variables before run IE5)

If no problem I want use JSP ,EJB connect to SQL 2000.

But I can't look the default page and

I received Error message.

And I want know J2EE can instead of Tomcat,Java Server Page Development Kit etc?

Please help me

thanks a lot

David

dong33 at 2007-7-1 16:51:49 > top of Java-index,Other Topics,Patterns & OO Design...
# 5
Usualy when you get a nosucherror message it means that you haven't got all the jars you need in your classpath.
dubwai at 2007-7-1 16:51:49 > top of Java-index,Other Topics,Patterns & OO Design...
# 6
Thanks for helpI will check the classpath today.David
dong33 at 2007-7-1 16:51:49 > top of Java-index,Other Topics,Patterns & OO Design...