gradle-tomcat-plugin
gradle-tomcat-plugin copied to clipboard
Gradle plugin supporting deployment of your web application to an embedded Tomcat web container
Hi Benjamin, today I've tried to access You by Twitter, regarding this issue. I've created the public repository @github: https://github.com/staleks/gradleTomcatPlugin I've first tried with Jetty plugin for gradle, but I've...
I'm trying to put Spring's custom Tomcat classloader into my embedded Tomcat instance that I use for integration tests in my Gradle project because I plan on using load time...
I am becoming more convinced that the tomcat plugin should fork instead of running in a sub-classloader. There are some problems of state that the classloader solution does not appear...
Seems like there is no way to set the keystoreType in case we want to use "pkcs12" keystore. So we are forced to use only a JKS keystore. Same would...
Hi there, your Tomcat plugin is great! I could enhance my Gradle project to translate JSPs to Java source files within minutes. However, now I'm missing the next (natural?) step:...
Environment: JDK 1.7.0_25/Gradle 1.7/gradle-tomcat-plugin v0.9.9/Tomcat-7.0.42/Windows (both xp and 7) Problem: My servlet is defined with @WebServlet annotation. I'm getting 404 error when WEB-INF/web.xml is there, but it works fine if...
The type will be removed in Gradle 8.0. https://github.com/bmuschko/gradle-tomcat-plugin/blob/570f445c038cd0ccc8066ebdaa35935b0214d084/plugin/src/main/groovy/com/bmuschko/gradle/tomcat/TomcatBasePlugin.groovy#L25
Java version is 17, tomcatVersion = '7.0.59' > Task :tomcatRun FAILED FAILURE: Build failed with an exception. . . . Caused by: groovy.lang.MissingMethodException: No signature of method: static sun.security.tools.keytool.Main.main() is...
Kindly help with the below issue-: 25-Feb-2023 00:18:50.221 SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to start component [Connector[AJP/1.3-7009]] org.apache.catalina.LifecycleException: Protocol handler start failed at org.apache.catalina.connector.Connector.startInternal(Connector.java:1076) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.StandardService.startInternal(StandardService.java:447) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at...
Solves the issue (https://github.com/bmuschko/gradle-tomcat-plugin/issues/196) mentioning the ajp secret which is required by default since tomcat version 9.0.31.