Re: [basex-talk] REST API not working

2016-09-02 Thread E. Wray Johnson
OK, I was running basexserver instead of basexhttp. It's been months since I used basex and simply forgot. On Fri, Sep 2, 2016 at 9:59 PM, E. Wray Johnson wrote: > http://localhost:8984/rest/ > > Still hanging. > Where is the log file where I can see what's going on? > >

Re: [basex-talk] REST API not working

2016-09-02 Thread E. Wray Johnson
http://localhost:8984/rest/ Still hanging. Where is the log file where I can see what's going on? Wray Johnson > On Sep 2, 2016, at 8:36 PM, E. Wray Johnson wrote: > > C:\Users\Administrator>basexserver -d > BaseX 8.5.3 [Server] > Server was started (port: 1984). >

Re: [basex-talk] REST API not working

2016-09-01 Thread Dirk Kirsten
Hello, How do you start the basex server? Could you please start it in debug mode and post us the console output? Cheers, Dirk On 08/31/2016 04:41 PM, E. Wray Johnson wrote: > I apologize, by 12 I meant Windows Server 2012. > BaseX version is 8.5.3 > By TCP vs REST I mean for REST I was using

Re: [basex-talk] REST API not working

2016-08-31 Thread E. Wray Johnson
I apologize, by 12 I meant Windows Server 2012. BaseX version is 8.5.3 By TCP vs REST I mean for REST I was using default port 8984 instead of the default server TCP port 1984 For example: http://*admin*:*admin*@localhost:8984/*rest *OR http://localhost:8984/ *rest* I run basexserver from DOS

Re: [basex-talk] REST API not working

2016-08-31 Thread Dirk Kirsten
ns Dirk Kirsten > Verzonden: woensdag 31 augustus 2016 15:15 > Aan: basex-talk@mailman.uni-konstanz.de > Onderwerp: Re: [basex-talk] REST API not working > > Hello, > > Windows 12? I am an long-time linux-only user, but isn't the most current > windows version 10 or am I missing

Re: [basex-talk] REST API not working

2016-08-31 Thread Bram Vanroy
Onderwerp: Re: [basex-talk] REST API not working Hello, Windows 12? I am an long-time linux-only user, but isn't the most current windows version 10 or am I missing the news completely? You will have to be much more specific. Please specify which BaseX version you use, please post how you start

Re: [basex-talk] REST API not working

2016-08-31 Thread Dirk Kirsten
Hello, Windows 12? I am an long-time linux-only user, but isn't the most current windows version 10 or am I missing the news completely? You will have to be much more specific. Please specify which BaseX version you use, please post how you start the basexserver and the console output and how

[basex-talk] REST API not working

2016-08-31 Thread E. Wray Johnson
Windows 12 server, running basexserver. Server is listening but hangs and never returns anything. When server is killed behavior is different so I can tell the server was listening on the REST port when running. I am not confusing the TCP port with REST port.