Questions tagged [tomcat10]
141 questions
0
votes
1 answer
Apply SSL for tomcat 10 with the jdk 17.0.6
When I tried to apply SSL for tomcat 10 with the open jdk 17, the SSL is not getting applied whereas i did the same for tomcat 9 with open jdk 11, it works. I followed the same step.
Open command prompt from C:\Program Files\Java\jdk-11.0.17\bin\…
0
votes
2 answers
Is Azure AD Spring Boot authentication compatible with Tomcat 10?
I realize that the most likely explanation is that I must have made an error, but after extensive research it seems prudent to ask: Is Azure AD authentication for Spring Boot webapps still compatible with WAR deployment in Tomcat 10? Or perhaps…

Bruno Genovese
- 31
- 4
0
votes
1 answer
Unable to deploy SOAP web service to Tomcat 10
I am trying to deploy a very simple SOAP web service to Tomcat 10 (version 10.1.7), but despite many attempts I've had no luck so far.
I suspect there is something wrong with my deployment descriptor, sun-jaxws.xml, and I would like to hear if…

Claus Moltke-Leth
- 55
- 2
0
votes
1 answer
org.hibernate.jpa.boot.spi.IntegratorProvider are in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader
I am upgrading to spring boot 3.0 from 2.7 and tomcat 10 and I'm encountering the following error which has me stumped.
I know it usually means we have duplicate jars on the class path but I only have the one hibernate-core jar (version…

user2028936
- 123
- 1
- 10
0
votes
0 answers
Issue including jar locally in java maven project from eclipse: class not found even though it is there (NoClassDefFoundError)
We are attempting to upgrade a Java maven project to Tomcat 10 and Java 17. One major issue we have encountered with this is the javax to jakarta migration. Using the Apache migration tool, we were able to convert a war file of our project and…

Cameron Grande
- 163
- 1
- 10
0
votes
0 answers
Issue upgrading Java Maven project using Activiti to Tomcat 10/ Java 17 (EntityManagerFactory must implement 'javax.persistence.EntityManagerFactory')
While attempting to upgrade to Tomcat 10 and Java 17, I am running into issues involving the renaming of javax to jakarta. What hopefully is the last error we are encountering is
SEVERE: Exception sending context initialized event to listener…

Cameron Grande
- 163
- 1
- 10
0
votes
0 answers
Migrating to Tomcat10 from 8.5. Getting 404 not found for static files
Upgrading from Tomcat 8.5 to 10.1. I used server.xml from 10.1 install.
Just added a context for the root path /

Vlad Lavrovsky
- 1
- 1
0
votes
0 answers
Setting up different package logs using Log4j in Tomcat 10 and OpenJDK14
I am trying to set up my Tomcat 10 (OpenJDK 14.0.2) to create different log files (one for each of my webapps). I've tried multiple log4j.properties files and configurations and have been unable to get this running.
This is my current…

Happy Coder
- 1
- 1
0
votes
0 answers
how to change target folder of tomcat that war file gets picked from webapps-javaee folder instead of webapps in IntelliJ
I am working on a requirement where tomcat is getting upgraded. Now, I want that tomcat war file gets picked from webapps-javaee folder instead of webapps. I want to do that setting in IntelliJ, I am new to IntelliJ.
In eclipse we can do that…

Shruti
- 57
- 1
- 2
- 8
0
votes
0 answers
cant able to access angular index.html from the war file while accessing using war name in spring boot and tomcat
I am trying to package angular app and spring boot app in a single war file and deploy in tomcat.
I am able to generate war file successfully and all the generated angular files are present at the root of war file.
when i try to deploy the war file…

suhail ahmed
- 11
- 3
0
votes
1 answer
Configuring JavaMelody on Apache Tomcat 10.x
I am trying to configure JavaMelody (jrobin-1.5.9.jar & javamelody-core-1.91.0.jar) on Apache Tomcat 10.0.21 instead of in the Java application. Similar configuration is working till Apache Tomcat 9.x
Below is the JavaMelody configuration from…

Mahesh
- 1
- 1
0
votes
1 answer
War name is appending twice while accessing the application using war name in tomcat 10
I had a spring 6 application which is being migarted to spring boot 3.
i have replaced all the xml based configuration using spring boot annotations.
then i am trying to deploy spring boot application as a war file on tomcat 10.
I am copying the war…

suhail ahmed
- 11
- 3
0
votes
0 answers
Failing to deploy Vaadin application on Tomcat 10
I have developed my Vaadin application (v.23) and trying to deploy it to Tomcat 10.1.5 on Ubuntu box. I created a production build according to the Vaadin documentation and got a WAR file.
I did place it to the webapps directory of the tomcat and…

Gary Greenberg
- 468
- 1
- 9
- 22
0
votes
1 answer
how to set maxHttpHeaderSize in spring-boot 3.x
As stated in the Spring Boot 3 Migration Guide the server.max-http-header-size property has been deprecated. You can use the server.max-http-request-header-size property to set the max http request header size only.
I get the following…

pero_hero
- 2,881
- 3
- 10
- 24
0
votes
0 answers
Spring Mvc: MyWebApplicationInitializer.onStartUp is never called. Intellij + Tomcat 10
I am mostly a Node.js developer and having a tough time figuring this out.
Index.jsp works and delivers the html content http://localhost:8080/SpringNoBootMvcDemo
However, http://localhost:8080/SpringNoBootMvcDemo/hello says
HTTP Status 404 – Not…

Mathews Mathai
- 1,707
- 13
- 31