Previous Topic

Next Topic

Starting a Kowari Metastore Server

Details for building KowariTM are available in the installation guide. You should follow the instructions in this document before continuing with this section.

The server comes packaged in a self contained executable JAR file. This file contains all necessary libraries and configuration files needed for it to run.

You'll be able to start the server executable JAR:

$ java -jar kowari-1.1.0.jar

If the server fails to start, the exception message may suggest why.

No such file or directory

The kowari-1.1.0.jar file is missing or the path to it is incorrect.

The default configuration creates a server named server1. The URL of the new server is based on the network protocol (always JavaTM RMI), the DNS name of the machine it runs on, and the configured server name. For example, a server started on a machine with the DNS name site.domain.net would have the URL rmi://server.net/server1. Once the server is started, you use this URL in the iTQL shell to direct queries to the server.

Beware that the server will treat URLs as different if you try to refer to it by a different DNS name for the same machine. Because of the trouble this can cause, avoid abbreviations or aliases of the DNS name of a local server. For example, even if you are connecting to a server on the machine myserver.site.domain.net from another machine in the local domain site.domain.net, the URLs rmi://myserver/server1 and rmi://localhost/server1 are not equivalent to rmi://myserver.site.domain.net/server1 and should not be used.

See Also

Kowari Tutorial

System Requirements

iTQL

Basic iTQL Operations

Example iTQL Shell Session

Kowari Viewer

Kowari Sample Data

Loading Existing RDF Data

Converting Data in Relational Databases to RDF

Converting XML Data to RDF

Latest News

Kowari 1.1.0 Pre-release 1 Released

Kowari 1.0.5 Released

Kowari 1.0.4.1 Released

Kowari 1.0.4 Released

DAWG Evaluates iTQL

Kowari article in XML.com

Kowari mentioned on XML.com

Kowari 1.0.3 Released

Kowari Lite Introduced

Kowari 1.0.2 Released

Kowari 1.0.1 Released

View all news items


Open Source logo Tucana Technologies Logo SourceForge.net Logo

© 2001-2004 Tucana Technologies, Inc. Some rights reserved.