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

Tomcat 7 WAR deploy LifecycleException

I'm trying to deploy a war file - Liferay web application via Tomcat Web Application Manager. The following exception is thrown "Adresár alebo súbor neexistuje" means "Directory or file does not exist" in the code below SEVERE: Error copying…
Matej Šípka
  • 190
  • 4
  • 24
0
votes
1 answer

Failed to start Tomcat8 server on ubuntu 12.04

Trying to install Tomcat 8 on ubuntu 12.04 but I have this following problem with Catalina component ,I think it's related to log files. this is the command result: ~# $CATALINA_HOME/bin/startup.sh Using CATALINA_BASE: …
Inès Belhouchet
  • 491
  • 4
  • 8
  • 23
0
votes
1 answer

Can't run tomcat (Ljavax/persistence/EntityManagerFactory)

This is my second one. Can't run Tomcat server (i don't know why) but i have one weird error (caused by). There is my pom.xml code:
elzoy
  • 5,237
  • 11
  • 40
  • 65
0
votes
2 answers

How to configutre Tomcat (Catalina) to redeploy web app without restarting server?

Every time I am trying to redeploy my application without restarting server I receive PermGen error, and when I'am trying to close server I receive: Java HotSpot(TM) 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching…
crou
  • 3
  • 3
0
votes
1 answer

Tomcat6 does not restart geoserver

I've been using geoserver for a while, and it suddenly stopped working. I usually restart it by relaunching tomcat6: sudo /etc/init.d/tomcat6 stop sudo /etc/init.d/tomcat6 start I often had to do that because geoserver GWC process was using too…
Bruno von Paris
  • 882
  • 1
  • 7
  • 26
0
votes
2 answers

OpenOLAT 10.0.9 not responding

I've set up OpenOLAT with following installation guide: http://www.openolat.com/fileadmin/adminwiki/QW5vdGhlcl9JbnN0YWxsYXRpb25fR3VpZGU=.html I am able to view the Tomcat website at http://example.com:8080/, but I am not able to view the OpenOLAT…
checker284
  • 1,286
  • 3
  • 14
  • 29
0
votes
1 answer

Best way to increase heap size in catalina.sh file for XWiki?

I am trying to configure XWiki on Ubuntu 14.0.4 for an project. I keep getting an error that says: java.lang.OutOfMemoryError: Java heap space. I have tried Google'ing for a solution, but nothing that I have found has worked. The majority of…
James Curtis
  • 31
  • 1
  • 1
  • 4
0
votes
1 answer

Turning laptop into a server to run spring tool suite over the internet

I am trying to run a website from my computer using Spring Tool Suite (STS). Using pivotal tc Server I can access this website that I made by running the server and using localhost:8080 as a url. My laptop contains other software that is permitted…
G Sis
  • 199
  • 2
  • 7
0
votes
1 answer

Cannot set property for tomcat

I need to set the next property to catalina.propeties file for proper application work: org.apache.jasper.compiler.Parser.STRICT_WHITESPACE=false But when I start tomcat from eclipse it sets defaul settings to catalina.properties (overwrites) and…
Den - Ben
  • 99
  • 1
  • 10
0
votes
1 answer

shared.loader="${catalina.home}/shared/classes not working on LINUX but working on WINDOWS

Does anyone know the reason why this would work in WINDOWS (tomcat 8.0.9) and not on LINUX (tomcat 6)? I set catalina.properties (/etc/tomcat6/catalina.properties) file…
Angelina
  • 2,175
  • 10
  • 42
  • 82
0
votes
0 answers

Removed tomcat and environment variables but cd $CATALINA_HOME still looks for /opt/tomcat7

Removed tomcat and environment variables but cd $CATALINA_HOME still looks for /opt/tomcat7 How do I remove it completely? I am using Cent OS6.5 I have removed it from /etc/profile as well as /usr/local/tomcat. I have removed the /opt/tomcat folder.…
0
votes
1 answer

I set PATH variable of CATALINA_HOME, but when I try to create new FIle in java it goes wrong

Firstly, I set PATH variable CATALINA_HOME=/opt/tomcat then I check it in terminal cd $CATALINA_HOME it's works. Secondly, I created file.properties and wrote catalina.home=%CATALINA_HOME%. Lastly, I tried to run following code @Autowired…
Haygo
  • 125
  • 2
  • 12
0
votes
1 answer

How to see changes in .jsp files without restarting server?

I see it in this thread: Why are my JSP changes are not reflected without restarting Tomcat? -do I have to specify development property to true if the true is by default?? But i still setted it, then removed the two mentioned files, restarted my…
Charlie Harper
  • 379
  • 4
  • 7
  • 21
0
votes
1 answer

Apache Tomcat Startup Error : SEVERE: Error deploying web application directory

I copied tomcat from one server to another and now on new server when I start it doesnot load any app and gives a blank page. Here's the error in calatalina logs Jun 8, 2014 3:43:55 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR…
Ashish Verma
  • 762
  • 8
  • 14
0
votes
1 answer

org.apache.catalina.LifecycleException: Failed to start component

i am getting this error when starting my tomcat server with my application. I don't really understand it but if i "clean" in eclipse a few times or if i stop start the tomcat server a few times it somehow works, but then it happens over again if i…
Gleeb
  • 10,773
  • 26
  • 92
  • 135