----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Dear all,
i tried to install apache_1.3.12 with mod_jserv
and i used jdk1.2 , jsdk2.0 , ApacheJServ-1.1.2
while 'make install' in ApacheJServ, JServ.java
is not compiling.. here is the error message.
<b><font color="#FF0000">
Compiling JServ.java ...
JServ.java:106: Ambiguous class:
java.util.Configurations and
org.apache.java.util.Configurations
protected static Configurations confs = null;
^/usr/apachetest/ApacheJServ-1.1.2/src/java/org/apache/jserv/JServConnectio
n.java:86:
Ambiguous class: java.lang.Stoppable and
org.apache.java.lang.Stoppable
implements Stoppable, HttpServletRequest,
HttpServletResponse,
^
JServ.java:172: Incompatible type for constructor.
Explicit cast needed to convert
org.apache.jserv.JServConnection to
java.lang.Runnable.
Thread t = new Thread(connection);
^
JServ.java:175: Class <<ambiguous>>Semaphore not
found in void main(java.lang.String[]).
connection.init(clientSocket,
semaphore);
^
JServ.java:178: Ambiguous class:
java.net.AuthenticationException and
org.apache.java.net.AuthenticationException
} catch (AuthenticationException e) {
^
5 errors
</font></b>
How do i solve this, and i tried to solve the
Ambiguous problem... but it doesn't help me..
i didn't use any other class otherthan
apachejserv.
__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail � Free email you can access from anywhere!
http://mail.yahoo.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]