Hi Daniel (cc to mailing list),
wow, this where a quick response :)
..you're welcome.
Hm, didn't experience this before; have you tried BaseX on another machine, or user other ports?
Tried it on my pc and on the server, same result.
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.
Thank you for that, found out port 7000 where not open by default, and corrected that.
With no change in the BaseXServer behavior, I where expecting som sort of console to controle the server with, but that will not happen?
You can throw in the -i argument to end up in the console mode. Note that all admin commands can as well be used from another client, which is logged in with admin rights.
I solved another problem I got an now the Client code ask for login and password, but now it just times out every time I try to log on.
So you're getting a "Timeout exceeded." message? Hm, this would indicate that the server isn't reachable. Are you sure the ports are opened and available?
When I am logging on I am able to use the default admin/admin login/password right? My CentOS server, where the BaseX server is, have a password for every user but If I have opened the port I dont need to go through any proxy there, I just use admin/admin?
…exactly, admin/admin is the default login. You may adjust the admin password or add more users in the next step.
Christian
~DWP
2010/3/26 Christian Grün christian.gruen@gmail.com:
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