----------------------------------------------------------------
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'm trying to get apache j-serv to work.
I have HPUX 11.00
The most recent jserv from apache
Java SDK 1.2.2.05 (tried with JDK 1.18 same results)
jsdk 2.0
Apache 1.3.12

for apache
./config --prefix=/opt/apache --enable-module=most --enable-shared=max
make
make install
Works fine

for jserv
./config --prefix=/opt/jserv --with-jdk-home=/opt/java1.2 --with-JDSK=/opt/J
DSK2.0 --with-apxs=/opt/apache/bin/apxs

works fine
make, I get the following errors:

JServ.java:61: Package javax.servlet not found in import.
import javax.servlet.*;
       ^
JServ.java:62: Package javax.servlet.http not found in import.
import javax.servlet.http.*;
       ^
JServ.java:80: Superclass org.apache.jserv.HttpServlet of class
org.apache.jserv
.JServ not found.
public class JServ extends HttpServlet implements JServLogChannels,
JServDefs {
                           ^
3 errors
make[5]: *** [JServ.class] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

All the message boards said that similar problems were due to JDSK not being
in my classpath.  I created the environment variable CLASSPATH, and set it
equal to just about everything in my java, jsdk, and jserv folders, to no
avail.  same error.

If somebody knows how to fix this, or agrees that yes, it is my classpath,
could you please give a little bit more information on how to fix it than.
"jdsk isn't in your classpath."

Thank you,
Jason White




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