Howy,
It's trying to load the page you requested, but failing, because of a
compilation error.  It looks like you're trying to run a JSP, not a
servlet.  Apache is correctly forwarding to tomcat, which attempts to
compile the JSP in order to serve it, but fails.

Post the JSP source code for more help.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Olumide [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, July 22, 2003 2:15 PM
>To: [EMAIL PROTECTED]
>Subject: Configuring Tomcat (NEWBIE)
>
>Hello
>
>I'm sure this is a FAQ and I've tried to retrieve the list of FAQ's
>without success, so please bear with me.
>
>I have installed the Apache HTTP server (its up and running) and Tomcat
>(at least I can see a tomcat.exe is one of the currently running
>processes on my Windows 2000 machine).
>
>What more, when I try accessing the server, I get the  HTTP Status 500
>error:
>
>type: Exception report
>message
>description: The server encountered an internal error () that prevented
>it from fulfilling this request.
>org.apache.jasper.JasperException: Unable to compile class for JSP An
>error occurred at line: -1 in the jsp file: null Generated servlet
>error: [javac] Since fork is true, ignoring compiler setting. [javac]
>Compiling 1 source file [javac] Since fork is true, ignoring compiler
>setting. at
>org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorH
andl
>er.java:130)
>at
>org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.j
ava:
>293)
>at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:353)
>at org.apache.jasper.compiler.Compiler.compile(Compiler.java:370)
>......
>......
>......
>
>I can also see a blue bar below in the browser window in which is
>written "Apache Tomcat/4.1.24". So that  probably means tomcat is up
and
>running. Ok, so why am I not getting the dynamic HTML pages I expected?
>I am trying to run the "Hello World" sample servlet
>(http://www.servlets.com/jservlet2/examples/ch02/HelloWorld.java) in
>Jason Hunter's book, Java Servlet Programming. I have successfully
>complied the "HelloWorld" source code and placed the *.class file in
the
>directory: server_root/webapps/ROOT/WEB-INF/classes.
>
>Thanks for helping the novice.
>
>
>- Olumide
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to