Skip to main content

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.

tomcat
0 votes
1 answer
95 views

ClassNotFoundException: org.apache.logging.log4j.Logger with Tomcat10 and Jakarta

I have a Web Servlet (6.0) running on Tomcat 10.1 in Eclipse and Java 11 that I just migrated to Jakarta. At compile-time, everything is fine, but at runtime, Tomcat keeps giving me the following ...
BenjyTec's user avatar
  • 6,975
-1 votes
1 answer
36 views

How to override default Log4j xml configuration file name?

We're in the process of migrating applications from a standard tomcat instance to one running in a container that uses ELK for log management. We have jobs that deploy properties (including our log4j....
WishIWasJeeping's user avatar
0 votes
0 answers
17 views

Error appending attribute in nginx_error.log

Getting the below error in nginx_error.log for a request from client. Someone help me to troubleshoot the issue. ajp_marshal_into_msgb: Error appending attribute AJP_REMOTE_PORT=54615 for a get ...
Abimanyu's user avatar
  • 165
-1 votes
0 answers
35 views

Extension works with Local Service but not with network service

Error running into when running through Tomcat log on name is Local Service Could not start a new session. Response code 500. Message: session not created: Microsoft Edge failed to start: crashed. (...
Vaishali this side's user avatar
0 votes
1 answer
80 views

Problems creating simple rest ws with Tomcat 10, eclipse, jakarta. Error: No servlet class has been specified for servlet Application

I am trying to create a simple REST ws using Tomcat 10, jakarta and java 17 in Eclipse. When I do it according to the documentation, I get an error "No servlet class has been specified for ...
Gustavo Moreira's user avatar
0 votes
0 answers
25 views

HTTP Post not working after Tomcat update

There is an application which transfers file from source to destination and post file transfer, it sends a post message (SOAP) to another application sending the status of File transfer. Everything ...
Vignesh Kumar's user avatar
-1 votes
0 answers
16 views

Log JPA SQL queries in a Tomcat / Spring application

I'm working on a Spring application deployed with Tomcat. I need a quick way to see the SQL queries that JPA is generating. I only need this temporarily and I don't need anything fancy. I added these ...
Flarosa's user avatar
  • 1,623
0 votes
0 answers
18 views

How do I configure Nginx to point to a Tomcat 9 app on Debian 12 for Geoserver?

After running certbot I put this in sites-available: server { listen 80; server_name your_domain.com; # Redirect all HTTP requests to HTTPS return 301 https://$host$request_uri; } ...
Michael Williams's user avatar
1 vote
0 answers
21 views

Unable to configure the Datasource realm through embedded tomcat jar.(not an springboot app)

On tomcat 8.x ,We have been using JDBCRealm to set the connection parameter like jdbc url, user name ,password and with these details we initialize the context and start the server . After upgrading ...
balaji hari's user avatar
0 votes
1 answer
29 views

Tomcat Fails to Connect to Elasticsearch with UnknownHostException

I'm trying to run Usergrid following the instructions on the website. I managed to get the requirements up and running (as far as I know), but running Usergrid/Tomcat throws: root@usergrid:~# ...
quarks's user avatar
  • 34.7k
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
1 vote
1 answer
70 views

After Update to 7.84.14, Artifactory returns 400 on download artifact, which is not on the outer most level of the repo

I updated Artifactory to the latest version 7.84.14 from 7.77.11. After that I am getting Error 400 when I try to download an Artifact which is not on the most outer level of the Repo. I suspect it ...
herbert's user avatar
  • 13
0 votes
0 answers
32 views

spring boot deploy war on centos 9 problem

I have three machines: Windows, CentOS 7, and CentOS 9. I have deployed a WAR file successfully on Windows using XAMPP and on CentOS 7 using Tomcat with MariaDB. However, on CentOS 9, the application ...
Ibrahem Gamal's user avatar
0 votes
1 answer
74 views

How to get the popup menu to select user certificate in Tomcat 10 server?

I am working on a java web app, that I will deploy on a tomcat 10 server, which requests a (smart card) certificate from a user to authenticate them (after having entered their regular user ...
Izek H's user avatar
  • 61

15 30 50 per page