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
2
votes
0 answers

how does tomcat know where to search my intellij projects?

I have tomcat 8 installed on my ubuntu local machine. Also, I'm using Intellij IDEA 14. I have configured tomcat and IDEA so that they work together well. But, tomcat really needs to search projects on my local machine when its started. for example…
2
votes
1 answer

Tomcat: "The CATALINA_HOME environment variable is not defined correctly"

I'm getting this error on my Windows XP when trying to run the startup.bat file. However, I have set my environment variables as follows: CLASSPATH: (other stuff);.;C:\Desktop\IconesDesktop\apache-tomcat-7.0.56 PATH: (other…
Mr Guliarte
  • 739
  • 1
  • 10
  • 27
2
votes
1 answer

java.util.ServiceConfigurationError: javax.xml.parsers.SAXParserFactory: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found?

Any body ever had this error before: I made some minor changes to ensure that the connections in my DB connection pool was being released, ran it and tried to login and this error was thrown. I am assuming that this is something on the server side…
user2707813
2
votes
1 answer

Deploy Web Service Apache Tomcat

I have followed the tutorial as explained here The project build fine but when i go to deploy it and start the tomcat server it gives me the following errors INFO: Deploying web application archive C:\tomcat\webapps\HelloWorld-20101123.war Oct 22,…
John x
  • 4,031
  • 8
  • 42
  • 67
2
votes
2 answers

Installed Solr: Shows Running, but seeing 404 on /solr

My versions: CentOS 6.5 x86_64 kvm Java 1.7.0_65 Solr 4.9.0 Tomcat6.0.24 I'm still learning on how to install Solr for my Drupal installation. Been following a few tutorials on getting this set up. Java and Tomcat work right now. I opened up the…
Josh
  • 3,673
  • 3
  • 20
  • 27
2
votes
0 answers

How to graceful shutdown Tomcat on Linux

Is there a way to configure Tomcat in a way that when it stops (gracefully) it: stop new requests handle existing requests/connections
kande
  • 196
  • 1
  • 5
  • 18
2
votes
0 answers

CATALINA_PID != real PID

I set: $ export CATALINA_PID="$CATALINA_HOME/conf/catalina.pid" Started Tomcat: $ ./bin/startup.sh Using CATALINA_BASE: /home/tomcats/apache-tomcat-7.0.53 Using CATALINA_HOME: /home/tomcats/apache-tomcat-7.0.53 Using CATALINA_TMPDIR:…
setevoy
  • 4,374
  • 11
  • 50
  • 87
2
votes
2 answers

Could not load the Tomcat server configuration

I edited catalina.properties trying to change the port of the server, it didn't work and restored the original values and now I am getting the following error: Could not load the Tomcat server configuration at /Servers/VMware vFabric tc Server…
dabadaba
  • 9,064
  • 21
  • 85
  • 155
2
votes
2 answers

Why FINE level gives me still DEBUG messages in java log file?

I have tried to change the logging.properties file to: handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler, 3manager.org.apache.juli.FileHandler, 4host-manager.org.apache.juli.FileHandler,…
AkshaiShah
  • 5,739
  • 11
  • 37
  • 45
2
votes
1 answer

Finding the issue of java.lang.NoClassDefFoundError: org/apache/catalina/valves/ValveBase

I'm trying to use OpenID authorization code, but when it comes to WebAuthentication.login() The exception is thrown java.lang.NoClassDefFoundError: org/apache/catalina/valves/ValveBase at…
user2620644
  • 521
  • 1
  • 12
  • 25
2
votes
1 answer

How can I get Tomcat's logging.properties to recognize my Catalina variables?

We have several Tomcat 7 instances installed on different servers. We sometimes deploy basically the same app to different Tomcats (for different customers) with the only differences being configs. In an effort to standardize logging locations,…
cbmeeks
  • 11,248
  • 22
  • 85
  • 136
2
votes
1 answer

Tomcat 7 - cannot get CATALINA_OPTS heap size to work

I am setting CATALINA_OPTS in catalina.sh but strangely this value seems to be ignored. I am on a machine with 768M RAM. Here are the steps to reproduce I check the memory before starting Tomcat by running free -m. I get the following total …
arahant
  • 2,203
  • 7
  • 38
  • 62
2
votes
1 answer

tomcat CATALINA_HOME environment variable issue

I am having a weird problem on my server. I am tryng to build OpenGTS so I am using ant all now while building it gives an error which reads optjars: tomcat.home: BUILD FAILED /usr/local/OpenGTS_2.4.2/build.xml:111: CATALINA_HOME environment…
Nagri
  • 3,008
  • 5
  • 34
  • 63
2
votes
2 answers

Log4j daily rolling catalina.out without restarting Tomcat?

i am having trouble with configuring Log4j correctly. I was expecting Log4j to rotate my catalina.out file at midnight when configuring it like the following.. log4j.properties: log4j.rootLogger=INFO, CATALINA # Define all the…
Marley
  • 185
  • 2
  • 2
  • 13
1
vote
0 answers

"Unable to load class" when starting Tomcat 7 web application

I am recieving the below error message, whenever I deploy my application developed in Spring MVC: Unable to load class [com.google.common.collect.ComputingConcurrentHashMap] to check against the @HandlesTypes annotation of one or more…
mogronalol
  • 2,946
  • 8
  • 38
  • 56