Skip to main content

All Questions

Tagged with
-1 votes
0 answers
13 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
1 answer
19 views

How to disable default documentation of tomcat which comes after hitting application url

When ever I am trying to access my appurl like below give me tomcat related details, I want to disable this webpages and it should give me 404 Not Found message. google.com/docs/ google.com/examples/ ...
Arpan's user avatar
  • 1
0 votes
0 answers
13 views

How to enable the Undeployed button in Tomcat console when it is disabled

How to enable the Undeployed button in Tomcat console when it is disabled. When I deploy a .war file that cannot be undeployed from the tomcat manager. Tomcat version is 8.5.16 and JVM version is 1.8. ...
GaneshaS's user avatar
0 votes
0 answers
49 views

User's session gets assigned to another user

I have 1 spring mvc web application where some users are randomly getting assigned another user's session & are able to view profile and make orders on that account. Upon not receiving the ...
being_ethereal's user avatar
0 votes
1 answer
34 views

Tomcat v8.5 not shown inside eclipse

Hello I'm trying to create an apache tomcat v8.5 inside eclipse but when I choose create new server the latest tomcat version is 8.0. I tried to install all the possible plugins for it to work but ...
Ionut Trif's user avatar
0 votes
1 answer
43 views

Restrict Tomcat web.xml and other resources under WEB-INF from user access

I have a multi Tomcat setup on my (client's) machine. It is a Spring Hibernate setup. It was handed over to my client by some other vendor who was managing it till date. There is some setting within ...
Jay Pagnis's user avatar
  • 1,010
1 vote
0 answers
25 views

Cannot Open to Tomcat Manager Screen

When I try to access the Tomcat Manager page through the browser, it keeps loading but won't open. SERVERIP:8080/manager/html The tomcat service on the server is up. Tomcat version Tomcat 8 If you ...
Mustafa's user avatar
  • 39
0 votes
1 answer
293 views

Risk of high value in maxParameterCount

I have this error on Tomcat 9 INFO: More than the maximum number of request parameters (GET plus POST) for a single request ([10,000]) were detected. Any parameters beyond this limit have been ignored....
Josue Castañeda's user avatar
0 votes
0 answers
22 views

IntelliJ IDEA - Local Tomcat startup error - NameNotFoundException

I'm trying to run tomcat 8.5.20 locally. It works on my colleagues PCs, but won't work on mine and we can't figure out why. I can't find any solution for my error. Anything I try results in the ...
J-Eibe's user avatar
  • 182
0 votes
1 answer
155 views

Setting up SSL certificate: APR tomcat-native Library installed, but APR Connector does not initialize

I'm trying to setup HTTPS with the certificate, certificateKey and certificateChain files that I got from my CA. I've been trying to install them on an Apache 8.5 server, and, as per Apache's docs, I ...
Everton Colombo's user avatar
0 votes
0 answers
41 views

Tomcat Basic Authentication for 1 Webapp only

I have Apache Tomcat8 running on a windows server and have multiple webapps deployed inside it. I am trying to add basic auth to just 1 webapp, so users can continue to use the other apps without ...
Joshua Pearson's user avatar
0 votes
0 answers
303 views

Unable to Execute Platform Threads in Spring Boot Application - Only NIO Threads Working

I'm working on a Spring Boot web application and facing an issue with thread management. My goal is to execute platform threads for certain operations, but it seems like my application is only capable ...
F. Anicetti's user avatar
0 votes
0 answers
217 views

How to Enable TLS_FALLBACK_SCSV support in Tomcat 8.5.x.Help me to get it Done

I am using Tomcat 8.5.91. When scanning with SSL Labs, it indicates that TLS_FALLBACK_SCSV is not supported, which may leave the server vulnerable to SSL downgrade attacks. Although my SSL/TLS ...
test engine's user avatar
0 votes
0 answers
43 views

Change retention period of tomcat8 localhost_access_log files

My tomcat 8 logs folder (/tomcat/logs) is using up lots of disk space with localhost_access_log files. According to this post: Tomcat localhost_access_log files cleanup I can edit the /tomcat/conf/...
huihygf's user avatar
0 votes
1 answer
388 views

Tomcat & Docker - How to execute a shell script after running catalina.sh?

Background: I am trying to run a website powered by Tomcat and Docker. However, I need to replace a line in the database.properties file in order to connect to a MySQL container. What I have done : ...
marc's user avatar
  • 159

15 30 50 per page
1
2 3 4 5
56