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
1 answer

Eclipse/Tomcat Failed to start component [StandardEngine[Catalina].StandardHost[localhost]

Everytime I want to run my Project on Tomcat(8) with maven in Eclipse I get following output: SCHWERWIEGEND: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component…
0
votes
1 answer

Empty catalina.out log file - "operation not permitted"

I'm trying to empty the catalina.out log file by using command "echo > catalina.out", but I keep getting response "-bash: catalina.out: Operation not permitted". Any help?
Ben Bernards
  • 187
  • 1
  • 3
  • 12
0
votes
0 answers

How to seperate catalina.out file regarding the application

I wonder if it is possible to seperate catalina.out file regarding the application in Linux. i.e. I have two different webapps running under same tomcat. Both may have some unhandled exception logging. I want to have two different catalina.out file…
kundante
  • 2,100
  • 2
  • 16
  • 20
0
votes
1 answer

Set a new property "org.bonitasoft.i18n.folder"?

I am trying to change the default language of Bonita Portal. I have been following the bonita guide ( for 7.3 version) but no use and I can't understand some things. First of all, when it says: set a new property "org.bonitasoft.i18n.folder" in…
0
votes
1 answer

Tomcat catalina.out flooded, is custom logging possible?

When a client has our web application loaded, a particular webservice is called every 5 seconds and it returns a very large piece of data. This floods the catalina.out log with redundant info which makes it hard to find information about other…
0
votes
0 answers

How to change application's url path in tomcat 8 to ROOT path?

I tried to change the application's path by adding next line to "conf/server.xml": Then I restarted tomcat but nothing have changed. I have to use "localhost:8080/myapp/"…
Oleksandr
  • 3,574
  • 8
  • 41
  • 78
0
votes
1 answer

Unable to process Jar entry [org/apache/juli/AsyncFileHandler$LogEntry.class] java.util.zip.ZipException: invalid LOC header (bad signature)

I'm testing a WS SOAP with apache CXF (java 7 )and I 'm having this error, I deleted this jar I thought maybe it's corrupt and maven build again but I am having same result, Can anybody explain me this "ZIP" Exception this is my pom.xml …
Khalil M
  • 1,788
  • 2
  • 22
  • 36
0
votes
1 answer

WARNING: Failed to retrieve JNDI naming context for container

Note, this did not help me Tomcat Error: WARNING: Failed to retrieve JNDI naming context for container When I run the Apache tomcat v8.0 server on my new workspace it produces a "Server Tomcat v8.0 Server at localhost failed to start." error.…
Adrian Tan
  • 11
  • 1
  • 1
  • 4
0
votes
0 answers

tomcat catalina log rotation with compress

I am using Jira in tomcat. My Catalina.out logs are rotating now with Date. My requirements are below. Keep only 15 days logs ( Catalina.out ) Compress logs the logs after rotation Could someone please help me for this. Thanks
devops
  • 173
  • 4
  • 16
0
votes
2 answers

Does Tomcat (as a Service) not load native libraries for a Java web application?

I am using Tomcat7 and Ubuntu. I have a Java web application which uses some native libraries. When I run the web application within Eclipse it works through Eclipse internal Tomcat server during debugging. However, when I deploy the applcation to a…
nikk
  • 2,627
  • 5
  • 30
  • 51
0
votes
2 answers

Tomcat7 Ubuntu 14.04 pointing $CATALINA_HOME to var/lib/tomcat7/ROOT

I am looking to create a war file from Yeoman JHipster. I am running Ubuntu 14.04 and installed apache tomcat7 on the machine. Everything seems to be set up. I created a war file using ./gradlew -Pprod clean bootRepackage inside of the project. It…
ZWis212
  • 132
  • 1
  • 13
0
votes
1 answer

Starting Tomcat Catalina with CATALINA_OPTS to implement JMX Monitoring (Windows Server)

I would like to start my Windows Tomcat Catalina with the following parameter: set CATALINA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=12345 -Dcom.sun.management.jmxremote.ssl=false…
0
votes
1 answer

log4j rolling file (logs application)

I have web application (struts2), and I want to manage the logs. When I use
oumina
  • 31
  • 6
0
votes
1 answer

Unlock Apache Tomcat user LockOutRealm

I'm facing problem with running simple empty web service through NetBeans, since i downloaded and installed Apache Tomcat. An empty web project cannot be openned - requires authentication. Tomcat runs well (opens web page at localhost:8080), but…
Medet Koilybay
  • 111
  • 2
  • 9
0
votes
1 answer

Spring-jsf Web app Glassfish Crashes but wildfly 10.x runs correctly com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null

But runs correctly in local glassfish and Wildfly 10.x what's wrong? I am sure that I only using Mojarra implementation it is correct?. Some times this was throwed by local glassfish but I resolved overwriting de glassfish local installation but…
csstugfurher
  • 89
  • 12