On 31/10/12 21:30, Kim, Soonho (IFPRI) wrote:
Dear all;
I would like to ask some favor about Fuseki server installation.
I just tested an instance of Fuseki server --> http://50.63.174.75:3030/
I created a data directory as subdirectory "dataDir". I added
"ghi.tdb" file into the directory.
Then, I ran the server
see
http://mail-archives.apache.org/mod_mbox/jena-users/201210.mbox/%3CCAAmnGJPd0Vh48Ca9%3DA1eQ%2BWFBUahJXmcD%2By6ZoAUUPdmZ4OT7w%40mail.gmail.com%3E
which asked you about the setup.
===
[root@ip-50-63-174-75 jena-fuseki-0.2.5]# java -Xmx1200M -jar
fuseki-server.jar --loc=dataDir /ghi
14:15:24 INFO Server :: TDB dataset: directory=dataDir
14:15:24 INFO Server :: Dataset path = /ghi
14:15:24 INFO Server :: Fuseki 0.2.5 2012-10-20T17:03:29+0100
14:15:24 INFO Server :: Started 2012/10/25 14:15:24
GMT-07:00 on port 3030
====
Something was wrong since I didn't get the proper response from the server.
What was the browser action?
What did you get?
http://...:3030/ is a simple plain HTML page from the pages/ directory.
Did you copy the jar elsewhere or are you running in the unpacked
installation directory.
If you copy the jar, and you want the web pages, you need to
Or use --pages on the command line to name another directory.
Is there any log file to check what was wrong?
that is the fuseki log file (using log4j you can send it to a file)
If you find something is wrong, please let me know... It would be a great help
to a newbie like me.
Best,
Soonho