I can host scalatra static files (eg js) from /static if i register the default servlet for /static, How can I specify /static outside of the classpath, ie c:/path/static So that-way i can develop the web part separate from the embedded hosting.
Asked
Active
Viewed 376 times
1 Answers
0
set the 'resourceBase' on the DefaultServlet to the location you want to serve content from

jesse mcconnell
- 7,102
- 1
- 22
- 33