On 18/09/15 15:09, Bangalore Akhilesh wrote:
Hi Team,
We are planning to test the Fuseki adapter
<http://www.oracle.com/technetwork/database/options/spatialandgraph/downloads/index-156999.html>
to work with Oracle 11g. I believe this is an extended version of Fuseki1.
In order to do this properly, we want to host it on a web container like
Tomcat or WebLogic and so would like to know how we could create a .war
file.
I found some details here: https://issues.apache.org/jira/browse/JENA-201
but could not quite get it working.
By the way, we are starting Fuseki by supplying the config parameter on the
commandline.
Can you please assist me in creating and deploying a war file of Fuseki1.
Thanks,
Akhilesh
Hi Akhilesh,
It does look like a modified Fuseki1. fuseki-server.jar is not a file
from Apache Jena. It has grown 4.3 Mbytes. Pity they didn't pick
another name.
Fuseki2 is delivered as war file - some of that is doing initialization
that is compatible with webapp deployment. It may be easier to produce a
Fuseki2+Oracle/spatial war. If Oracle spatial can be loaded just with an
assembler and a war file packed with the extra material. If, however,
they have made some changes to Jena, then that won't work out.
The whole thing is licensed with a non-open source Oracle Technology
Network License. It is not clear to me that it permits repackaging.
("You may not ... cause or permit ..., disassembly or decompilation of
the Programs").
Other than that,you'll probably get more concrete answers by directing
your question to the Oracle support forum.
Andy