----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi Chris,

The emitted java files compile fine (no errors!). But when I try to execute 
the JSP page from the browser, I still get the same GNUJSP Compiler 
Exception:

Error compiling source file: file:/usr/local/apache/htdocs/JSP/hello.jsp
sun.tools.javac.Main

I checked the jserv.log file. It contains an entry similair to:
gnujsp:<emitted_java_file_name>: init

I really am not sure what is wrong. Any thoughts? Thanx.


- Ranga

----Original Message Follows----
From: "Chris Roberts" <[EMAIL PROTECTED]>
Reply-To: "Java Apache Users" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Fwd: GnuJSP
Date: Wed, 09 Aug 2000 10:35:44 GMT

----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


Ranga, For whatever reason, GNUJSP was unable to compile the "emitted" java
file for snoop.jsp. Pity you didn't get more error info, but that's life.

If it was me, I would go to the "emitted" jsp directory and hand compile the
java file. ie: using javac with class path from your jsp properties file.
This will ID your prob...

Your jserv.log will give you the parameters GNUJSP uses to do the
compilation. ie: look for a line containing "Compiler command:"

>From: "Ranga S" <[EMAIL PROTECTED]>
>Reply-To: "Java Apache Users" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: GnuJSP
>Date: Wed, 09 Aug 2000 00:19:55 GMT
>
>----------------------------------------------------------------
>BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
>WHEN YOU POST, include all relevant version numbers, log files,
>and configuration files.  Don't make us guess your problem!!!
>----------------------------------------------------------------
>
>Hi,
>
>I'm having problems with the GnuJSP-1.0.0 configuration on Apache 1.3.12
>and
>Apache JServ 1.1.2
>
>When I try to execute the examples (snoop.jsp below) that come with the
>package I get the following error:
>
>Error compiling source file: file:/usr/local/apache/htdocs/JSP/snoop.jsp
>
>
>
>Any pointers is greatly appreciated. Thank you.
>
>
>- Ranga
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Search Archives:
><http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
>Problems?:           [EMAIL PROTECTED]
>

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]


________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to