On Mon,  9 Jul 2001 23:42, Mark Vidov wrote:
> Hi. I'm having the same RMI problem creating a registry as mentioned below.
> Is there any new information since your notes were posted? Is there another
> workaround or a configuration setting? Thanks in advance.

Well you can set the System property "phoenix.port" IIRC. The simplest way to 
do this is to set an environment variable that will be picked up when Phoenix 
launches. in unix /bin/sh you can do

set PHOENIX_JVM_OPTS="-Dphoenix.port=1234"
export PHOENIX_JVM_OPTS
./run.sh

and that should attach RMI registry to port 1234. Not the best solution but 
the best atm ;)

Cheers,

Pete

*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof."                   |
|              - John Kenneth Galbraith               |
*-----------------------------------------------------*

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to