----------------------------------------------------------------
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 all,
I am trying to build ApacheJserv as a DSO module for Apache. My
version information is as follows:
Apache 1.3.17
ApacheJServ 1.1.2
Mandrake 7.2
Kernel 2.4.0
For Java, I am using jdk1.3.0_01 from sun and j2sdkee1.2.1 as my sdk.
To configure, I am setting the following variables :
PATH="$PATH:/usr/java/jdk1.3.0_01/bin/"
JAVA_HOME=/usr/java/jdk1.3.0_01
and then issuing the following configure command :
[root@zaphod ApacheJServ-1.1.2]# ./configure
--with-apxs=/usr/local/apache/bin/apxs --prefix=/usr/local/jserv \
--with-jdk=/usr/java/jdk1.3.0_01 --with-JSDK=/usr/local/j2sdkee1.2.1/ \
--enable-EAPI
The configure process completes successfully and exits with a box
explaining next steps (make ; make install - PS, wouldn't make &&
make install be better here ?)
I then type make from the same directory and this is when the problem
appears
I get the following error message:
/usr/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 getAttribute(java.lang.String) 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.
Is there any way to get around this? Am I using a non-supported
version of the JDK or the SDK? These are the versions that I have
setup for our Tomcat developers, but I have to setup a machine for an
older project that was built using jserv to run on.
Any assistance would be much appreciated!
TIA,
--
- Wayne Pascoe
E-mail: [EMAIL PROTECTED]
Phone : +44 (0) 20 7544 4668
Mobile: +44 (0) 788 431 1675
--
--------------------------------------------------------------
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]