Hay
Just started using baseX and have uploaded til executable .jar file to my server.
Then i use the command:
java -cp BaseX6.jar org.basex.BaseXServer -p 7000
To set up a server listening on port 7000. And i says "BaseX 6.0 [server] \n Server was started" and not as it says in the guide "Waiting for requests...", is that a problem? My intention is to be able to connect to my BaseX DB with a client from my pc to the server where the DB is.
Then I on my pc run the command:
java -cp BaseX6.jar org.basex.BaseXClient -s [ip on my server] -p 7000
to try connecting, but then it just displays the help message and are not doing anything. I am expecting a new console where I where able to write commands to my baseX server, is that not the intention?
Thanks in advance for reading this and I hope for a quick answer.
~DWP
Hi,
java -cp BaseX6.jar org.basex.BaseXServer -p 7000
To set up a server listening on port 7000. And i says "BaseX 6.0 [server] \n Server was started" and not as it says in the guide "Waiting for requests...", is that a problem?
Hm, didn't experience this before; have you tried BaseX on another machine, or user other ports?
java -cp BaseX6.jar org.basex.BaseXClient -s [ip on my server] -p 7000
to try connecting, but then it just displays the help message and are not doing anything. I am expecting a new console where I where able to write commands to my baseX server, is that not the intention?
By the help of your mail, I noticed that our documentation was out-of-dated; you need to specify -n instead -s (or try -h for help). I've updated our docs. Next, just to get sure, verify if port 7000 is opened on your server machine.
Christian ___________________________
Christian Gruen Universitaet Konstanz Department of Computer & Information Science D-78457 Konstanz, Germany Tel: +49 (0)7531/88-4449, Fax: +49 (0)7531/88-3577 http://www.inf.uni-konstanz.de/~gruen
basex-talk@mailman.uni-konstanz.de