RE: [Jrevproxy-user] Installation
Status: Alpha
Brought to you by:
fnoe
From: <fn...@bi...> - 2003-06-24 09:53:02
|
Hi Thomas, I've two remarks concerning your problem: 1) The following piece of script code you specify is not correct ! #!/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 ## Either the second line should be removed or it should be commented out 2) You have set the current working directory to the bin subdirectory of = your jRevProxy installation so that the relative paths to the different = jar files will be correct. Best regards, Frederik Noe -----Original Message----- From: Thomas Weuffel [mailto:We...@Qu...]=20 Sent: maandag 23 juni 2003 10:06 To: Jrevproxy-User-Request (E-Mail) Subject: [Jrevproxy-user] Installation 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. ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. = Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! = INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Jrevproxy-user mailing list Jre...@li... https://lists.sourceforge.net/lists/listinfo/jrevproxy-user |