(Quick Reference)

5 Troubleshooting - Reference Documentation

Authors: Sandro Martini

Version: 1.0.6

5 Troubleshooting

Tricks

  • jar files not forwarded to clients, or not found
    • look at web.xml of your webapp (before you need to install grails templates), if the JarDownloadServlet has been enabled and if it works in your configuration

Workarounds

  • run-app doesn't generate the right folder/structure for published plugin resources
    • use run-war instead