-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Rodrigo Zerlotti wrote:
> 
> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
> 
> Tim,
> 
> I run
> 
> /usr/local/jdk117_v3/bin/java -classpath
> 
>$CLASSPATH:/usr/local/jdk117_v3/lib/classes.zip:/usr/local/jserv/lib/ApacheJServ.jar:/usr/l
> 
> ocal/jsdk2.0/lib/jsdk.jar:/home/servlet:/home/servlet/classes
> org.apache.jserv.JServ /usr/local/apache/conf/jserv.properties
> 
> and it works....
> 
> Rodrigo
> 
> Tim Reilly wrote:
> 
> > -----------------------------
> > Please read the FAQ!
> > <http://java.apache.org/faq/>
> > -----------------------------
> >
> > Can anyone out there help me configure JServ to run in manual mode?  I
> > believe I'm almost there, but when I try to run the script which launches
> > the jdk + jserv, I get an error message back saying:
> >
> > libNONE.so: cannot open shared object file: No such file or directory
> > (libNONE.so)
> >
> > I'm not sure if this error is due to JServ, or the JDK.  I'm currently
> > using the blackdown JDK 117_v3 and am in the process of switching to the
> > IBM version for performance.  Perhaps that will clear this up.
> >
> > Has anyone seen this error before?

Could you please post your command line?
Your looks like:

APP=/web/192.168.255.1/servlets
JAVA=/usr/local/bin
LIB=$APP/lib
CLASSPATH=/usr/local/jserv/lib/ApacheJServ.jar:$LIB/jsdk.jar

echo $CLASSPATH

$JAVA/java -Djava.compiler=none -Xms120M -Xmx120M -cp $CLASSPATH
org.apache.jserv.JServ /$APP/../conf/jserv.properties 2>>
$APP/../logs/webmacro.log

And it works.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to