grails - Making .war smaller -


there several tutorials , posts here shrinking .war files. however, common technique (to include grails.war.resources = {} in config.groovy) not seem work me. no matter what, grails dumps war file making 25meg .war. has functionality changed? grails 1.3.4

im on 1.2.0

grails war --nojars 

creates war no jars.

you have make sure jars installed on wherever deploying,

$tomcat/shared/lib

for tomcat.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -