Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
0 answers
9 views

Jersey ServletContainer still trying to use javax

I am trying to update an application to run on Tomcat 10.1.26 supporting Jakarta EE 10 with jakarta.* package naming. When deploying in Tomcat I get this error over javax.* package naming. org.apache....
Mark Smith's user avatar
0 votes
1 answer
13 views

Not provider of jakarta.mail.util.StreamProvider was found (not Spring Boot!)

I'm trying to migrate a JavaX.mail class to use Jakarta mail, as it's required to move from Tomcat 9 to 10. I'm receiving a message java.lang.IllegalStateException: Not provider of jakarta.mail.util....
user3260912's user avatar
0 votes
0 answers
14 views

Ambiguity Issue in Bean Configuration with SAML2, Java 6, JSF, and Tomcat 7

When deploying an application that uses SAML2 for authentication on Tomcat 7, I encountered an issue related to the creation of beans in the Spring Security configuration. The problem manifests as an ...
CBL's user avatar
  • 1
0 votes
0 answers
20 views

index.html not found spring MVC Rest Angular Deploy in War to Tomcat

Links i've tried: Integration of Angular 5 with Spring MVC 404 Page while running Spring and angular in same port No mapping for GET / in SpringMVC https://www.programming-free.com/2014/01/spring-mvc-...
user3299549's user avatar
1 vote
1 answer
28 views

See number of users connected to a Spring Boot and Tomcat application

Is it possible to get the number of users connected to an application with an off-board Tomcat? I tried to use netstat -ano to see the process. Also I tried ps -ef | grep java but it gave me info that ...
Christopher LUKOMBO's user avatar
-1 votes
0 answers
25 views

How to invoke spring-cloud-function-adapter-aws locally

So I use: <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-function-adapter-aws</artifactId> <version>4.1.2</version> &...
Pwnstar's user avatar
  • 2,210
0 votes
0 answers
38 views

Issues with Routing on Tomcat with Spring Boot and React Application

I'm facing an issue with routing on Tomcat. I'm receiving a ready-made .war file which contains the built files from a React app located in the resources/static folder. After rebuilding with Maven, I ...
TOMczeski's user avatar
-2 votes
1 answer
30 views

Issue in spring-boot war startup in external tomcat due to unwanted spring jar

I am trying to run an spring-boot web application war file in external tomcat where many other applications (Spring and not spring-boot) are already running. There are some dependencies at some shared ...
DpkTheJavaCoder's user avatar
0 votes
1 answer
68 views

Hot Reload/Hot Deployment in Tomcat using VS Code

I'm trying to enable hot reload for tomcat using vs code. Since "tomcat for java" extension has been deprecated which makes me use "community server connectors" extension in vs ...
ha33an's user avatar
  • 1
-1 votes
2 answers
30 views

Tom Cat 10 / Java: The requested resource [/] is not available

Trying to run first project.Installed IntelijIDEA / Tom Cat 10 (tar.gz / zip). While running got this message "The requested resource [/] is not available". MacOS. Can someone help to solve ...
Almas Iskak's user avatar
0 votes
0 answers
23 views

Why does a java servlet retain bad form entries? [duplicate]

We have a special search page in a java web app running on a Tomcat 9 server. The page uses a form with a few <input> tags of type "text". During some testing I was doing, I found a ...
Izek H's user avatar
  • 61
0 votes
0 answers
31 views

I can't close the connection when my websocket connection is cut

I facing this issue from Tomcat and also I got this error: [https-jsse-nio-443-exec-19] org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer.doClose Failed to close the ServletOutputStream ...
Shobanapriya.R's user avatar
-1 votes
0 answers
39 views

Using custom shutdown command string in Tomcat without modifying server.xml file

I have a kubernetes tomcat deployment and with property readOnlyRootFilesystem: true which prohibits me from modifying server.xml file. But I need to use a random shutdown port every time the tomcat ...
Shubhankar Kumar's user avatar
0 votes
0 answers
51 views

Why does linux deny permission to establish a Java Jsch session when the war file is deployed in a Tomcat server?

I have been trying to establish a Jsch session in a Java Spring Controller, so I can execute a shell script. The session is established and commands are run during local testing and manually testing ...
Sarath M's user avatar
-1 votes
0 answers
38 views

Tomcat: Too many files open. FIFO pipes

I have this problem for a while now with one of my tomcat server running an java application. When I start the tomcat it slowly starts opening this kind of pipes java 10329 tomcat 427u a_inode ...
Stoian Dardzhikov's user avatar

15 30 50 per page
1
2 3 4 5
1581