nichtich commented on issue #1795: URL: https://github.com/apache/jena/issues/1795#issuecomment-1466058485
The Fuseki UI is just a client to both SPARQL (Query, Update & Graph Store Protocol) and [Fuseki HTTP Administration Protocol](https://jena.apache.org/documentation/fuseki2/fuseki-server-protocol.html). If Fuseki runs on default port 3030, the Fuseki UI can be served in form of static files via any web server. Putting contents of `webapp` into a directory where [Spring can directly serve it](https://www.baeldung.com/spring-mvc-static-resources) should be possible. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
