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

Apache Tomcat 9 is logging in multiple log files, switching after some time period

Apache Tomcat 9 is logging in multiple log files, I have set up tomcat 9 which is working fine but I noticed that it's created Catalina.out and similar log files in two folders. Tomcat 9/bin/log/catalina.out Tomcat 9/log/catalina.out It's logging…
Atif Hussain
  • 880
  • 12
  • 19
0
votes
0 answers

How to disable gc logs in log4j/tomcat environment?

We are facing a recurring issue where log4j log file is getting written some binary information which turns it into a binary file. I found similar question on stackoverflow , but I didn't find the answer conclusive. Is it possible to turn off the gc…
0
votes
1 answer

Tomcat 9 on Windows Doesn't Read web.xml from Catalina_Home\conf on Startup

After installing Tomcat 9 on Windows machine, the tomcat starts without any error but it doesn't service any servlet. Using procmon, I found out that tomcat doesn't read the web.xml from %CATALINA_HOME%\conf when it starts. It does read other files…
sbiras
  • 65
  • 4
0
votes
1 answer

Deployment via tomcat7-maven-plugin keeps adding "/deploy?path" to the target path

I'm trying to deploy a new version of my app to the path /app-test using the ## notation. I've set the warFileName in pom.xml to be app-test##2021-01-21-pkix-fix and then called mvn clean tomcat7:deploy which generates and builds a .war…
Joe - GMapsBook.com
  • 15,787
  • 4
  • 23
  • 68
0
votes
1 answer

File Not Found Error When Running Apache Tomcat7

I try to run the tomcat using ./startup.sh under bin folder. The console print out following: Using CATALINA_BASE: /c/Users/zzhang/Desktop/apache-tomcat-7.0.107-src Using CATALINA_HOME: /c/Users/zzhang/Desktop/apache-tomcat-7.0.107-src Using…
Terry Zhang
  • 4,541
  • 8
  • 23
  • 29
0
votes
0 answers

Tomcat9 - Limit Size or File Rotation of STDOUT and STDERR

I am using Tomcat 9 to run application in Window 10 (Run as window service). I would like to confirm how should I avoid the STDOUT or STDERR log file to be too big by any of two approach below: Create new STDOUT or STDERR log when size hit 1GB…
obl0702
  • 123
  • 11
0
votes
1 answer

What should the ownership and file permissions be on catalina.policy?

We had the timestamp changed on the file catalina.policy to root:root 755. We're not sure that is correct but can't find an answer via any search engine or catalina.policy documentation. Can someone look at theirs and tell us what it is?
TekOps
  • 179
  • 2
  • 5
0
votes
3 answers

Netbeans 12 on Windows won't let me connect Tomcat

No matter which tutorial I follow, I am unable to get apache-tomcat-8.0.9 to work with Netbeans 12. The IDE keeps showing the error message The specified Server Location (Catalina Home) folder is not valid. I'm using jdk-14.0.1 and…
0
votes
0 answers

Tomcat 7 Gets Errors During Startup of Java Project

I have a Java project which was working perfectly before. Now I'm getting the errors below. The server startup is successful but the services do not work. Java version of the project is 8 and I use Tomcat 7 server. web.xml:
esdoodle
  • 247
  • 2
  • 21
0
votes
0 answers

org.apache.catalina.LifecycleException: failed to start component [StandardEngine [catalina].standardHost[localhost].StandardContext [/bonita]

I have a little problem when starting tomcat. When I look at the catalina logs I see that there are errors. I had to look in forums and I was told that a potential solution was to check if I was using the right version of java compatible with tomcat…
tnougosso
  • 72
  • 1
  • 4
0
votes
0 answers

How to fix Tomcat issue not working with Eclipse?

Tomcat is not working with Eclipse. I tried everything from changing port number to admin port number. cleaned the directory. restarted multiple times cleaned the project, reloaded, restarted, done every possible research. Actually tomcat starts,…
Nitish
  • 23
  • 1
  • 6
0
votes
0 answers

Java spring, tomcat 8.5.9. java.io.FileNotFoundException - Access Denied saving file on shared network directory

I have a problem that when running deployed on tomcat 8.5.9, I get access denied, and I can't create a file on a shared network folder. Running locally everything works perfectly. I have tried cmd dir \\10.65.161.93\c$\tscape\download from the…
Brucebayne
  • 39
  • 3
0
votes
1 answer

webcontext on Artifactory 7.x

I am struggling to set the webcontext on artifactory 7.x, but I cannot make it work no matter what I try. I know that on artifactory 5.x and 6.x there is an option in the menu for that, but in 7.x it's different. Why I try :8082/ it's working, but I…
user3581412
  • 33
  • 1
  • 7
0
votes
1 answer

Unable to deploy .war Tomcat

I am working on an API project, using Java and Tomcat. Friday everything was OK, but today I am not able to deploy the war on the server. Here is the stack error in Tomcat: 17-Feb-2020 11:47:43.444 INFOS [main]…
Léa
  • 51
  • 5