Cope with the fact that servlet-context is no longer working...

At least as I think it did.
Also moved some assets to fixed URLs so that they can be served by Apache, reducing load on Tomcat.
This commit is contained in:
Simon Brooke 2022-02-14 10:33:06 +00:00
parent 644dfcb517
commit 1d97622a48
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
5 changed files with 39 additions and 23 deletions

14
workspace.code-workspace Normal file
View file

@ -0,0 +1,14 @@
{
"folders": [
{
"path": "."
},
{
"path": "../adl-support"
},
{
"path": "../Selmer"
}
],
"settings": {}
}