dbpedia / lookup

Outputs a list of ranked DBpedia resources for a search string.
Apache License 2.0
185 stars 39 forks source link

org.dbpedia.lookup.server.Server: do not open a site #16

Closed ktk closed 8 years ago

ktk commented 9 years ago

If the server is started via the run script it seems to try to open a URI with an example search query. While this might make sense during testing this is not really useful in production environment as we neither have an X11 server nor a web browser installed so it ends in an error message.

This should be removed from the default server configuration.

sandroacoelho commented 8 years ago

:+1: I've removed it in PR #22

ktk commented 8 years ago

Great tnx!