Questions tagged [grails-tomcat-plugin]

The Apache Tomcat plugin for Grails.

The Apache Tomcat plugin for Grails. This plugin enables Apache Tomcat web server as the default web container during development.

The product home page: http://grails.org/plugin/tomcat

4 questions
4
votes
5 answers

New Grails 2.3 App gets created with ForkedTomcatServer.groovy errors

When I create a new "Grails Project" in GGTS-3.3.0 with Grails 2.3, I get several errors in ForkedTomcatServer.groovy. These are the errors I get: Groovy:[Static type checking] - No such property: version for class: …
Buns of Aluminum
  • 2,439
  • 3
  • 26
  • 44
1
vote
1 answer

Grails 2.4.0 unable to resolve Artifactory descriptor to public repositories since June 4 2021

I have a grails 2.4.0 application that uses the tomcat-7.0.70, hibernate4:4.3.5.5 and other plugins. I had these URLs mentioned in my BuildConfig.groovy: mavenRepo "https://mvnrepository.com" mavenRepo "https://repo1.maven.org/maven2" But I keep…
1
vote
0 answers

cannot send large post request in grails2.10

How to set "maxPostSize" in Tomcat plugin in Grails 2.10? If I send large request data, the request parameters received in server is incomplete. If I send small request data, request parameters received are complete.
CodeAssasin
  • 97
  • 10
0
votes
1 answer

Grails app not working in tomcat

I have VPS and WHM installed on it, I deployed war from tomcat manager and copied everything from /var/lib/easy-tomcat7/webapps/myDomain to /home/myDomain/public_html/ Later I changed cp_jkmount.conf and added following contents
nIx..
  • 370
  • 1
  • 3
  • 15