Brendan Foote

Results 7 comments of Brendan Foote

I made the changes you have suggested here manually, but I can't verify they work because of the other error you linked here that I submitted.

I would be happy to try and contribute a PR, it's just that I'm still figuring this stuff out as I'm reading through the beta of the new edition of...

first try: copied servlet-api.jar from the Tomcat /lib directory into the app's WEB-INF/lib dir. Doesn't seem to make a difference

These changes do seem to address the arity problem, but they immediately lead me to the next set of issues: the paths to the scripts are absolute. I manually changed...

Fair enough, but how would I find all the places that need to be manually changed?

Good point! I set ':optimizations :advanced', but now I'm getting sidetracked by an error that appears to be because I'm on Windows: `java.nio.file.InvalidPathException: Illegal char at index 2: /C:/Users/myuser/src/myproject/target/cljsbuild/public/js/cljs/core.js` Any...

Looks like this works for me: I got the code on to a Linux machine, compiled with advanced optimizations, and it loads in Tomcat now. So thank you very much!...