2010-01-29 22:13:57 +00:00
|
|
|
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
|
|
|
|
2010-12-22 17:33:20 +00:00
|
|
|
<h2><a class="ingestMenu" href="ingest">Ingest Menu</a> > Connect to Jena Database</h2>
|
2010-01-29 22:13:57 +00:00
|
|
|
|
|
|
|
<form action="ingest" method="post">
|
|
|
|
<input type="hidden" name="action" value="connectDB"/>
|
|
|
|
|
|
|
|
|
|
|
|
<input type="text" style="width:80%;" name="jdbcUrl" value="jdbc:mysql://localhost/"/>
|
|
|
|
<p>JDBC URL</p>
|
|
|
|
|
|
|
|
<input type="text" name="username"/>
|
|
|
|
<p>username</p>
|
|
|
|
|
|
|
|
<input type="password" name="password"/>
|
|
|
|
<p>password</p>
|
|
|
|
|
|
|
|
|
|
|
|
<input id="tripleStoreRDB" name="tripleStore" type="radio" checked="checked" value="RDB"/>
|
|
|
|
<label for="tripleStoreRDB">Jena RDB</label>
|
|
|
|
<input id="tripleStoreSDB" name="tripleStore" type="radio" value="SDB"/>
|
|
|
|
<label for="tripleStoreRDB">Jena SDB (hash layout)</label>
|
|
|
|
|
|
|
|
|
|
|
|
<select name="dbType">
|
|
|
|
<option value="MySQL">MySQL</option>
|
|
|
|
</select>
|
|
|
|
<p>database type</p>
|
|
|
|
|
2010-12-10 22:08:36 +00:00
|
|
|
<input id="submit" type="submit" value="Connect Database" />
|