While this setup is specifically for Travis-CI you will possibly find useful information to integrate existDB in other CI platforms as well.

eXist-db does not start in Apache Tomcat

The war files are tested and should work. Be sure that tomcat is not setup with the "SecurityManager" enabled (we should work this out) and that (for older versions of tomcat) all relevant XML jar files (x...

Secure access with HTTPS

...to accept selfsigned certificates // and the Hostname is not validated SSLHelper.initialize(); // Setup XMLRPC XmlRpcClient client = new XmlRpcClient(); XmlRpcClientConfigImpl config = new XmlRpcClien...

Introducing XQueryURLRewrite

At the core of the new setup is a servlet filter: XQueryURLRewrite. I primarily created it to process URLs in AtomicWiki, but it eventually developed into kind of a simple, servlet-based model-view-control...

eXist-db 5.3.0

....scan(); to fix repo:install-from-db #3564 Remove document metadata indirection #3535 Simplify test setup #3537 Update to Apache Commons Collections 4 #3538 Collection must be persisted when renaming/mo...

Automatic form validation in eXistdb

...ept the request and generate an XForms model that uses the original HTML document as input and will setup all constraints expressed in the HTML for server-side revalidation. Only in case the incoming da...

Demo of the new app repository

... I have a longer video in the pipeline which explains just that (eXide actually handles most of the setup work for you).

Questions and Answers

The war files are tested and should work. Be sure that tomcat is not setup with the "SecurityManager" enabled (we should work this out) and that (for older versions of tomcat) all relevant XML jar files (x...