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

Questions tagged [tomcat]

Use this tag for questions about Apache Tomcat (or simply Tomcat, formerly also Jakarta Tomcat) which is an open source Servlet Container developed by the Apache Software Foundation (ASF). Most questions should also include a tag specifying the operating system.

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
12 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
29 views

Tomcat HTTPS Redirect when IIS also Running

I have 2 apache tomcat applications that I want to redirect to HTTPS, but I also have an IIS application running on the same server which I do not want to redirect. If I place a security constraint ...
benmess's user avatar
  • 21
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
-2 votes
0 answers
16 views

New relic for tomcat based application [closed]

I have one application and i want to integrate new relic java agent into that application ,i successfully injected new relic jfr into java based applications but for tomcat based application which ...
jitendra varshney's user avatar
0 votes
0 answers
7 views

Quickly view Tomcat and Apache port configurations

I have come up with the following brief Bash script in an effort to quickly view port configurations from Apache and Tomcat on a RHEL or CentOS Application Server I am familiar with, but would like to ...
Paul White's user avatar
0 votes
0 answers
12 views

Tomcat is shutting down if my Jenkins job takes too long

I run Jenkins as a webapps inside a Tomcat on a Ubuntu machine. In case one Jenkins build task takes longer than one hour the Tomcat is shutting down (without any user action). If I exclude some work ...
Gugelhupf's user avatar
  • 972
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 vote
0 answers
14 views

How to fix the issue: SolrCore can not parse a string

Please help me in this case about Solr service. My server is running window server 2012 for Dspace opensource application. It usually have issue and stop Tomcat service. I checked in the Solr logging ...
Tam Nguyen'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
1 answer
27 views

Tomcat virtual URL not working - AWS Ubuntu - java.net.BindException: Address already in use 8005

I'm very new to cloud hosting. Someone had setup an Ubuntu Linux server for me on AWS and I am trying to deploy my Servlet based application onto it, however, I'm having a problem with the use of ...
LostAndConfused's user avatar
0 votes
0 answers
30 views

catalina.out is very large and failed to rotate

catalina.out is very large and failed to rotate I have set my /etc/logrotate.d/tomcat like this: /opt/tomcat/logs/catalina*.* { copytruncate daily rotate 90 compress missingok size 10M } But catalina....
user15644696's user avatar
-1 votes
0 answers
18 views

Spring Boot Application Deployment on Tomcat Failing with BeanCreationException and NullPointerException ERROR

I'm trying to deploy a Spring Boot application packaged as a WAR file to Tomcat (version 8). The deployment process seems to start correctly, but the application fails to start, and the logs show the ...
Harshal Dharpure's user avatar
-2 votes
0 answers
23 views

Jasper report is not generated in the Tomcat local server, however it is successfully generated when we run in the Spring boot IDE

When we generated the report under the spring boot IDE then working fine, but when we deploy in the in tomcat server using war file then these error is coming net.sf.jasperreports.engine.JRException: ...
Harshit upraity's user avatar

15 30 50 per page
1
2 3 4 5
2878