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
4
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
  • 405
  • 1
  • 6
  • 24
4
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
  • 16,336
  • 12
  • 75
  • 111
4
votes
1 answer

Not able to authenticate post request for CSRF token with tomcat

I am working on a tomcat application. I am trying to add CSRF authentication token provided by catlina library(org.apache.catalina.filters.CsrfPrevention). I have added filter to web.xml CsrfFilter
ZINDA ROBOT
  • 280
  • 2
  • 15
4
votes
0 answers

Broken Pipe Exception - org.apache.catalina.connector.clientabortexception java.io.ioexception broken pipe

I have deployed my project in the cloud but when i try to log-in, the following exception is coming, i am unable to figure out the cause for this exception.Can anyone please help me on that. Exception catched by Spring…
4
votes
1 answer

Solr sint type limit

i've this schema: and when…
Nothing
  • 177
  • 3
  • 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,965
  • 5
  • 30
  • 44
4
votes
2 answers

Tomcat not starting : Not able to reserve enough space for object heap

When starting tomcat I get the error Not able to reserve enough space for Object Heap Not able to create Java virtual machine I googled a bit and it seems that this is a common problem but the fix which was mentioned everywhere does not work for…
Bagira
  • 2,149
  • 4
  • 26
  • 55
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
  • 6
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
  • 55,468
  • 181
  • 466
  • 756
3
votes
1 answer

Configuring 'tomcat-server.xml' file inside of embedded apache tomcat in spring-boot

I'm developping a java application (jar file) using spring boot (2.1.3.RELEASE) with embedded tomcat (version 9.0.16). I want to override the Catalina ErrorReportValve error page of tomcat, In order to do that, i need to point Tomcat to use the…
Elia Kallas
  • 45
  • 2
  • 8
3
votes
1 answer

hybris mac hybris startup error coming all of a sudden

The moment I do . ./hybrisserver.sh after doing ant all (in platform folder) or I do . ./hybrisserver.sh debug I get the below error, how should I fix this. The setup was working earlier and I initialized it with a recipe. It works well if I give…
rd_
  • 395
  • 3
  • 13
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…
Reese
  • 389
  • 2
  • 10
  • 26
3
votes
3 answers

Tomcat upon XAMPP doesn't launch for JAVA_HOME

I have already read and tried a lot posts on SO, but no one has solved this issue. I set to enviroment variables for JDK and JRE release. I have add the same values within both sections "user's variables for USER" and "system variables". The…
Huntwer
  • 121
  • 2
  • 8
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,359
  • 3
  • 38
  • 59