dear all,

ich have a strange problem (for me) when starting jboss (3.2) with the 
'java.rmi.server.hostname' parameter.

i start jboss with run.sh and this parameters:

####
.
.
.
# Execute
cd $JBOSS_HOME/bin

$JAVA \
        -Xms1500M -Xmx1500M -Xss256k \
        -ea -esa -server \
        \
        -Djava.awt.headless=true \
.
.
.
        -Djava.rmi.server.hostname=server.nice4you.com \
        -Djava.rmi.server.useLocalHostname=false \
        -classpath "$JBOSS_CLASSPATH" \
        \
        -Djava.io.tmpdir=../server/default/tmp \
        \
        $JAVA_OPTS \
        $JBOSS_OPTS \
        \
        org.jboss.Main "$@" \
        >> $JBOSS_LOG 2>&1 &

.
.
.
####

and the 'java.rmi.server.hostname' value 'server.nice4you.com' was ignored,

but when i use this value 'server.niceyou.com' instead it works.

server.nice4you.com - dont work
server.niceyou.com   - work
111.111.111.111       - work

so my question: is there a problem with a letter-figure combination and when 
yes, is there a workaround for this.


with regards, davidm 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857512#3857512

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857512


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to