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

Error with building iOS app with SceneKit to macOS

Ld /Users/aleksandr/Library/Developer/Xcode/DerivedData/DogTraining-hjtnrbnmxpxesldhbvspacuzvafz/Build/Products/Debug-maccatalyst/GoDog.app/Contents/MacOS/GoDog normal (in target 'GoDog' from project 'DogTraining') cd…
0
votes
0 answers

Catalina.sh when opened using vi editor , is showing ^@ for each character in each line

enter image description hereCatalina.sh when opened using vi editor , is showing ^@ for each character in each line. How to make it readable.
Luke
  • 51
  • 7
0
votes
0 answers

java.library.path not set as LD_LIBRARY_PATH

I'm running apache tomcat on a Linux machine hosted on google cloud, standard machine without anything fancy. The machine host's back_end Java API business application which requires certain binary .so files to link to when running. The required…
Krayer
  • 31
  • 5
0
votes
1 answer

Change tomcat catalina logs owner

Is there any way to change the owner of Tomcat catalina logs from root to my current (non-root) user in an Ubuntu server? Tomcat needs to be started using a cronjob in root. I want to avoid having to type sudo every time I want to check logs.
suharsha
  • 95
  • 1
  • 3
  • 12
0
votes
1 answer

MariaDB does not start - gtid_slave_pos.ibd & Could not find a valid tablespace file for `mysql`.`gtid_slave_pos``

Our Windows Server for Joget was shut down directly without executing the Joget shutdown program. When I restarted Joget, it could not connect to MariaDB instance. Folder structure catalina.2022-03-07: 07-Mar-2022 14:31:45.958 INFO [main]…
aqqqqqq
  • 15
  • 3
0
votes
2 answers

Tomcat address already in use error due to two applications running on local machine

I'm getting this error in my Java application: ERROR o.a.catalina.core.StandardService – Failed to start connector [Connector[HTTP/1.1-9004]] org.apache.catalina.LifecycleException: Failed to start component [Connector[HTTP/1.1-9004]] at…
runnerpaul
  • 5,942
  • 8
  • 49
  • 118
0
votes
0 answers

org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler - Apache tomcat startup

I just configured configured tomcat on centos 7 and no applications have been deployed. When I execute ./startup.sh I get the error below in the logs. Anyone who knows why this is happening at start up stage and how can the error be…
Baguma
  • 173
  • 1
  • 2
  • 15
0
votes
0 answers

How to make Tomcat service fail when Catalina / java app fails

I want to run 1 webapp per 1 tomcat service/cluster in Ubuntu for the reasons listed here: Should you run one or multiple applications per tomcat cluster? Is the only way of killing the tomcat service via try & finally in java code as described…
Paku
  • 455
  • 1
  • 4
  • 15
0
votes
1 answer

wso2 identity server proxyPort and different iss claim construction across wso2is versions

usually I deploy my WSO2 Identity Server behind a load balancer / proxy. With WSO2 IS 5.7, I change my catalina-server.xml adding the proxyPort=443 attribute in the HTTPS Connector as follows:
vortex.alex
  • 1,105
  • 3
  • 11
  • 24
0
votes
0 answers

Spring Boot Application does not start after Deployment (Docker Compose)

Hey folks I have a problem: I need to deploy a Spring Boot App with docker compose but after docker has deployed the contents of the Folder Spring Boot does not start to boot. The thing is this has worked before but now it won't so I think it has…
0
votes
1 answer

tomcat runs multiple applications, but I need only one

I don't know how to clean a TomCat server. When I launch an application, tomcat automatically runs all the applications that were previously launched by him. On settings "Add and Remouve" I have removed all applications that shouldn't be running,…
helloJava
  • 45
  • 10
0
votes
0 answers

often found IllegalStateException in jboss server

We use Angularjs in front-end and RestEasy and EJB 3.0 in backend + JBOSS 7 as application server. when I check the server log file i always find this issue . No error before this error/warning in server.log file of Jboss 7. ERROR…
Chirag
  • 79
  • 1
  • 4
0
votes
1 answer

Tomcat Installation using binaries- endorsed is not supported & error: could not create the JVM

I ve tried to install Tomcat server using binary files in eclipse.When I run cmd and run the startup command, cmd opens and closes and these written on the cmd screen: >startup Using CATALINA_BASE: "C:\Program…
Denisa
  • 125
  • 4
  • 16
0
votes
1 answer

Issue with a network disk context to access images outside Tomcat

I'm working on windows, with Tomcat 9.0 / Java 8 One of my servlet will create and manage quite a lot of images. So we decided to store those on a network disk. On my Windows server I mounted the resource on P:/ To access images outside Tomcat, I…
Pandalex
  • 23
  • 7
0
votes
1 answer

An unexpected error occurred org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag

I'm trying to run labkey 19.1 but it's not working. I have tomcat version 6 Java 11 version Labkey version 19.1 Running on Linux x64 centos 7. I'm trying to start tomcat6 (catalina), with java 11 and labkey 19.1 but it failed and I have this error…
xwildx
  • 31
  • 3