Menu

#1 RSOAP 1.1.0 Full Hostname

open
nobody
None
5
2006-03-02
2006-03-02
No

Hello,

I have a problem that r-soap 1.1.0 doesn't work outside
the rsoap-server's domain. I have tried to include
--hostname in the start-file, but the R-soap will not
work after the change. Is this a known bug or is there
another solution the get complete servername e.g
rsoap.lund.az?

Regards,
Roger A

e-mail:roger.rra.andersson@astrazeneca.com

CMDARGS="--tcp-ip --pid=$RSOAP_HOME --debug
--hostname=rsoap.lund.az"

**************************************
Recieved request for a new RSOAPServer. Locating a free
port...
PID 15921: Attempting to start on port 9085 ... Success
PID 15921: Created process 25135 at http://rsoap:9085

*************************************
more start |grep -v ^#
reldir=`dirname $0`
INST_HOME="/Volumes/app/appman"
RSOAP_HOME=`cd $reldir; pwd`
TMPDIR="/var/tmp/RSOAP"
CMDARGS="--tcp-ip --pid=$RSOAP_HOME"

export INST_HOME
export RSOAP_HOME
export TMPDIR

echo "Starting RSOAPManager process - "

exec python \ $RSOAP_HOME/scripts/RSOAPManager $CMDARGS $* \ >> $RSOAP_HOME/RSOAPManager.log 2>&1 &
***************************************************************

Discussion


Log in to post a comment.