----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Hello list,

I know i shouldn't be asking this HERE, but i haven't
got any replies from the GnuJSP guys. So if anyone of you has
tackled this, please reply. I am kinda in a fix ! :(

My configuration is :
Apache Web Server 1.3.11
JServ 1.1
JSWDK 2.0
Java SDK 2 for HP UX
HPUX 11.0
GnuJsp 1.0

I am getting the following errors when trying to make gnujsp :
(I ran make under /usr/local/gnujsp1/src )
----------------------------------------------------------------------
# make
javac  JspServlet.java
JspServlet.java:99: Wrong number of arguments in method.
        } else super.log(message, throwable);
                        ^
JspServlet.java:684: Method getResource(java.lang.String) not found in
interface javax.servlet.ServletContext.
                retval = sc.getResource(path);
                                       ^
2 errors
make: *** [JspServlet.class] Error 1
----------------------------------------------------------------------
I untared the gnujsp tar under /usr/local/gnujsp1

My classpath looks like
# echo $CLASSPATH
/opt/java/lib/tools.jar:/opt/JSDK/lib/jsdk.jar:/usr/local/gnujsp1/lib/gnujsp10.jar:/usr/local/gnujsp1/lib/servlet-2.0-plus.jar

Please help if you can.

Thankx.
--
Karthik K
Hewlett Packard India Software Operations,
1, Habibullah Road, T.Nagar,
Chennai, INDIA



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to