Skip to main content

All Questions

Tagged with
-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
2 answers
49 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
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
0 answers
64 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
0 answers
15 views

Spring Web App give me Whitelabel Error Page

I created a simple web app project whit Intellij but when i run it my call to localhost:8080/home is not working. my pom.xml <?xml version="1.0" encoding="UTF-8"?> <...
Daniele Levantesi's user avatar
0 votes
2 answers
63 views

Transactions executed in Spring using external Tomcat twice faster than Spring embeded Tomcat

A simple Spring application that uses standard Hikari connector and Eclipselink as JPA provider takes double time (aprox) if executed using embeded Tomcat. I also tried hibernate with similar result. @...
vrivon's user avatar
  • 75
1 vote
0 answers
92 views

Spring embedded Tomcat connection much slower than external Tomcat datasource

I am trying to configure connection from Spring to a MySQL database using Eclipselink JPA. I managed to run the application using the embedded Tomcat server with the next configuration file: @...
vrivon's user avatar
  • 75
0 votes
0 answers
73 views

Spring app is not available until download finishes

I have basic Spring app which takes a URL from the user and gets a specific download link from the website. It uses Jsoup and playwright in the background. The returned link is mp4 so it won't start ...
John Doe's user avatar
0 votes
1 answer
39 views

Import Beans from custom library to springbootAplication from a different project

I have been struggling trying to create a library with the use of the beans from it to a different project and call a method from it Stack is: Springboot 2.3.4 and Java 1.8 with Maven The projects ...
Dante's user avatar
  • 34
0 votes
0 answers
28 views

Issue with loading JRuby Gems on Tomcat 9

I am using JRuby within a Spring 5 non-Boot application. I use javax.script with JRuby as an implementation to script some parts of my application. Ruby scripts are located outside the compiled WAR ...
Axel's user avatar
  • 1
1 vote
1 answer
172 views

How to configure javax-to-jakarta transformation in spring boot 3 embedded tomcat?

Using Spring boot 3.0.10 application with third party libraries like opwnws, opensaml which use javax packages. These libraries haven't releases their jakarta versions so runtime transformation from ...
chirag nathwani's user avatar
0 votes
2 answers
119 views

Publishing a Spring Boot application on a production server and managing updates

I would like to ask about the experience of a production run of a Spring Boot web application, with embeded Tomcat, based on Maven or Gradle. So far I have been working with a vanilla Spring ...
Jakub Królikowski's user avatar
-1 votes
1 answer
55 views

Spring MVC with Tomcat renders only index.jsp

The problem is that when i run my app with Tomcat it shows only index.jsp in browser. But controllers don't work. Here's my web.xml file: <?xml version="1.0" encoding="UTF-8"?&...
prok05's user avatar
  • 37

15 30 50 per page
1
2 3 4 5
328