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

org.apache.tomcat.util.digester.Digester fatalError

I am having error in org.xml.sax.SAXParseException;.....Tomcat is working fine...but this error is coming i want to know meaning of this because my https is also not working i have tried everythng... My server.xml file:
user893647
  • 11
  • 2
  • 6
0
votes
2 answers

CATALINA_OPTS Debugging Options

I want to use below code to start the apache-tomcat, #!/bin/bash DUMPSPATH='/home/tomcat/dumps' export CATALINA_OPTS='-Djava.awt.headless=true -Dfile.encoding=UTF-8 -XX:ErrorFile=$DUMPSPATH/hs_err_pid%p.log -XX:+HeapDumpOnOutOfMemoryError…
user2114835
0
votes
0 answers

Running multiple instances of Tomcat 7

I'm trying to get multiple instances of tomcat 7 running on the same server. However, it doesn't seem to be working I've set the new instance to be on port…
Daniel
  • 448
  • 7
  • 21
0
votes
1 answer

Modifying startup script for tomcat deployment using Maven

I am using a profiling tool, which gets loaded as and when I startup Tomcat with the application war file placed in the webapps directory. So once I run startup, my classes get instrumented and everything works fine. But for this, I am taking the…
Chillax
  • 3,514
  • 17
  • 49
  • 76
0
votes
2 answers

How does URIEncoding = 'UTF-8' work?

When I view the tomcat source code at http://grepcode.com/file/repo1.maven.org/maven2/org.apache.tomcat/tomcat-catalina/7.0.0/org/apache/catalina/connector/Request.java#Request.parseParameters%28%29 I can't find where to set encoding for the…
melo
  • 83
  • 1
  • 2
  • 5
0
votes
1 answer

catalina.home not being recognized by intellij

I am using a property place holder to reference a file, it works when deployed, but intellij is not picking up the catalina home. I have tried setting windows environment varibale and path in intellij ide settings, makes no difference still shows an…
NimChimpsky
  • 43,542
  • 55
  • 186
  • 295
0
votes
0 answers

How to print Runtime Exception to catalina.out in Tomcat?

This problem bother me quite a lot. When runtime exception, like Null Pointer or Incompatible Class, happens, my tomcat always quit silently, leaving nothing in log. This make debugging much harder. So I wanna these runtime printed into…
qiuxiafei
  • 5,447
  • 5
  • 27
  • 41
0
votes
1 answer

What can cause this exception in apache camel

I get this exception at runtime: org.apache.camel.RuntimeCamelException: java.lang.IllegalArgumentException: connectionFactory must be specified at org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1280) at…
CosminO
  • 4,513
  • 5
  • 25
  • 48
0
votes
2 answers

I do not have the catalina directory in the Tomcat folder. In this case where can i find application specific context.xml file?

I have two projects with working server as Tomcat. From their website,I came to know that application specific context.xml files are located inside the catalina/localhost directory. I do not have the catalina directory in the Tomcat folder. I have…
Suhail Gupta
  • 19,563
  • 57
  • 170
  • 298
0
votes
1 answer

Unable to get Tomcat Home Page

I enter the following URL http://localhost:8081 in my browser and end up with a connection error. After starting tomcat using the catalina script, I get a blank page. Any one have any idea why it so?
sam
0
votes
1 answer

reloading META-INF/context.xml to ../conf/Catalina/localhost/myapp.xml not working

I am trying to make a hot deployment. Database connection information are stored in my META-INF/context.xml. When I drop the folder to my $TOMCAT_HOME/webapps/, it tries to reload and then fails because it can't find the db connection informations.…
Spredzy
  • 4,702
  • 13
  • 47
  • 67
-1
votes
1 answer

How to collect monitor and collect data on Perfino without UI?

I am hesitate to use Perfino UI on the production environment. I want to run the agent as commandline interface and passing a command to collect and send the snapshot to me. Everything i need to do without any UI? Is it possible
JSBeginner
  • 31
  • 7
-1
votes
1 answer

Encountered exception while deploying to tomcat locally

I'm trying to deploy on tomcat locally but the logs file doesn't give any clear errors, I'm using Spring boot application with Maven. I have removed javax.servlet dependency and set my server.servlet.contextPath=/EServicesPortal in properties file…
Duaa
  • 77
  • 9
-1
votes
1 answer

[Catalina home]/catalina.sh: -Dcom.sun.management.jmxremote=: not found Tomcat (VM option) IntelliJ

When I run Tomcat server with making vm option in "Edit configurations" it appear that error: /`Tomcat/apache-tomcat-9.0.14/bin/catalina.sh: -Dcom.sun.management.jmxremote=true: not found` I find somewhere on the web advice to add something like…
-1
votes
1 answer

tomcat scripts are not handling Java environment variables in the same manner for catalina.bat and service.bat?

I am using tomcat 8.5.15. version for my project and I have one question about setting up java environment variables for tomcat. I have installed JRE on my windows machine and set the environment variable as JAVA_HOME instead of…
Ras
  • 497
  • 8
  • 18
1 2 3
22
23