catalina Questions
5
Solved
I have log4j2 jars under $CATALINA_HOME/lib:
log4j-api-2.10.0.jar
log4j-core-2.10.0.jar
log4j-jul-2.10.0.jar
export JAVA_OPTS="${JAVA_OPTS} -Djava.util.logging.manager=org.apache.logging.log...
9
I am trying to build a SpringBoot application.
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework...
3
Solved
Iam new to tomcat but i knew something in java, While setting up tomcat we use to set java_home for the jdk path but all i wanted to knew what is catalina_home and why we need to setup in catalina....
15
Solved
I tried stopping tomcat. It failed with this message:
Tomcat did not stop in time. PID file was not removed.
I then tried again and got this:
PID file (/opt/tomcat/work/catalina.pid) found b...
29
I get this Tomcat Error:
Sep 09, 2012 4:16:54 PM org.apache.catalina.core.AprLifecycleListener init
Information: The APR based Apache Tomcat Native library which allows optimal performance in prod...
Mayonnaise asked 9/9, 2012 at 14:56
2
I have updated the logging.properties file of tomcat to print the logs in json format.
But, the issue is value of "message " has some escape characters, which makes my log invalid json.
Please let ...
2
Solved
I am using kubernetes for a web application deployement.
containers:
- name: myapp
image: tomcat8-jre8:latest
imagePullPolicy: Always
env:
- name: DATABASE_HOST
valueFrom:
secretKeyRef:
...
Softener asked 9/3, 2020 at 16:16
2
"catalina.pid" is not in the "tomcat/bin" folders where it should be and it isn't created there during tomcat starting.
The question is how (where) i can redefine path to "catalina.pid" to force it...
2
Solved
I m new in Spring Boot, i trid to make simple application, i deployed war on tomcat, but i have Error, see my error :
SEVERE: ContainerBase.addChild: start:
org.apache.catalina.LifecycleExceptio...
Alimentary asked 5/2, 2016 at 12:30
6
I have downloaded apache-tomcat-7.0.35. My JDK version is jdk1.6.0_27.
How do I configure CATALINA_HOME as an environment variable and how do I run Tomcat server under Windows 7?
Lop asked 29/1, 2013 at 9:34
2
The exception that I want to ignore/mute is the following:
Resolved exception caused by handler execution: org.apache.catalina.connector.ClientAbortException: java.net.SocketException: Software c...
9
I installed Apache Tomcat 6.0 to a C:/Program Files folder and I set the environmental variables JAVA_HOME and CATALINA_HOME, but when I start the server using startup.bat, I am getting the error:
...
2
My goal is to run CAS to replace ADFS. I thought starting with the docker image is a good place to begin.
I've tried running two different versions of apereo/cas and both have the same error.
Her...
5
Solved
I am trying to run multiple instances of Tomcat, but even after configuring different ports for listening and shutting down the second instance, it keeps trying to listen on 8080 (configured for 80...
Rolland asked 19/4, 2013 at 17:43
1
Solved
I'm trying to adjust logging for catalina. My logging.properties for Tomcat looks like:
handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler, 3manager.org.apach...
Laminate asked 16/3, 2018 at 13:59
1
Solved
I would like to extend the set of reloadable directories on tomcat 7.0.59.
When reloadable attribute within Context is set to true, tomcat monitors classes in: /WEB-INF/classes/ and /WEB-INF/lib.
...
3
Solved
Tomcat is not starting in debug mode. Getting below logs.
C:\ApacheSoft\apache-tomcat-7.0.67\bin>catalina.bat jpda start
Using CATALINA_BASE: "C:\ApacheSoft\apache-tomcat-7.0.67"
Using CATALIN...
Shelve asked 9/2, 2016 at 15:51
4
I just finished setting up the prelimanary steps for a Java Web project on NetBeans. I installed NetBeans and created a network drive using Samba on my home Ubuntu Server, which has Tomcat7. When I...
1
For the last few months we have suffered from intermittent 102 errors when trying to connect to our internal server hosting JIRA and Stash over port 8080 and 7990 respectively.
I'm not familiar wi...
Grisaille asked 8/5, 2015 at 10:18
2
Solved
I've got a fresh installation of Tomcat 7.0.56. When I run startup.bat (As administrator or not), I got the following message:
Using CATALINA_BASE: "C:\uPortal_test\apache-tomcat-7.0.56"
Using C...
Rizo asked 7/11, 2014 at 10:26
2
My Java application (Spring, Hibernate, MySQL) is running in Tomcat 5.5
After the last set of changes to my application, Tomcat's catalina.out file is growing very rapidly. With each query it adds...
1
Solved
I am working on a tomcat application. I am trying to add CSRF authentication token provided by catlina library(org.apache.catalina.filters.CsrfPrevention). I have added filter to web.xml
<filt...
Eyestrain asked 10/4, 2016 at 13:23
2
Solved
I ran brew install tomcat to install tomcat 8.
Now I need to put my .war file in CATALINA_BASE/webapps
I cannot find that directory anywhere on my computer. How can I locate this folder so I can ...
2
I'm trying to configure my tomcat to rollover log files once a size limit is reached. I'm running tomcat as a windows service and am redirecting all my stdout to catalina.log. This is how I configu...
3
I have placed JVM options via JAVA_OPTS in catalina.sh in the catalina base. However, the system doesn't pick those options--I am trying to pass profiling information to set paths for project prope...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.