|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I am trying to solve this problem for the last 1 week but could'nt solve it yet. I am using Windows-Nt enviroment ( 2000),Apache Web Server 1-3-14 and Tomcat-3.2-b8. Before using TOMACT with APACHE WEB SERVER, I am trying to test it using a standalone server process. My configuration is :- TOMCAT_HOME=C:APACHETOMCAT JAVA_HOME=C:JDK1.3 When I try to run the TOMCAT using:- http://localname:8080 It all works fine and I can see the FRONT page of the TOMCAT and also the link to execute the JSP/SERVLET examples. When I click at "JSP examples" and try to execute the first example i.e, Numberguess, I get the following error;- Error: 500 Location: /examples/jsp/num/numguess.jsp Internal Servlet Error: java.lang.NoSuchMethodError at org.apache.tomcat.context.ExceptionHandler.doService(DefaultCMSetter.java:281) at org.apache.tomcat.core.Handler.service(Handler.java:286) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.handleError(ContextManager.java:1147) at org.apache.tomcat.core.Handler.service(Handler.java:311) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743) at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:21 0) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:484) ------------------------------------- Please let me know where am I doing wrong. I WILL really appreciate the answer. Regards, Rajeev [This message has been edited by Rajeev (edited December 05, 2000).] [This message has been edited by Rajeev (edited December 05, 2000).] |
|
#2
|
|||
|
|||
|
It sounds like an installation issue. Having installed/run Tomcat 3.1 & 3.2 final, each on multiple systems, I must say it has been flawless (since it is only and unzip). Be sure there are no spaces in any of the subdir names. Be sure c:jdk1.3bin is in your system path. Be sure the full directory structure unzips properly from the Tomcat .zip file.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Configuration problem. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|