2
Posted on 5:06 AM by Softminer and filed under , ,

I followed the following procedure to install Sesame on Apache 6 and the problem was with the Apache which return blank Page.

here is the solution:

you just need to add following System variables:

variable name : JAVA_HOME
variable value: C:\Program Files\Java\jre6

variable name : CATALINA_HOME
variable value: C:\Program Files\Apache Software Foundation\Tomcat 6.0




Installing the Sesame Server

Sesame requires an implementation of Java Servlet 2.4 and JavaServer Pages 2.0 technologies running on Java 5. Apache Tomcat 6.0 with Java SE 6.0 is recommended.

You can download Java SE 6 at http://java.sun.com/javase/downloads/

You can download Apache Tomcat 6 at http://tomcat.apache.org/download-60.cgi

The Sesame Server is included in the openrdf-sesame sdk archive available at http://www.openrdf.org/

Once you have downloaded and installed Java and Tomcat you can install the Sesame Server in the Tomcat webapps directory. Copy the openrdf-sesame.war and openrdf-workbench.war files in the Tomcat webapps directory and restart Tomcat.

If everything installed correctly opening your browser to http://localhost:8080/openrdf-workbench should present you with a "List of Repositories".

2
Responses to ... Problem of Apache Tomcat 6 with Sesame which return Blank Page
Unknown said... May 12, 2013 at 9:53 PM

I want to ask, how to instal sesame if use xammp 1.7.4?

Unknown said... May 12, 2013 at 9:54 PM

i want to ask, how to instalk sesame if use xampp?

thank