dataspread/dataspread-web

URL paths not pointing to files, 404 error

n-io opened this issue · 4 comments

n-io commented

Hello,

Release 0.5 produces the following errors:

image

For some reason, DataSpread is missing from the URL, e.g., it needs to point to localhost:8080/DataSpread/manifest.json to correctly find the manifest.json file. Editing the index.html appears to fix this, although the error will occur in various other places as well.

The error did not occur with an older version of DataSpread I had previously running (which is why I am not initially suspecting a problem with my setup). Also, the error occurs both for the pre-built .war file and for code built from trunk.

Please could you take a look and advise whether this needs a fix or whether a work-around exists?

Many thanks in advance!

Thanks for letting us know. We'll look into it asap!
Would you mind telling us what you're using DataSpread for?

In the new release, the correct URL for accessing DataSpread should be: http://localhost:8080/

We have updated the setup instruction to reflect the new change.

^resolved.

Hi unfortunately this is still an issue with both WAR and source code.. Tomcat is design to have many application running in the instance so the URL is always http://localhost:8080/AppName i.e. http://localhost:8080/DataSpread