[Paraview] Starting paraview with --server option

2008-10-24 Thread Guy HUBERT
Hello,

I need to start Paraview with connexion to pvserver 3.4.0 on port 1 on 
Windows XP SP3 .

I start pvserver in a command shell.

I start paraview 3.4.0 in another shell with the following syntax.
   paraview --server=localhost
   paraview --server=127.0.0.1
   paraview --server=127.0.0.1:1
   paraview --server=cs://localhost:1


I got always a message of this type :
 Could not connect to requested server  xx . Creating default builtin 
connection
 where x is the string given after --server=

What is the right syntax ?

Thanks
Guy


___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Starting paraview with --server option

2008-10-24 Thread Utkarsh Ayachit

Guy,

You'll have to setup the server configuration first from the GUI. Start 
paraview then choose File|Connect. In the Choose Server dialog you can 
set up your server configuration using Add Server and give it a name -- 
say myLocalHost. Then you can use the following:


paraview --server=myLocalHost

Utkarsh

Guy HUBERT wrote:

Hello,

I need to start Paraview with connexion to pvserver 3.4.0 on port 1 on 
Windows XP SP3 .

I start pvserver in a command shell.

I start paraview 3.4.0 in another shell with the following syntax.
   paraview --server=localhost
   paraview --server=127.0.0.1
   paraview --server=127.0.0.1:1
   paraview --server=cs://localhost:1


I got always a message of this type :
 Could not connect to requested server  xx . Creating default builtin 
connection
 where x is the string given after --server=

What is the right syntax ?

Thanks
Guy


___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview


___
ParaView mailing list
ParaView@paraview.org
http://www.paraview.org/mailman/listinfo/paraview