1,169 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
40
views
ORDS 25.2.1 behind Nginx/Tomcat – cookies appearing in page body
Environment:
- ORDS 25.2 deployed on Tomcat 9.0
- Java 17
- Database and APEX on separate servers (PaaS)
- Reverse proxy: Nginx
Problem:
After upgrading to ORDS 25.2.1, the APEX layout breaks. Some ...
2
votes
2
answers
95
views
Can't access Tomcat Manager with tomcat/tomcat credentials despite correct tomcat-users.xml configuration
I have this file: /opt/tomcat/conf/tomcat-users.xml:
<?xml version="1.0" encoding="UTF-8"?>
<tomcat-users xmlns="http://tomcat.apache.org/xml"
...
2
votes
2
answers
251
views
IntelliJ IDEA Tomcat starts with machine hostname instead of localhost - how to force localhost?
I have this configutation in IntelliJ IDEA
I'm developing a SpringBoot application in IntelliJ IDEA using Tomcat 9. When I start the application through the IDE's run configuration, it automatically ...
0
votes
0
answers
22
views
How to configure Fuision Registry running in Apache Tomcat via console
I need to install Fusion Registry SDMX, running in Apache Tomcat.
How can I configure Fusion to use the database via the command line, not using the WEB interface.
In which configuration file can I ...
1
vote
1
answer
124
views
Tomcat 9 change in retrieving MIME type of a resource?
Recently did an upgrade from Tomcat 9.0.90 to 9.0.107, and we observed a difference in how Tomcat determines a MIME type for a resource, where it appears that if a web application defines any MIME ...
10
votes
5
answers
6k
views
tomcat multipart upload for many attachments (>10) not working after update to 9.0.106
Awe have upgraded our Tomcat version from 9.0.102 to 9.0.106. Since then, it is no longer possible to upload more than 10 files in a single POST request, which is from the client's side initiated by:
&...
0
votes
1
answer
227
views
How do I properly replace my old tomcat native library with the newest version (2.0.9)?
My tomcat server (tomcat9.0.37i2 for now) has had tomcat-native-1.2.23 for a while now. Recently my client upgraded to the latest version of RedHat. The new OS doesn't support some of libtcnative-1's ...
0
votes
0
answers
37
views
Tomcat 9 with RichFaces app, JSESSIONID in GET requests
We have Tomcat 9.0.58 With OpenJDK 11 running a RichFaces web app. It is a legacy application but still used since it's quite large. Recently it went through a penetration test, and one of the things ...
-1
votes
1
answer
211
views
Migrating Tomcat from version 9.0.104 to 9.0.105
Has anyone migrated from version 9.0.104 to 9.0.105? I did it twice, downloaded the .tar.gz again, redid the installation and when I run the version.sh file I get the following return:
root@SRVHML:/...
0
votes
0
answers
57
views
SPRING MVC throws error404 how to resolve it
I'm encountering an HTTP Status 404 – Not Found error when I try to access the following URL in my Spring MVC application:
http://localhost:8080/DemoMVC/add?t1=2&t2=4
The error indicates that the ...
1
vote
0
answers
61
views
Tomcat server upgrade and Request.startAsync() error
Recently upgraded Tomcat server to 9.0.102 from 9.0.98. Now it throws the error:
org.apache.catalina.connector.Request.startAsync Unable to start async because the following classes in the processing ...
0
votes
2
answers
104
views
tomcat is killing session that remain idle in around 2 minutes
I recently updated my tomcat from 9.0.45 to 9.0.102 and now noticing weird behaviour in tomcat killing the sessions way before timeout of 2 hours in just 2 to 3 minutes.
I added a stacktrace dump in ...
0
votes
1
answer
133
views
Eclipse Tomcat VM arguments overwritten
I try to set the java.library.path as follows:
-Djava.library.path="/PATHTO/instantclient"
to the Eclipse Apache Tomcat 9 launch configuration "VM arguments". After saving the ...
0
votes
0
answers
32
views
How to configure Tomcat9 to get updated with newly uploaded image-files under Web Content?
My problem is that newly uploaded images to $CATALINA_BASE/WebContent/ are not displayed: Getting HTTP Status 404 - Not Found.
Need to refresh/restart Tomcat for publishing newly uploaded image-files
...
0
votes
0
answers
110
views
Tomcat 10 not available in "Deploy to container" plugin in Jenkins
I am new to Jenkins. I have a Spring Boot 3 with Java 17 project.
I am creating a pipeline in Jenkins to build & deploy on Tomcat 10 using Deploy to container plugin but Tomcat 10 is not available ...