Questions tagged [catalina]

Catalina is Tomcat's component that interacts with Java servlets. For questions about macOS Catalina, please use the [macos-catalina] tag.

Catalina is Tomcat's servlet container. Catalina implements Sun Microsystems' specifications for servlet and JavaServer Pages (JSP).

Tomcat is actually composed of a number of components, including a Tomcat JSP engine and a variety of different connectors, but its core component is called Catalina. Catalina provides Tomcat's actual implementation of the servlet specification; when you start up your Tomcat server, you're actually starting Catalina.

Read more

358 questions
0
votes
0 answers

Shell 'eval' Java process, where is the Log (if any)?

Environment: CentOS 7 | Java: 1.8 | Tomcat: 9 I am starting (it fails) a webapp through systemd (systemctl) but I am not seeing any Logs outside of what I see in journalctl -fu, which basically just tells me "it failed". Catalina Tomcat also does…
DavidDunham
  • 1,245
  • 1
  • 22
  • 44
0
votes
1 answer

Tomcat10 is not running on Window11 pro (a window opens and closes upon running startup.bat)

I am trying to run Tomcat10 on my PC having Window's 11 Pro. Upon running startup.bat, a window just opens and closes without showing a running server. All JRE_HOME, JAVA_HOME, CATALINA_HOME, CATALINA_BASE are set correctly. Upon running "catalina…
nqmeh
  • 21
  • 4
0
votes
0 answers

filterStart SEVERE: Exception starting filter Authentication Filter java.lang.SecurityException: java.io.IOException: Configuration Error:

I try to install alfresco on Rocky Linux. When I execute startup.sh I see in logs catalina.out this error: Apr 11, 2023 2:40:43 PM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter Authentication…
0
votes
1 answer

Timestamps in catalina.out are nt consistant

I'm an owner of an application that uses Tomcat. The problem I face is that timestamps in Catalina.out are not consistent sometimes it displays the full timestamp with a date like: 17-Apr-2019 17:05:37.591 but sadly most of the time it displays only…
0
votes
1 answer

Startup Tomcat: The filename, directory name, or volume label syntax is incorrect. Press Enter or Esc to exit

Using I've installed Tomcat 8 (ignore the 10.1.7 that's on pic, once that's not compatible with Java 8) into my machine as Windows Service, when I startup, a new console is created with message: The filename, directory name, or volume label syntax…
0
votes
1 answer

Tomcat 9 not starting on linux - Catalina.sh can't use JAVA_OPTS

We have a new Tomcat 9 installed but we're having an issue when starting it. It seems catalina.sh isn't able to work with the JAVA_OPTS, here what the log says : /usr/local/tomcat-d-9/bin/catalina.sh line 505: -Djava.security.auth.login.config=:…
momodjib
  • 183
  • 8
0
votes
1 answer

error message "/opt/tomcat/bin/catalina.sh: 1: eval: Syntax error: Unterminated quoted string

In my catalina.out I have this error /opt/tomcat/bin/catalina.sh: 1: eval: Syntax error: Unterminated quoted string I think this means that a string is declared with a quotation mark (") but it doesn't have the closing quotation mark, but I don't…
Plijen
  • 81
  • 1
  • 7
0
votes
0 answers

how to change tomcat catalina log directory name

I try to change catalina directory name for managing logs as date but This code makes dir likes logs/yyyy-mm-dd or "$(date +%Y-%m-%d)" How to make dir with date?? this is my logging.properties 1catalina.org.apache.juli.AsyncFileHandler.level =…
0
votes
0 answers

iOS app recompile for MacOS can't share on Catalina

I new to Swift, so I'm looking for help. I'm working in an app for iOS that shows a list of data that you can share through the system share. I recompile the app to Work in MacOS too. On iOS works perfect, in my Ventura Mac works fine also... but…
0
votes
0 answers

apache-tomcat-9.0.12 is not running

Apache tomcat server is not running. After starting the server, process is running for a few sec and going down. From catalina logs identified that From catalina logs identified the below errors 1. Could not load Logmanager…
KMV
  • 1
0
votes
0 answers

How to dynamically fetch credentials from database to tomcat-users.xml configuration file

I am trying to dynamically assign users and their roles using MYSQL database, and use it in Tomcat users configuration file (tomcat-users.xml) All the example I have gone through on internet shows to statically add username, password and role. Like…
bizprat
  • 11
  • 2
0
votes
1 answer

Different Java Args per application in Shared Tomcat Server

I'm deploying two spring servlets in a shared tomcat environment. I'd like to be able to run each application with its own command line args. An example would be, I want to run each one with a different spring profile active. I know I can set an…
CurvedHalo
  • 13
  • 3
0
votes
0 answers

Spring boot backend produces a HTTP 200 response but front end doesn't receive it

I have an spring boot application that is deployed on a tomcat 8 webserver running on a CentOS machine that uses a MSSQL 13.0.5026.0 db on a windows server 2016. I have a simple REST controller that produces a response to a request. I can see from…
S. Ilic
  • 11
  • 1
  • 3
0
votes
1 answer

Tomcat returns 403 error due to some user session filter

We have a Kubernetes cluster where we have some financial software running - Strands. When we are trying to access one of the pages on our frontend, the request from frontend is being sent to Kubernetes pod which should process this request. The pod…
t3ranops
  • 51
  • 5
0
votes
0 answers

Context.xml not recognized and not executed by Tomcat

after setting $CATALINA_HOME in this path /usr/local/cellar/tomcat/9.0.68/libexec, i put the file Context.xml with the same name as my war "warName.xml" in this path : /usr/local/Cellar/tomcat/9.0.68/libexec/work/Catalina/localhost. here is the…
Ares
  • 71
  • 1
  • 10