[Jrevproxy-user] Installation
Status: Alpha
Brought to you by:
fnoe
|
From: Thomas W. <We...@Qu...> - 2003-06-23 08:04:25
|
Hello Everybuddy,
after a successfull installation on a Windows 2000 Server I tried to =
install JRevProxy 0.5 on an RedHat8 Linux system.
In MinimumInstallation I installed the avtual Java SDK (j2sdk1.4.1_03) =
from Sun and set the $CLASSPATH to /usr/java/j2sdk1.4.1_03/bin.
Heres my jrevproxy.sh:
#!/bin/sh
dk1.4.1_03j2sdk1.4.1_03
## =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ##
# jRevProxy startup script =
#
## =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ##
# $Id: jrevproxy.sh,v 1.3 2003/04/23 19:45:13 fnoe Exp $
#
EXTJARS=3D"../lib/xercesImpl.jar:../lib/xmlParserAPIs.jar"
JREVJAR=3D"../bin/jrevproxy.jar"
CLPATH=3D"$CLASSPATH:$EXTJARS:$JREVJAR"
JAVA=3D"/usr/java/j2sdk1.4.1_03/bin/java"
PROPERTIES=3D" ../etc/jrevproxy.properties"
CMD=3D"$java -c $CLPATH cx.noe.jrevproxy.RevProxy $PROPERTIES"
exec $CMD
When I try to run the shell script it says:
[root@EX0B bin]# sh jrevproxy.sh
: command not found14:
: Datei oder Verzeichnis nicht =
gefunden.4.1_03/bin:../lib/xercesImpl.jar:../lib/xmlParserAPIs.jar
: cannot execute: Datei oder Verzeichnis nicht =
gefundenn:../lib/xercesImpl.jar:../lib/xmlParserAPIs.jar
in the configurationfile i have changed nothing.
Actually I have no idea what it could be. Please, if anyone has an idea, =
mail me.
Thanks,
Thomas W.
|