Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Ffuseki2%2Ffuseki-quick-start.mdtext
Skyper Index: trunk/content/documentation/fuseki2/fuseki-quick-start.mdtext =================================================================== --- trunk/content/documentation/fuseki2/fuseki-quick-start.mdtext (revision 1655891) +++ trunk/content/documentation/fuseki2/fuseki-quick-start.mdtext (working copy) @@ -9,8 +9,8 @@ ## Running with Apache Tomcat and loading a file. 1. Unpack the distribution. -2. Copy the WAR file into the Aapche tomcat webass dietory, under the name 'fuseki' -3. In a browser, go to `[http://localhost:8080/fuseki/](http://localhost:8080/fuseki)` (detail ssuch as port number depend on the Tomcat setup). +2. Copy the WAR file into the Aapche tomcat webapp directory, under the name 'fuseki' +3. In a browser, go to [http://localhost:8080/fuseki/][1] (details such as port number depend on the Tomcat setup). 4. Press "", choose "in-memory". 5. Go to "add data" and load the file (single graph). @@ -23,9 +23,13 @@ 1. Unpack the distribution. 2. Run `fuseki-server --loc=DATABASE /name` -3/ In a browser, go to `http://localhost:3030//query.html` +3. In a browser, go to [http://localhost:3030//query.html][2] More details on running Fuseki can be found [nearby](fuseki-run.html), including running as an operating system service and in a web app or servlet container such as [Apache Tomcat](http://tomcat.apache.org/) or -[Jetty](http://eclipse.org/jetty) \ No newline at end of file +[Jetty](http://eclipse.org/jetty) + + + [1]: http://localhost:8080/fuseki/ + [2]: http://localhost:3030//query.html \ No newline at end of file
