Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache 1.3.26, Tomcat 3.3.1 Internal Server Errors

Status
Not open for further replies.

YDKCooKiE

MIS
Oct 1, 2002
1
US
Currently I've got an apache 1.3.26 installation running alongside Tomcat 3.3.1. Everything works fine when I connect to
My problem is with virtual hosts. The instant I start creating those and attempt to run servlets or JSP out of them, I get this error:

Error: 500
Location: /examples/num/numguess.jsp
Internal Servlet Error:

org.apache.jasper.JasperException: Unable to compile Note: sun.tools.javac.Main has been deprecated.
/usr/local/src/jakarta-tomcat-3.3.1/work/dev.infinity-tech.com/examples/num/numguess_1.java:6: Class num.NumberGuessBean not found in import.
import num.NumberGuessBean;
^
1 error, 1 warning

at org.apache.tomcat.facade.JasperLiaison.javac(JspInterceptor.java:898)
at org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:733)
at org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:506)
at org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968)
at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:875)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
at org.apache.tomcat.modules.server.Ajp13Interceptor.processConnection(Ajp13Interceptor.java:341)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:516)
at java.lang.Thread.run(Thread.java:536)

Any help would be greatly appriciated on how to get virtual hosts to be serving JSP.

Curt L.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top