gradle-tomcat-plugin icon indicating copy to clipboard operation
gradle-tomcat-plugin copied to clipboard

Gradle plugin supporting deployment of your web application to an embedded Tomcat web container

Results 40 gradle-tomcat-plugin issues
Sort by recently updated
recently updated
newest added

We run integration tests on CI and using fixed ports is not an option because other services/tests may hold them. Allocating a port up-front is not an option either, it...

Feature

I have logs in terminal during executing tomcatStop. How can I hide it? ` The web application [/] appears to have started a thread named [com.google.inject.internal.util.$Finalizer] but has failed to...

Feature

Hi, I have set up gradle tomcat plugin to my project, I followed this tutorial to made it works but for some reason after modifying a java class and running...

Bug

When using tomcatRun I get the following exception (anonimized): ``` Error starting static Resources java.lang.IllegalArgumentException: Document base C:\Users\me\workspace\\.\ does not exist or is not a readable directory ``` Is there...

Same issue than #46 but I'm using gradle 2.4, the latest version of the plugin (2.2.2) and dependsOn and finalizedBy to start and stop tomcat. You can reproduce the issue...

Trying to get users running on a simple Tomcat 6.0.43 application. I made a really basic application to try and test the user stuff build.gradle: ``` gradle plugins { id...

If I deploy the generated war file to Tomcat directly, the code can work. But with the Tomcat plugin, it returns null. Why?

I'm trying to port a webapp with a heavily customized ant build to gradle, and among other things it requires 1. that certain resource files be copied/moved to the WEB-INF...

Feature

I'm running into a similar issue as found at the bottom of: https://github.com/bmuschko/gradle-tomcat-plugin/issues/80 When I run tomcatRun, it successfully kicks off the server, but when I go to the server's...

Our web.xml protects all resources (/*) with transport-guarantee CONFIDENTIAL, and turning on SSL in the plugin works as expected. However, the redirectPort attribute seems to be set to 80, regardless...

Feature