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

I am trying to install JServ 1.1.12 on Redhat 6.2 Kernel 2.2.14-5.0 smp
Apache's version is 1.3.12.  I have installed JSDK  2.0 and put it in the
PATH variable.

The problem is with make. configure went fine. The exact command for
configure was


% ./configure --with-apxs=/usr/local/apache/
bin/apxs --with-jdk-home=/usr/java/jdk1.3/ --with-JSDK=/usr/local/JSDK2.0/li
b/js
dk.jar
% make                          //the following error shows up.

/usr/local/src/ApacheJServ-1.1.2/src/java/org/apache/jserv/JServContext.java
:90:
 org.apache.jserv.JServContext should be declared abstract; it does not
define g
etContext(java.lang.String) in org.apache.jserv.JServContext
class JServContext implements ServletConfig, ServletContext, JServSendError,
JSe
rvLogChannels {
^
/usr/local/src/ApacheJServ-1.1.2/src/java/org/apache/jserv/JServSession.java
:74:
 org.apache.jserv.JServSession should be declared abstract; it does not
define g
etMaxInactiveInterval() in org.apache.jserv.JServSession
public class JServSession implements HttpSession, JServLogChannels,
Serializable
 {
       ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
3 errors
make[5]: *** [JServConnection.class] Error 1
make[4]: *** [install-recursive] Error 1
make[3]: *** [install-recursive] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1




What am I doing wrong? What could be the work around? Please help.

Thank You.

Sincerely,
Kamesh Kompella



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