Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assets not loaded when deploying on tomcat #9151

Closed
alainperry opened this issue Jul 30, 2015 · 10 comments
Closed

Assets not loaded when deploying on tomcat #9151

alainperry opened this issue Jul 30, 2015 · 10 comments

Comments

@alainperry
Copy link

I've been struggling with an asset problem when deploying on tomcat for a few 3.0.x versions now, and I think this is a bug.

$ grails create-app assetstests
# [modify build.gradle to change tomcat dependency to "provided"]
$ grails package # (or grails war, result is the same)
$ java -jar assetstests.war # <- this is working fine

but when I deploy to tomcat, the grails logo is loaded correctly, but the section doesn't contain the tags for application.css or application.js.

@graemerocher
Copy link
Member

@alainperry Have you tried 3.0.4? A similar issue was addressed, see #9100

@alainperry
Copy link
Author

Yes, I tried with 3.0.3 and 3.0.4 (with a new, clean project and forcing asset-pipeline plugin to version 3.0.5). I had seen #9100 and hoped it was the same problem.

@jasonschwab
Copy link

Related? #9102

I changed my asset pipeline dependency to 3.0.1 and it works deploying as a war.

@graemerocher
Copy link
Member

@jasonschwab @alainperry Yes it is the same, right now only asset pipeline 3.0.1 is issue very it seems. @davydotcom is working on it thankfully

@alainperry
Copy link
Author

I confirm 3.0.1 is not affected.

@davydotcom
Copy link
Contributor

Figured out the cause 3.0.6 will be out shortly its in the CI server now

@osscontributor
Copy link
Member

@davydotcom Do you know if this issue is fixed in 3.0.6?

@davydotcom
Copy link
Contributor

Yes Graeme and I confirmed it

Sent from my iPhone

On Aug 3, 2015, at 5:27 PM, Jeff Scott Brown notifications@github.com wrote:

@davydotcom Do you know if this issue is fixed in 3.0.6?


Reply to this email directly or view it on GitHub.

@graemerocher
Copy link
Member

Fixed by 5c67cd2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants