Hello,
I am not sure if this is the correct forum for this question, please redirect me if
so. I have java version 1.1, apache is on /usr/local/apache,
and jsdk.jar in /usr/local/JSDK2.0/lib. Apache version 1.3.9 runs fine on a 2.2.12
linux kernel.
I have CLASSPATH = /usr/local/JDSK2.0/lib/jsdk.jar
I am trying to compile Apache-JServ-1.0 this way :
./configure --with-apache-install=/usr/local/apache
It looks like this part works, because it ends with the message:
<stuff cutted>
Configuration complete.
Apache Directory: /usr/local/apache
Apache Version: 1.3
Module Type: dynamic (DSO will be used to link mod_jserv into server dynamically)
Apache include flags: -I/usr/local/apache/include
Run make to compile the Java portion of Apache JServ.
��
Include /usr/local/Apache_JServ_1.0/example/jserv.conf
Then try visiting the URL:
http://linux-tech.net:SERVER_PORT/example/Hello
<stuff cutted>
The problem is make can not find some variables (TURBO and JServDefs) :
variable JServDefs not found in class org.apache.jserv.JServContext
variable TURBO not found in class org.apache.jserv.JServ
How can I fix this?
Thanks
dave
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]