catalina Questions
1
I'd like temporarily set Environment variables like Catalina and Java_Home using a batch file, without making persistent changes.
Changes should be removed after the execution of a web-page.
Ther...
Hashimoto asked 5/11, 2015 at 11:9
1
Can anyone describe
What is component in Tomcat and what is role of it in Tomcat server?
What is Coyote?
What is Catalina?
2
Solved
I am using Tomcat 7 with for Spring and JPA Application, database MySQL.
Everything is working fine.but sometime realm.LockOutRealm authenticate problem will arise. I also used connection pooling ...
Expatriate asked 11/3, 2013 at 11:20
4
Solved
I want to enable form based authentication by using database as realm but I'm always getting that message whenever I try to authenticate as Tomcat manager in Tomcat 6. I have already created a tabl...
Doud asked 25/3, 2010 at 6:9
2
I'm trying to run Catalina on Ubuntu Linux using the debug command. I'm getting the following error:
JAVA_HOME should point to a JDK in order to run in debug mode.
/bin/sh died with exit sta...
2
I'm using org.apache.catalina.filters.CorsFilter in my webapp. So I specify the maven dependency
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-cata...
3
I am getting the following error when i tried to start a java spring software that runs under apache:-
Sep 24, 2012 12:08:20 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listene...
1
Solved
Is there any difference between these cipher suites? They look the same however the first three letters are different.
I am referring to TLS_RSA_WITH_AES_128_CBC_SHA and SSL_RSA_WITH_AES_128_CBC_S...
Daudet asked 19/6, 2014 at 12:19
3
Solved
I´m trying to install an application health monitoring application that can monitor J2EE web transactions and I need to put a javaagent into my Tomcat somehow but am not clear on exactly how to do ...
Cavalier asked 14/7, 2011 at 16:55
0
I'm trying to start a tomcat instance(the only tomcat I have), and I'm getting some weird problems, I know that this error:
Failed to initialize end point associated with ProtocolHandler
is b...
1
I added a property to common.loader in Catalina.properties (eg. added C:/apps/conf)
and it is getting reset when I restart Tomcat 7. Though this is not the case on every restart.
Wonder why it's ...
2
Solved
I used apache-tomcat-7.0.37
Git: https://github.com/IRus/jMusic
When application deployment:
[2013-03-15 10:52:11,542] Artifact jMusic:war exploded: Artifact is being deployed, please wait...
Ma...
Yacov asked 15/3, 2013 at 8:3
1
Solved
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 intel...
Sepulchral asked 28/11, 2012 at 13:35
2
What causes this kind of error in Tomcat?
SEVERE: Exception loading sessions from persistent storage
java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException:
bean.Project...
Alternant asked 19/2, 2010 at 6:46
1
Solved
I'm not a big tomcat user, but our project is using it currently. We've committed a .xml configuration file that is placed in CATALINA_HOME\localhost, but get's updated rather often. I would much p...
1
Solved
I'm looking to implement a custom Valve and configuring it using META-INF/context.xml.
At the moment though, when context.xml is parsed during deployment, Tomcat (6.0.32) dies with a ClassNotFound...
Newson asked 26/5, 2011 at 12:23
© 2022 - 2024 — McMap. All rights reserved.