jrevproxy-user Mailing List for jRevProxy
Status: Alpha
Brought to you by:
fnoe
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Ricardo T. <ric...@em...> - 2004-10-11 14:59:53
|
Hi, Is anyone using this list ? |
From: <ben...@id...> - 2004-05-22 12:10:04
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Thomas W. <We...@Qu...> - 2003-06-24 10:13:56
|
Hello Frederik, thanks fpr your reply to my question. I have corrected the mistakes an my configuration file lokks like this: ---------------------------- #!/bin/sh # ## = =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=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=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" PROPERTIES=3D"../etc/jrevproxy.properties" CMD=3D"./java -cp $CLPATH cx.noe.jrevproxy. RevProxy $PROPERTIES" exec $CMD ---------------------------- When i now run the shellscript he gives me an error like this: ---------------------------- [root@EX0B jrevproxy]# sh bin/jrevproxy.sh Exception in thread "main" java.lang.NoClassDefFoundError: = cx/noe/jrevproxy/RevProxy ---------------------------- I think that i have forgotten something, but I don't know what. In front = of all I have a question about the $CLASSPATH. Have I set this Variable by hand or must I add = this as a systemvariable? Thanks for help, best regards, Thomas W. -----Urspr=FCngliche Nachricht----- Von: Frederik No=EB [mailto:fn...@bi...] Gesendet: Dienstag, 24. Juni 2003 11:53 An: Jrevproxy-User-Request (E-Mail) Cc: Thomas Weuffel Betreff: RE: [Jrevproxy-user] Installation 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 |
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 |
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. |
From: Frederik N. <fre...@no...> - 2003-05-24 12:51:14
|
Welcome to the jRevProxy developers mailing list. This mailing list is meant to provide support to jRevProxy users. It provides answers on howto install jRevProxy, howto configure the server etc. Best regards, Frederik Noe |