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

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,982
  • 13
  • 53
  • 69
-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
  • 41
  • 2
  • 12
-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
  • 3
  • 10
-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
  • 543
  • 1
  • 9
  • 25
-1
votes
2 answers

batch file to start Catalina.bat file

I want to create batch file to start/stop catalina.bat file on window server. @echo off cls cd D:\apache-tomcat-7.0.75-windows-x86\apache-tomcat-7.0.75\bin catalina.bat start this is what I create but not working.
Keshav Kalra
  • 1
  • 1
  • 5
-1
votes
4 answers

Bash script to parse log file

I am trying to parse a log file to extract userIds. Below is how each log is setup in catalina.out. I want to extract just the userId. How would I do that. I tried awk and grep but it returns the entire block instead of just userId. Also, I want to…
redsox2002
  • 1
  • 1
  • 1
  • 1
-1
votes
1 answer

Alfresco 5.1 Community won't start

just all of the sudden, my alfresco won't start. i've tried all possible things i can do to check but to no avail. here is my Catalina Log and Tomcat Log. I've not made any configurations with the properties or sort. it was also running a few moment…
TheQuestioner
  • 702
  • 10
  • 28
-1
votes
1 answer

Tomcat server startup on netbeans 7.0.1

I've installed a tomcat server in netbeans but when I try to start the server I get this list of errors! Using CATALINA_BASE: /usr/share/tomcat6 Using CATALINA_HOME: /usr/share/tomcat6 Using CATALINA_TMPDIR: /usr/share/tomcat6/temp Using…
Malignus
  • 115
  • 1
  • 13
-1
votes
1 answer

APACHE 7 org.apache.catalina.LifecycleException:

My app runs well on localhost with apache6, but when I uploaded to the server with apache7 it won't run. may 31, 2015 7:31:53 AM org.apache.catalina.core.StandardContext reload Información: Se ha completado la recarga de este Contexto may 31, 2015…
-1
votes
1 answer

How to specify path in Apache tomcat catalina for folder on different server?

On apache tomcat C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf\Catalina\localhost\ we can change folders for another by specify it in XML like: THE_FOLDER.xml and in that xml we can change that THE_FOLDER path
VextoR
  • 5,087
  • 22
  • 74
  • 109
-3
votes
1 answer

Tomcat7 not started on CentOS

I have installed Tomcat7 on CentOS. I have downloaded the tar file and unzipped it. Then from bin folder i have started it and in the command line is it showing Tomcat has started. Then i am trying to get in via localhost:8080 But nothing is…
TAMIM HAIDER
  • 641
  • 1
  • 10
  • 19
-4
votes
2 answers

A child container failed during start java.util.concurrent.ExecutionException:

I am having issue with starting tomcat 7.0 server for localhost. (eclipse indigo, Java) . Below is the error message and the server fails to start in 45ms. Could someone explain what I am getting this error? SEVERE: A child container failed during…
juno0628
  • 1
  • 5
1 2 3
23
24