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

338 questions
4
votes
1 answer

Solr sint type limit

i've this schema: and when…
Nothing
  • 177
  • 2
  • 14
4
votes
3 answers

Enable jmx on tomcat7-maven-plugin

I'm want to enable JMX on tomcat7-maven-plugin. How do I pass in CATALINA_OPTS to plugin configuration?
aug70co
  • 3,481
  • 4
  • 28
  • 43
4
votes
2 answers

Avoid Hessian to log into catalina.out

i have a problem using Caucho Hessian. I get a lot of messages into catalina.out (tomcat) like this: 'Dec 20, 2012 8:33:08 PM com.caucho.hessian.io.SerializerFactory getDeserializer WARNING: Hessian/Burlap: '...blehClass' is an unknown class in…
4
votes
1 answer

Tomcat + OSGi : No Catalina Service found

While trying to enable Spring DM with web support on virgo-tomcat-server-3.0.2.RELEASE, I get the exception: ERROR WebExtender-Init org.springframework.osgi.web.deployer.tomcat.TomcatWarDeployer No Catalina Service found, bailing…
White_Sox
  • 61
  • 1
  • 1
  • 5
3
votes
2 answers

Can catalina.bat change environment variables?

I am inheriting a project and (per the other developer's instructions) overwrote my Tomcat's version of catalina.bat with his (he's using the same version). I then tried to restart Tomcat and got an exception relating to the commons-logging.jar,…
IAmYourFaja
  • 50,141
  • 159
  • 435
  • 728
3
votes
1 answer

What is the difference in setting a property in catalina.bat file than in setenv.bat file

I wanted to set application.properties file outside of the war file while deploying on the tomcat and here is my observation 1. When i was setting jvm property as…
3
votes
2 answers

What is the difference between ‘catalina.out’ and ‘catalina.YYYY-MM-DD.log’ log files in tomcat webapp server?

In a tomcat server, logs folder contains files like these localhost.YYYY-MM-DD.log: the log of the host host-manager.YYYY-MM-DD.log and manager.YYYY-MM-DD.log: the logs of the related web applications catalina.YYYY-MM-DD.log:: the container log…
Chamin Wickramarathna
  • 1,125
  • 15
  • 29
3
votes
2 answers

Spring-boot, tomcat-embedded -- how define catalina.properties?

When running spring-boot with tomcat-embedded, how do I set/change these tomcat-config system-properties? https://tomcat.apache.org/tomcat-8.5-doc/config/systemprops.html I tried just adding -D... on the commandline, but doesnt seem to work.
Rop
  • 3,043
  • 3
  • 32
  • 54
3
votes
1 answer

The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path

When I debug tomcat, the broswer start but get 404: HTTP Status 404 - / type Status report message / description The requested resource is not available. Apache Tomcat/7.0.75 The Tomcat Catalina Log and Server Log all have this below error: The…
s-n-2
  • 337
  • 1
  • 5
  • 20
3
votes
4 answers

Unable To Start Tomcat 7: NoSuchMethodError getSessionCookieConfig()

I have used Tomcat about two months ago and it started OK. Now I'm getting this message: SEVERE: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component…
John Steed
  • 529
  • 9
  • 25
3
votes
2 answers

How do I tell NetBeans where my Tomcat "home" is?

Because I do not have admin privileges on my computer, I have installed Tomcat 8.0.33 in my User directory using the Windows installer. I was then able to add Tomcat to NetBeans 8.1, just fine. However, when I try to run my web application from…
Eric
  • 1,276
  • 2
  • 11
  • 27
3
votes
1 answer

IntelliJ Tomcat Run Configuration Does Not Set Environment Variables

I am running Tomcat 8.0.35 on OS X with IntelliJ Ultimate 2016.1.2. I want to run Tomcat locally under the debugger and deploy my web application to it. I created a local Tomcat Server run configuration. In the Deployment tab I specified the WAR…
W.P. McNeill
  • 13,777
  • 9
  • 63
  • 94
3
votes
2 answers

Does Spring setup the application context before the container initializes its filters?

I'm using Spring's DelegatingFilterProxy to use a Spring bean as a container filter. In order to use the init and destroy methods from the Filter interface I'm defining targetFilterLifecycle as true. Does Spring ensure all the dependency injected…
andresp
  • 1,507
  • 14
  • 29
3
votes
1 answer

How to set log4j logging levels for Java jars called from JRuby

I have a JRuby project that requires a Java jar. The Java jar is instrumented for logging using log4j. I don't need to use log4j in my JRuby code, but I want to run the JRuby code so that when the instrumented Java classes are called they respect…
eebbesen
  • 4,760
  • 7
  • 46
  • 67
3
votes
1 answer

No /solr/home in JNDI althought it's set in Catalina/localhost/solr.xml

I have solr-4.5.0 configured to work with tomcat7 and zookeeper 3.3.5 (from debian package) According to many tutorials I have created following Catalina/localhost/solr.xml file
running.t
  • 4,161
  • 2
  • 22
  • 45