Skip to content

Virtual Sensor RDF Schema Editor Use

nkef edited this page Oct 3, 2013 · 15 revisions

System requirements

All you need to run this project is Java 7.0 (Java SDK 1.7), JBoss AS 7.1.X and the LD4Sensor Server

Prerequisite

LD4Sensors Server. The LD4Sensor server is the linked data for sensor server that converts the inputs from the user into equivallent RDF specifications. Please refer to LD4Sensor documentation on how to run the LD4Sensor server.

Deployment/Undeployment

JBoss AS 7.1.X

Deploy: To deploy the RDF Schema Editor on JBoss AS 7.X, copy the sensorschema.war to the server's standalone/deployments directory. Undeploy: To undeploy the application, you need to remove the .deployed marker file that is generated upon successful deployment of the RDF Schema Editor module.

You can find more detailed directions on deploying application on JBoss AS7 here.

Running the software

Please open the following link in your favourite web browser. http://localhost:8080/sensorschema/index.html

Once the required information is keyed in (default values are pre-filled), click the submit button to obtain the sensor schema in the requested format.

Clone this wiki locally