Skip to main content

All Questions

Tagged with
0 votes
0 answers
31 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
0 answers
24 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
25 views

Why My Spring Boot Application is not available in tomcat server

<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:...
Shoili Rozario's user avatar
4 votes
2 answers
26 views

Customizing the error page based on the status instead of Tomcat default page with springboot

Not able to redirect the error in the custom page. Configuration: server: error: whitelabel: enabled: false path: /error spring: web: resources: add-mappings: false @...
Rupesh Sunuwar's user avatar
0 votes
2 answers
43 views

Can you please help me on Apache Ignite 2.16.0 REST API on Spring Boot 2.7.18 application? Can you please jetty version as well?

I am trying to upgrade apache ignite Rest api on spring boot applicate, Apache ignite version 2.16.0 Spring boot version 2.7.18 Java 17 <?xml version="1.0" encoding="UTF-8"?> ...
Ganesh Thondepu's user avatar
0 votes
1 answer
18 views

Springboot Cors configuration works for Get requests but not to Post requests

I am in the following situation, I configured cors. I hosted my app using tomcat10 and the frontend is React. With the development server of Springboot, locally everythin works fine. But when hosted ...
Diego Alves's user avatar
  • 2,607
0 votes
2 answers
48 views

How to expose endpoints of a spring application which is deployed on production servers?

While working with springboot in local environment, creating a REST application feels so effortless due to its embedded (and abstract) tomcat server. We can do so by creating a Restcontroller and ...
Moneet's user avatar
  • 11
0 votes
0 answers
36 views

Outsourcing .properties file based on context path in Spring Boot application deployed on Tomcat

I want to deploy multiple Spring Boot applications in one Tomcat server, each with different context paths, and I want to outsource the properties of each application. Specifically, I want the ...
Otabek Toshkanov's user avatar
-2 votes
2 answers
178 views

class path resource [jakarta/servlet/Filter.class] cannot be opened because it does not exist

I am getting below error when running my spring boot application. Spring boot version is 3.3.1 and JDK version 21. Error: org.springframework.beans.factory.BeanDefinitionStoreException: I/O failure ...
Ishani Samaraweera's user avatar
-2 votes
1 answer
37 views

Why my tomcat do not open when i run spring boot project?

When i run my first spring boot project. Tomcat does not run This is my pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0....
Lý Duy Bách's user avatar
0 votes
2 answers
73 views

Unable to start spring boot war file from tomcat container

I am using the official tomcat latest docker image. I have created a docker file to use this tomcat image and deploy the war files directly to tomcat webapps. When I run this docker image to start the ...
Abhilash's user avatar
  • 895
0 votes
0 answers
59 views

spring boot app not starting with tomcat after upgraded to version 3

I am upgrading my application to spring boot 3 with java17 ,I updated all required configuration as per the change in spring 3 lib in application.yaml but getting a strange issue when trying to deploy....
Tanmoy Banerjee's user avatar
0 votes
0 answers
23 views

Using Twn4 NFC Reader in a spring boot application

I have an employee time tracking application and I want to integrate this twn4 multiTech 2 to mark the presence by an nfc tag for employees, I developed my application with spring boot and MySQL for ...
Abdessamad Jaouad's user avatar
0 votes
1 answer
53 views

Spring WebClient Request Delay due to Inactive Connection

I'm using Spring WebClient in my Spring Boot application to call external APIs. Application is running on JBoss EAP 7.3.x, Java 8, Springboot 2.7.1 is used. I've configured connection pooling to ...
0xFF057DC's user avatar
0 votes
0 answers
76 views

Custom Response headers are not receiving in to client side

I have two servers, httpd server has launching in UI application and another server has in Spring boot application. In spring boot rest end point sending the custom response headers to UI, but that is ...
Rijo's user avatar
  • 3,023

15 30 50 per page
1
2 3 4 5
176