Skip to content

LESS resources not processed with Apache Tomcat Virtual Host #38

@mathpere

Description

@mathpere

Hi,

The plugin works fine in local i.e.:

grails run-app

The plugin works fine in production with Tomcat 7 and localhost (default configuration)

 <Host name="localhost"  appBase="webapps" unpackWARs="true" autoDeploy="true">
...
</Host>

The plugin does not work at all with virtual host:

<Host appBase="www/appBase" name="www.mydomain.com" unpackWARs="true" autoDeploy="true" />

All other resources are processed (js, plain css, etc.).

The code generated in html is:

<link href="/less/app.less" type="text/css" media="screen, projection" rel="stylesheet/less" />

And I have no logs about less compiler which could have help me.

Would you have an explanation? Or any workaround I can do?

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions