Re: [basex-talk] Deploying a BaseX Web application... (beginner question)

2014-05-09 Thread a . bouchet
Thanks to all for the precious indications and examples. The issue with ssh was related to creating a new application with the same name as a previously deleted application, on windows at least. And finally, a WAR deployment is not necessary, which is cool, thanks to the openshift basex quick

Re: [basex-talk] Deploying a BaseX Web application... (beginner question)

2014-05-09 Thread Andy Bunce
Hi Aurelien, Sorry you could not get it to work. If you want to try one more time,I have slightly changed the install instructions for https://github.com/Quodatum/openshift-basex-quick-start which should hopefully reduce the potential for running into some issues. Previously the github repo was

Re: [basex-talk] Deploying a BaseX Web application... (beginner question)

2014-05-09 Thread Andy Bunce
Great news. Looks like you did not need my changes. /Andy On 9 May 2014 09:24, Andy Bunce bunce.a...@gmail.com wrote: Hi Aurelien, Sorry you could not get it to work. If you want to try one more time,I have slightly changed the install instructions for

Re: [basex-talk] Deploying a BaseX Web application... (beginner question)

2014-05-09 Thread a . bouchet
I did use them as well and now it is working great. Thanks for this help for starting up, it is invaluable for a noob like me ;-) Have a great day, ab Great news. Looks like you did not need my changes. /Andy On 9 May 2014 09:24, Andy Bunce bunce.a...@gmail.com wrote: Hi Aurelien, Sorry

[basex-talk] Deploying a BaseX Web application... (beginner question)

2014-05-08 Thread a.bouchet
Hello, Thanks to the developers for the excellent database software. I love basex having used it on windows desktop for some little database-driven projects, but now, I'd like to deploy it in the context of a web application, if possible. So I read everything I could find about the topic

Re: [basex-talk] Deploying a BaseX Web application... (beginner question)

2014-05-08 Thread Dirk Kirsten
Hello Aurelien, how to deploy a WAR file heavily depends on the container you are using, so there is no general guidance from us. It might be more advisable to ask on the actual container mailing list (i.e. tomcat, jetty, whatever) or consult their documentation. Having said that, some time ago

Re: [basex-talk] Deploying a BaseX Web application... (beginner question)

2014-05-08 Thread Andy Bunce
Hi Aurelien, If you do try the BaseXHTTP server route on OpenShift, rather than the WAR packaging, this repo may help https://github.com/Quodatum/openshift-basex-quick-start. By default just RESTXQ is enabled but it is easy to re-able REST and or Webdav. This uses the OpenShift data directory to

Re: [basex-talk] Deploying a BaseX Web application... (beginner question)

2014-05-08 Thread Christian GrĂ¼n
Andy, thanks for the interesting link! Christian On Thu, May 8, 2014 at 2:10 PM, Andy Bunce bunce.a...@gmail.com wrote: Hi Aurelien, If you do try the BaseXHTTP server route on OpenShift, rather than the WAR packaging, this repo may help

Re: [basex-talk] Deploying a BaseX Web application... (beginner question)

2014-05-08 Thread a . bouchet
Andy, Dirk, Christian, many thanks for the indications. However I still have no luck with openshift as whatever I'm doing, the ssh connection does not want to work. I tried everything including switching from windows 8 to a windows 7 machine, using git BASH, etc, and even using SFTP via

Re: [basex-talk] Deploying a BaseX Web application... (beginner question)

2014-05-08 Thread Andy Bunce
I use windows8. Getting all the ssh keys right can be challenging. Are you able to create just a simple DIY app? and then ssh into it. see https://www.openshift.com/blogs/access-your-application-gear-using-ssh-with-putty . Beyond that which of approaches above are you trying? If it is

Re: [basex-talk] Deploying a BaseX Web application... (beginner question)

2014-05-08 Thread a . bouchet
I mean, if anyone has a working workflow for installing a Basex Web Application on a server via a windows machine, it would be really cool. I'd just like to use BaseX as a REST Database in a web application but it seems quite complicated to set up. Might eventually try with a mac if it works

Re: [basex-talk] Deploying a BaseX Web application... (beginner question)

2014-05-08 Thread a . bouchet
Ah, thanks Andy. Yes, I tried your basex quick start as it seems quite handy. The application gets correctly created in Openshift, but it is not cloned on the local machine. The first time I tried it cloned it, but then the git pull did not work. I'm going to retry with Putty following the link

Re: [basex-talk] Deploying a BaseX Web application... (beginner question)

2014-05-08 Thread a . bouchet
Well, I followed step by step the provided guide with Putty, but it ended up with: Server refused our key and still the message Disconnected: No supported authentification methods available etc. Still no luck with Openshift. It looked like a nice hosting solution though... I use windows8.

Re: [basex-talk] Deploying a BaseX Web application... (beginner question)

2014-05-08 Thread Dirk Kirsten
Hi Aurelien, seems like your ssh authentication is not working. Based on the error message I would say there are two possible options: Either your client does not support the authentication protocol (highly unlikely if you use putty; I guess they support everything which is at least common) or