AtomGraph / Web-Client

Generic Linked Data browser and UX component framework. Apache license.
https://hub.docker.com/r/atomgraph/web-client/
Apache License 2.0
121 stars 13 forks source link

Tomcat deployment for release 1.1.2 #59

Closed Bric-e closed 5 years ago

Bric-e commented 9 years ago

Hello,

Once i have generated the .war file to deploy client-1.1.2 I have been encountered 2 issues on Tomcat :

That is not a really big issue, but it could help newbie people if documentation would be updated.

BR,

Brice

namedgraph commented 9 years ago

These are good points. I think Tomcat 7 is preferred as I know it has a (new?) default servlet which serves static content. It is configured in web.xml. Could that be the issue with CSS?

Here are my Tomcat options: -XX:PermSize=256m -XX:MaxPermSize=256m -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true

namedgraph commented 5 years ago

We have released a Docker image: https://hub.docker.com/r/atomgraph/web-client See if it that solves the issue.