How to test if tamino is working via HTTP

Hi,

I’d like to test if my connection to a Tamino 4.2.1 server is working by issueing a query that always returns something regardless of the xml stored in de database.

If I open a browser an put in the following type of url:

http:///?_xql=

What should be to get some data.

Now, I always get a HTTP 404

Thanks,

Michel

A typical test for a DB is a ping or version:

http://localhost/tamino/mydb?_diagnose=ping

if you really want to do the query:

http://localhost/tamino/mydb?_xql=*