corei5 / ontology-browser

Automatically exported from code.google.com/p/ontology-browser
1 stars 1 forks source link

load a local file #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. just i am giving the local file name which i can stored in my own system
2. copy and paste my local file then click load
3.

What is the expected output? What do you see instead?

Error rendering page

Please send the following address to the developers

http://localhost:8080/browser/ontologies/
Illegal character in opaque part at index 2: 
C:\Program+Files\Apache+Software+Foundation\Tomcat+5.5\caches\Ontology1375171691
807.owl
What version of the product are you using? On what operating system?

windows 7 
Please provide any additional information below.
i had install java 6,apache tomcat 5.5 ,protege 4.1 beta 

i want to reterive my local owl file to access in the ontology browser  .
what are the steps i am going to do.

Original issue reported on code.google.com by kmiru...@gmail.com on 31 Jul 2013 at 3:55

GoogleCodeExporter commented 8 years ago
I also need to load local owl file into ontology-browser, but I didn't use 
file:/// method. Here is what I did to make local file accessible to 
ontology-browser

Since you have tomcat installed on win7(just as I do), you should already have 
the following folder:

...\tomcat\webapps\

and I has created a folder under this folder:

...\tomcat\webapps\ontology

and then I put all my *.owl files under this ontology folder.

Then, I can load all my *.owl files from ontology-browser via 
"http://localhost:8080/ontology/blablabla.owl" (if you want to make owl import 
to work, you also need to change the to-be-imported owl file's OntologyIRI into 
"http://localhost:8080/ontology/to-be-imported.owl", in order to make 
ontology-browser load them as well.)

I hope this tip can help you. Ontolgy-Browser is currently the best presenting 
solution for my personal semantic knowledge-base, I really love it.

Original comment by wudi....@gmail.com on 15 Oct 2013 at 6:54