I am confused. It works for me. This is what I did:

* downloaded BaseX82.zip
* unzipped to c:\users\user\Desktop
* started c:\Users\user\Desktop\basex\bin\basexhttp.bat
* visited http://localhost:8984/

This is an extract from the newly created .basex file:

# HTTP Services
WEBPATH = C:/Users/user/Desktop/basex/webapp
RESTPATH =
RESTXQPATH =

This is what is shown on command line when starting basexhttp.bat:

C:/Users/user/Desktop/basex/.basex: writing new configuration file.
[main] INFO org.eclipse.jetty.server.Server - jetty-8.1.16.v20140903
[main] INFO org.eclipse.jetty.webapp.StandardDescriptorProcessor - NO
JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
BaseX 8.2 [Server]
Server was started (port: 1984)
[main] INFO org.eclipse.jetty.server.AbstractConnector - Started
SelectChannelConnector@0.0.0.0:8984
HTTP Server was started (port: 8984)

Do you possibly have some more hints on what goes wrong in your environment?

Christian


On Fri, May 22, 2015 at 10:37 AM, Andy Bunce <bunce.a...@gmail.com> wrote:
> Same for me. Using the zip to a new folder: Desktop/basex-8.2 then .basex
> has
>
> # HTTP Services
> WEBPATH = C:/Users/Bunceax/Desktop/basex-8.2/webapp
> RESTPATH =
> RESTXQPATH =
>
> If I edit .basex to have:
>
> RESTXQPATH = C:/Users/Bunceax/Desktop/basex-8.2/webapp
>
> It works again.
>
> /Andy
>
> On 22 May 2015 at 09:20, Alexander Shpack <shadow...@gmail.com> wrote:
>>
>> Hi BaseX team!
>>
>> It doesn't work, because WEBPATH contains (by default) a path to a local
>> user's BaseXWeb folder, not to a webapp folder inside BaseX installation
>> folder
>>
>> I was confused a bit, why clean installation of 8.2 doesn't work, when 8.1
>> works fine
>>
>> Thanks
>>
>> --
>> s0rr0w
>
>

Reply via email to