Questions tagged [tomcat10]
141 questions
2
votes
1 answer
Error in tag in JSTL while using Eclipse
I am learning JSTL and I have downloaded JSTL 2.0.0 from here because jstl 1.2.2 was using javax and I am using jakarta.
display.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib…

ajinzrathod
- 925
- 10
- 28
2
votes
1 answer
Are there any known compatibility issues with running Vaadin 7/8 web app on the released Tomcat 10?
I would like to know if there is currently any compatibility problem between version 7/8 of VAADIN and tomcat 10

Andres Benavides
- 81
- 1
- 11
2
votes
1 answer
Cannot Access Spring Boot App After Deploying to Tomcat 10
I've been trying to convert an existing Springboot App to make it deployable to Tomcat 10. It deploys fine to Tocat but when I try to access here like this http://localhost:8585/kantha/kantha/api/v1/items I get 404 not found error.
If I run it as a…

Mik
- 21
- 1
1
vote
0 answers
Does apache ignite-web 2.15.0 works in Tomcat 10.1?
The apache ignite-web.jar: 2.15.0 still depends on javax.servlet which does not work in Tomcat 10.1 as it bundles the jakarta.servlet namespace.
Can you please let me how to make run apache ignite in Tomcat 10.1 web contianer ?
No clue till now on…

Lakshmikantha Reddy
- 21
- 2
1
vote
0 answers
Tomcat 10 service won't start on windows
So I've downloaded and installed Tomcat10 service with:
PS C:\apache-tomcat-10.1.7\bin> .\service.bat install
and I can see it in my Services Windows page:
I've added two env vars:
PS C:\apache-tomcat-10.1.7\bin>…

IDK
- 359
- 1
- 16
1
vote
1 answer
java.lang.NoClassDefFoundError: javax/servlet/Filter : How to use sitemesh 2.4 with spring 6
Recently, I have upgraded my application library to use spring 6, tomcat 10.
But some of the library still using the old ones like sitemesh.
When running application, i got error the java.lang.NoClassDefFoundError: javax/servlet/Filter.
Since tomcat…

Tomatopedas
- 25
- 4
1
vote
1 answer
How to identify which version spring framework to use when upgrading java 1.7 webapp to openjdk 19?
Few years back, I develop a web application using Java 1.7, SpringFramework 4.1.1.RELEASE and Hibernate 3.6.10.Final. This webapp is running on Tomcat 7.0.4 at the time.
Now, I planning to upgrade and compile everything using OpenJDK 19, and Tomcat…

Tomatopedas
- 25
- 4
1
vote
1 answer
java.lang.NoSuchMethodError: 'boolean org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel.hasProperty
I am trying to build api using jersey ``jax-rs , maven and i run it on tomcat-v10
Those are my files:
Ressource.java
package com.api;
import jakarta.ws.rs.GET;
import jakarta.ws.rs.Path;
import jakarta.ws.rs.Produces;
import…

Muhammadoufi
- 75
- 1
- 6
1
vote
1 answer
Tomcat 10 on Windows 11 problem deploying with netbeans 16: java.lang.NoSuchMethodError
I am trying to run a web app made with Netbeans 16 using Apache-Tomcat 10.0.27 on Windows 11.
It worked fine on Windows 10 with the same tomcat.
Everything goes fine when starting the server (it takes just 625ms!) but after that, when I try to debug…

carles
- 174
- 1
- 10
1
vote
1 answer
The Apache Tomcat installation at this directory is version 10.1.1. A Tomcat 10.0 installation is expected
I am trying to add Tomcat 10.1.1 in Eclipse Version: 2022-09 (4.25.0).
Is there a newer version of Eclipse which have latest Tomcat?

Dark Knight
- 13
- 4
1
vote
1 answer
MySQL 8.0 (InnoDB) update statement locking more rows than expected, causing deadlocks when called from Tomcat JDBC connection pool
I have a simple table with a one-column VARCHAR(32) primary key, with about 8000 rows. It has no other indexes except the primary key. I'm updating individual rows in this table quite rapidly, about 50-60 times per second, via a Tomcat 10 servlet…

John Daley
- 121
- 1
- 5
1
vote
0 answers
JSTL URI Exception on Tomcat 10
I am working through an exercise to use the JSTL library in displaying an ArrayList, and up until this part I was having no issues. After the Maven project conversion and the addition of the JSTL dependency in the pom.xml, I am getting the common…

A2S2nbgmr
- 11
- 3
1
vote
0 answers
Remote deploying to Tomcat 10 using Cargo maven3 plugin: no container defined
I would like to deploy an artifact to a remote instance of Tomcat 10. For this purpose I have been trying the Codehouse Cargo Maven 3 plugin, but I am getting an error: No container defined.
The plugin configuration:
…

comodoro
- 1,489
- 1
- 19
- 30
1
vote
0 answers
PrimeFaces and Jakarta EE 9.1 compatibility
What is the earliest version of PrimeFaces that works with Jakarta EE 9.1

user1766437
- 11
- 3
1
vote
0 answers
request.getParameter returns null for form data sent using jquery ajax in tomcat10 servlet
I have simple jsp servlet project. it has one jsp page having an jquery ajax request code. There is a servlet which gets called in the above ajax request. The project have only a jsp page and a servlet.
Following is JSP Page Code
…

Param-Ganak
- 5,787
- 17
- 50
- 62