Thomas:
On 3/28/2022 2:01 PM, Thomas Hoffmann (Speed4Trade GmbH) wrote:
Hello Chris,
-Ursprüngliche Nachricht-
Von: Christopher Schultz
Gesendet: Montag, 28. März 2022 18:48
An: users@tomcat.apache.org
Betreff: Re: AW: AW: Question to possible memory leak by Threadlocal
variable
Just a note:
On 2/8/2022 8:32 AM, Rob Sargent wrote:
On 2/8/22 08:11, Robert Turner wrote:
Okay. Yep, my most recent suspicion was correct -- it's related to the
Docker bind to a local folder containing the webapps. As such, I believe
it's a Docker issue of some sort and not Tomcat specific.
Eric:
On 12/29/2021 1:04 PM, Eric Robinson wrote:
We want to run a large number of tomcat instances on the same server without
virtualization or containerization. Each instance is executed from its own
folder tree and listens on its own unique TCP port. Each instance will run code
that
Jerry:
On 12/21/2021 4:17 PM, Jerry Malcolm wrote:
Mark,
Thanks for the comments. I have somewhat of a solution. I just want to
document what I learned in case anyone else has this problem. From what
I have been able to determine, you are correct about it being an Amazon
problem. I
Chris,
On 12/9/2021 7:35 PM, Christopher Schultz wrote:
Mark,
On 12/9/21 00:54, Mark Eggers wrote:
Then there's clustering without multicast. Right now we don't use
sessions, so I am not concerned about clustering. However, we will
have some applications in the near future that will require
Jerry,
On 12/8/2021 9:18 PM, Jerry Malcolm wrote:
On 12/1/2021 10:38 AM, Jerry Malcolm wrote:
Mark,
On 12/1/2021 12:21 AM, Mark Eggers wrote:
Jerry,
On 11/30/2021 10:06 PM, Jerry Malcolm wrote:
I'm circling back to this after a few months. I am building on a
Windows 10 box with 9.0.52 TC
Jerry,
On 11/30/2021 10:06 PM, Jerry Malcolm wrote:
I'm circling back to this after a few months. I am building on a
Windows 10 box with 9.0.52 TC. But I'm running on an AWS Linux2 with
8.5.72. This has never caused any problems so far, or at least as far
as I can tell. But I'm hitting
(www.blackberry.com)
From: Mark Eggers
Sent: Nov 17, 2021 8:10 PM
To: users@tomcat.apache.org
Subject: Re: How to *properly* create and use a CATALINA_BASE installation
On 11/17/2021 5:28 PM,
jonmcalexan...@wellsfargo.com.INVALID<mailto:jonmcalexan...@wellsfargo.com.INVA
Mike,
On 11/17/2021 7:16 PM, Michael B Allen wrote:
On Wed, Nov 17, 2021 at 9:05 PM Mark Eggers
wrote:
CATALINA_HOME and CATALINA_BASE are links to an appropriate Tomcat
installation, and one configured for that particular service.
Then to upgrade to a new Tomcat, you do the following:
1
On 11/17/2021 5:28 PM, jonmcalexan...@wellsfargo.com.INVALID wrote:
We export it. You have to make sure the setenv.sh is calling setenv.sh. it
works fine for me.
Thanks,
Sent with BlackBerry Work (www.blackberry.com)
From: Michael B Allen
Sent: Nov 17,
Jon,
On 11/2/2021 3:26 PM, jonmcalexan...@wellsfargo.com.INVALID wrote:
I have an application team that is getting the following stack trace while starting
Tomcat 8.5.70. I've done some searching but can't find anything. In looking at their
context.xml it appears that they have
On 10/13/2021 11:16 AM, Kenaw, Seretseab wrote:
Hello,
Our IT team just notified us with a severe security vulnerability on our web
application with the Tomcat version that we are using (9.0.12). What
remediations can we use to quickly fix the issue?
Thank you
Seretseab Kenaw
Terrence,
On 9/20/2021 11:49 AM, Terrence Rideau wrote:
I have a new Linux install of Apache Tomcat/9.0.52. When I start Tomcat using
"/bin/systemctl start tomcat" it starts with 2 Tomcat services.
My webapp runs but I have a issue importing and the application support team
thinks it is
Barry,
On 9/18/2021 1:31 PM, Barry Kimelman wrote:
I am running tomcat 9.0.52 on ubuntu 20.04 LTS
I am able to compile my application but when I issue the "ant install"
command it fails with the following error message
[barry] /home/barry/tomcat/hockey3 1106 ant install
Buildfile:
On 8/27/2021 11:16 AM, Jerry Malcolm wrote:
On 8/27/2021 11:55 AM, Christopher Schultz wrote:
Mark and Jerry,
On 8/26/21 22:03, Mark Eggers wrote:
Jerry,
On 8/26/2021 6:35 PM, Jerry Malcolm wrote:
I am encountering a weird problem. I'm getting the following SQL
error on an INSERT command
Jerry,
On 8/26/2021 6:35 PM, Jerry Malcolm wrote:
I am encountering a weird problem. I'm getting the following SQL error
on an INSERT command.
com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation:
Incorrect datetime value: '1969-12-31 18:00:00.0' for column...
The column is a
Folks,
On 8/24/2021 3:55 PM, Christopher Schultz wrote:
James,
On 8/24/21 17:20, James H. H. Lampert wrote:
I could have sworn I asked about this over a year ago, but I can't
find any record of having done so.
We've got a low-priority complaint about a security scan looking for
"test.jsp"
Chris,
On 8/16/2021 12:56 PM, Christopher Schultz wrote:
protocol="org.apache.coyote.http11.Http11Protocol"
sslEnabledProtocols="TLSv1.2"
... and have no other protocol-related configuration settings.
Thanks.
That was my take as well. However, I figured the original author could
read the
On 8/13/2021 5:27 PM, James H. H. Lampert wrote:
While we've been systematically updating our customer boxes, a few of
our customer boxes are still on Tomcat 7.
I've got the following Connector tag set up in server.xml:
compressableMimeType="text/html,text/xml,text/plain,text/css,
On 2/24/2021 9:54 AM, Patrick Baldwin wrote:
Hi, I'm trying to reconfigure a pre-existing dev Tomcat 8 server so folks
can use the manager GUI; so far, I just get the ERR_CONNECTION_REFUSED
message.
I've stripped the tomcat users file down to just:
$ cat /usr/local/tomcat/conf/tomcat-users.xml
Mark,
On 2/1/2021 1:33 AM, Mark Thomas wrote:
Is the GC root above the only one? I've seen similar behaviour in the
past where weak references appear to be the cause of a leak but closer
inspection uncovers a strong reference.
Mark
Thanks for putting me on the correct track. I'm using log4j2
On 1/31/2021 9:39 PM, Mark Eggers wrote:
Folks,
This is probably not a Tomcat issue, but any thoughts on how to resolve
this would be greatly appreciated.
I am running into an apparent ClassLoader leak with the following
configuration:
Windows 10 Professional (64 bit, latest updates
Folks,
This is probably not a Tomcat issue, but any thoughts on how to resolve
this would be greatly appreciated.
I am running into an apparent ClassLoader leak with the following
configuration:
Windows 10 Professional (64 bit, latest updates)
OpenJDK 11.0.10
Apache Tomcat 7.0.107
Jersey
Thomas,
On 1/20/2021 2:59 AM, Thomas Meyer wrote:
Hi,
as far as I can see there seems to be no AccessLog interface implementation
that is using the standard tomcat logging subsystem.
Is there a reason for this?
I have a use case were I want to forward access log to splunk via http event
Rob,
On 1/10/2021 8:51 PM, Rob Sargent wrote:
While trying to understand why PerUserPoolDataSource doesn't implement
javax.sql.ConnectionPoolDataSource on
https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/tomcat/dbcp/dbcp2/datasources/package-summary.html
I get a 404 from
James,
On 11/18/2020 5:06 PM, James H. H. Lampert wrote:
Ladies and Gentlemen:
The same customer installation that required 104 (but with the 103
catalina.sh, to avoid Bug 64501) back in June is now demanding an update
to 106 because of the CVE-2020-13935 vulnerability.
Two questions:
1.
Shawn,
On 10/12/2020 12:59 PM, Beard, Shawn wrote:
Tomcat 9.0.31.0 loads a org.apache.catalina.security.SecurityListener by
default in the catalina.sh file.
This SecurityListener also sets the UMASK of files to 0027. This has the effect
of any file tomcat creates or the app running in tomcat
Carles,
On 9/1/2020 11:23 AM, Christopher Schultz wrote:
> Carles,
>
> On 9/1/20 14:08, Carles Franquesa wrote:
>> This message is a reply to those that asked me for uploading a
>> simple version of my webapp reproducing the problem of not finding
>> classes when a JSP is inside a subfolder,
Jake,
On 8/21/2020 10:26 AM, Jake Orel wrote:
> Hey Chris,
> I've been working with Jerry on this. What I had found was to use Collectd
> with the java and genericJMX plugins to gather the Mbeans i wanted to
send.
> After that there was the options of either using a cloudwatchPlugin
>
Chris,
On 5/12/2020 1:25 PM, Christopher Schultz wrote:
> Mark,
>
> On 5/12/20 16:14, Mark Eggers wrote:
>> Chris,
>
>> On 5/12/2020 12:55 PM, Christopher Schultz wrote:
>>> Jonathan,
>>>
>>> On 5/12/20 11:20, Jonathan Yom-Tov wrote:
>&g
Chris,
On 5/12/2020 12:55 PM, Christopher Schultz wrote:
> Jonathan,
>
> On 5/12/20 11:20, Jonathan Yom-Tov wrote:
>> The problem is that my application is running on AWS which
>> apparently doesn't support multicasting so I can't use Tomcat's
>> DeltaManager.
>
> The membership-manager is
Jonathan,
On 5/12/2020 8:20 AM, Jonathan Yom-Tov wrote:
> The problem is that my application is running on AWS which apparently
> doesn't support multicasting so I can't use Tomcat's DeltaManager. I
> thought of using one of the Store implementations for
PersistentManager but
> that has the
On 4/9/2020 3:45 PM, jonmcalexan...@wellsfargo.com.INVALID wrote:
> Potentially off-topic, sorta, questions.
>
>
> 1. How do we get the latest versions of mod-jk.so tomcat connector 1.2.46
> or 1.2.48? I see the binaries and such for IIS, but not .so versions.
>
> 2. How, on windows,
James,
On 4/9/2020 12:11 PM, James H. H. Lampert wrote:
> On 4/6/20 2:13 PM, Mark Eggers wrote:
>> # Secure your proxy - localhost for now - this is IMPORTANT
>>
>> Require ip 127
>>
>
> Dear Mr. Eggers:
>
> It seems I was right about how what you s
On 4/8/2020 6:42 PM, calder wrote:
> On Wed, Apr 8, 2020, 18:11 James H. H. Lampert
> wrote:
>
>>
>> And as to vendor-supplied installations, I agree with you. I'm rather
>> irritated with the "Debianism" of splitting Tomcat up so completely that
>> webapp contexts can be in at least two
James,
On 4/8/2020 5:41 PM, James H. H. Lampert wrote:
> On 4/8/20 4:57 PM, Mark Eggers wrote:
>> See
>> https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxy
>> for some examples.
>
> Yes. That's the very point in the documentation that has my head spinning:
>
On 4/8/2020 4:11 PM, James H. H. Lampert wrote:
> On 4/8/20 3:52 PM, Mark Eggers wrote:
>>>>
>>>> Require ip 127
>>>>
>
> Dear Mr. Eggers (et al.):
>
> I'm still not clear on what that even *does* (and the official docs
> leave me ev
t automatically, and I've added
> a security group to temporarily open 8080 to my office IP address, so
> that I can reach it directly and verify that it works (it does). And
> I've also verified that mod_proxy and mod_proxy_http are enabled (they
> already were; I didn't have to lift a finger)
&
On 4/6/2020 5:47 PM, James H. H. Lampert wrote:
> As it happens, I'm now struggling with an issue just trying to get a new
> virtual host up and running on the httpd server. I've put it on Server
> Fault, at: https://preview.tinyurl.com/rr3rxwa
>
> While it may not be necessary to solve this
James,
On 4/6/2020 3:09 PM, James H. H. Lampert wrote:
> First of all, thank you, Mr. Malcom, Herr Kreuser, and Mr. Eggers.
>
> One thing I will note is that near as I can tell, mod_proxy and
> mod_proxy_http are already present on the system (I can find
> "mod_proxy.so" and
Hi Jerry / James,
On 4/6/2020 1:59 PM, Jerry Malcolm wrote:
> Hi James,
>
> I've been using this precise setup for years, first on a dedicated
> hosted server and recently on EC2/Linux2. I use mod_jk.
>
> The first step is to make sure httpd recognizes all of the domain names
> and subdomains.
James,
On 4/6/2020 12:53 PM, James H. H. Lampert wrote:
> Here is the situation:
>
> We have an existing Amazon EC2 instance, running Amazon Linux 2, with an
> Apache httpd server already running our web sites (for argument's sake,
> "foo.com," "bar.com," and "baz.com."), and already getting its
Alex,
On 1/9/2020 8:51 AM, Alex K wrote:
> Hi all,
>
> I have two .war files that when deployed at a plain Debian 9 VM are working
> fine.
> I have prepared a docker file so as to deploy the same apps within a docker
> container and for some reason one of the apps is not loading due to some
>
On 1/7/2020 1:13 PM, Jerry Malcolm wrote:
> On 1/7/2020 3:09 PM, Michael Osipov wrote:
>> Am 2020-01-07 um 21:58 schrieb Jerry Malcolm:
>>> This may be more of a Java question than Tomcat. But I'm not sure.
>>> I have the same code, talking to the same MySql Linux (AWS)
>>> database. I read a
On 7/24/2019 12:58 AM, Karen Goh wrote:
>
>
>
>
>
> On Wednesday, July 24, 2019, 12:54:35 PM GMT+8, Mark Eggers
> wrote:
>
>
> Karen,
>
> On 7/23/2019 7:41 PM, Karen Goh wrote:
>> Dear experts,
>>
>> I need some help again.
>
Karen,
On 7/23/2019 7:41 PM, Karen Goh wrote:
> Dear experts,
>
> I need some help again.
>
> I am trying to get a html page out on my browser, I changed my Tomcat server
> as the previous one has some Ant script 'creeping in when I downloaded an
> example'. However, I do not know why am I
Chris,
> Jerry,
>
>> On 7/19/19 13:38, Jerry Malcolm wrote:
> I have had a dedicated hosted environment with WAMP and
> Tomcat for over 15 years. I'm very familiar with everything
> related to that environment... apache http, mysql, dns
> server, the file system, JAMES, and all
> Jerry,
>
> On 7/19/19 13:38, Jerry Malcolm wrote:
I have had a dedicated hosted environment with WAMP and Tomcat for
over 15 years. I'm very familiar with everything related to that
environment... apache http, mysql, dns server, the file system,
JAMES, and all of my
André:
See comments inline.
On 7/16/2019 4:37 PM, André Warnier (tomcat) wrote:
> On 16.07.2019 19:54, Martynas Jusevičius wrote:
>> Grigor,
>>
>> I think this is a use case that Docker containers at least partially
>> address.
>>
>> I find deploying containers way easier to share/deploy and
Jerry,
On 8/23/2017 9:29 AM, Jerry Malcolm wrote:
> I have a very weird situation. I have a staging server and a
> production server running on the same instance of TC (8.0). When I'm
> doing development and testing on the staging server, I'm often replacing
> jar files and JSPs in the various
Roparzh,
On 8/2/2017 10:07 PM, Roparzh Hemon wrote:
> On Wed, Aug 2, 2017 at 2:30 PM, Konstantin Kolinko
> wrote:
>> 2017-07-28 20:51 GMT+03:00 Roparzh Hemon :
>>> On Fri, Jul 28, 2017 at 6:18 PM, Konstantin Kolinko
>>>
Chaitanya,
On 7/31/2017 10:34 AM, Chaitanya Sabbineni wrote:
> Hi All,
>
> Even though I use tomcat default port 8080 it's the same I am able to do
> wget and curl but when launching the ui from local Windows machine it's
> keep on rotating but never opens
>
> Thanks in advance
>
> On Mon, 31
Roparzh,
On 7/28/2017 12:37 AM, Roparzh Hemon wrote:
> On Thu, Jul 27, 2017 at 5:35 PM, Mark Eggers
> <its_toas...@yahoo.com.invalid> wrote:
>
>> Images are stripped. Please type out the text.
>
> Sorry about that, the full error message said
>
> 'Starting T
Roparzh,
On 7/27/2017 12:08 AM, Roparzh Hemon wrote:
> Hello all, in Eclipse Neon.3 Release (4.6.3) I get the following error
> message :
>
>
>
>
>
>
> Any help appreciated.
>
Images are stripped. Please type out the text.
I just tried 9.0.0M22 on Eclipse Oxygen and it worked as
Rainer,
On 7/22/2017 2:37 PM, Rainer Jung wrote:
> Am 22.07.2017 um 22:48 schrieb Mark Eggers:
>> On 7/22/2017 12:50 AM, Aurélien Terrestris wrote:
>>> Hello,
>>>
>>> I'm trying the latest Tomcat (9.0.0.M22) with all the default
>>> settings and
>
On 7/22/2017 12:50 AM, Aurélien Terrestris wrote:
> Hello,
>
> I'm trying the latest Tomcat (9.0.0.M22) with all the default settings and
> applications. When shutting down, it doesn't stop and I'm staying with a
> java process which cannot handle any request.
> When setting the CATALINA_PID and
Roparzh,
This is going to be very long. I just wrote this, but have NOT done more
than a cursory proof-reading.
I hope that you find it useful.
On 7/22/2017 12:14 AM, Roparzh Hemon wrote:
> On my Mac 10.11.3 I've installed the Eclipse JEE IDE (Version: Neon.3
> Release (4.6.3)) I also installed
Roparzh,
On 7/22/2017 12:14 AM, Roparzh Hemon wrote:
> On my Mac 10.11.3 I've installed the Eclipse JEE IDE (Version: Neon.3
> Release (4.6.3)) I also installed apache-tomcat 9 on my Mac, using the
> following commands :
>
> sudo mkdir -p /usr/local sudo mv ~/Downloads/apache-tomcat-9.0.0.M21
>
Chris,
Replies inline:
On 7/21/2017 10:01 AM, Christopher Schultz wrote:
> Roparzh,
>
> On 7/20/17 2:16 PM, Roparzh Hemon wrote:
>> On Thu, Jul 20, 2017 at 8:03 PM, Christopher Schultz
>> wrote:
>
>>> 4. Java on Windows is a nightmare. If you want to quip about
Roparzh,
On 7/21/2017 9:35 AM, Christopher Schultz wrote:
> Roparzh,
>
> On 7/20/17 10:23 PM, Roparzh Hemon wrote:
>> On Thu, Jul 20, 2017 at 8:44 PM, Mark Thomas
>> wrote:
>>> On 20/07/17 19:16, Roparzh Hemon wrote:
I am a long-time Mac fan, but on my mac I got stuck by
Roparzh,
On 7/20/2017 6:45 AM, Roparzh Hemon wrote:
> Hello all,
>
> I am currently unable to install Tomcat 9.0 on my Windows 10
> system (I didn't install any other version of Tomcat so far).
> I've retried several times and the same problem appears over and
> over again :
>
Chaitanya,
This will be long and somewhat speculative.
On 7/20/2017 9:00 AM, Christopher Schultz wrote:
> Chaitanya,
>
> On 7/20/17 11:03 AM, Chaitanya Sabbineni wrote:
>> Stop script in the sense it's Catalina script only but we usually
>> stop tomcat using the command Catalina.sh stop. But in
Marc,
On 6/20/2017 4:34 PM, Marc Dorsa wrote:
> Hi Tomcat Users,
>
> I am having a difficult time trying to enable SSLv3 in Tomcat 8.5.15. (A
> 3rd-party component of our product requires SSLv3 and there's no getting
> around it!) Our Tomcat is running on a custom Linux distribution based on
On 6/1/2017 1:32 AM, Nicholas Cottrell wrote:
> yum provides /usr/lib64/httpd/modules/mod_proxy_ajp.so
OK - don't know how I missed it. I could have sworn it wasn't there
yesterday :-p.
I just checked my system and it's there (run CentOS 6 in production).
/mde/
signature.asc
Description:
Nic,
On 5/31/2017 5:42 AM, Nicholas Cottrell wrote:
> Hi All!
>
> I'm having a problem setting up an existing webapp from Apache
> 2.2/Tomcat6 on a new server running Centos 7, and the following
> packages:
>
> httpd 2.4.6-45.el7.centos.4 tomcat.noarch
> 7.0.69-11.el7_3 @updates
Chris,
On 5/24/2017 2:09 PM, Christopher Schultz wrote:
> Mark,
>
> On 5/24/17 11:50 AM, Mark Eggers wrote:
>> True blue-green deployments would take some additional work, but
>> that's not beyond the realm of possibility. I might spend some
>> time doing this with Ela
Chris,
On 5/23/2017 10:55 AM, Christopher Schultz wrote:
> Mark,
>
> On 5/21/17 8:34 PM, Mark Eggers wrote:
>> I developed my own [build and deployment scripts]. I use the Ant
>> scripts just for customizing Tomcat installations.> I do have one
>> slight iss
Chris,
On 5/20/2017 4:37 PM, Christopher Schultz wrote:
> Mark,
>
> On 5/19/17 3:26 PM, Mark Eggers wrote:
>> GB,
>
>> On 5/19/2017 8:28 AM, gkk gb wrote:
>>> If my current Tomcat is installed in
>>>
>>>
>>> /home/tomcat/dir1/apache-t
GB,
On 5/19/2017 8:28 AM, gkk gb wrote:
> If my current Tomcat is installed in
>
>
> /home/tomcat/dir1/apache-tomcat-8.5.9
>
>
> and then I install the latest Tomcat in
>
>
> /home/tomcat/dir1/apache-tomcat-8.5.15
>
>
> how does Apache web server know to connect to the newer version of
>
scripting effort I can get a
history of what versions were deployed to what server when.
Please review and laugh . . . or better yet, proffer improvements :-).
On 5/19/2017 10:10 AM, Decker, Richard M wrote:
> Mark,
>
>> -Original Message-----
>> From: Mark Egger
Richard,
On 5/19/2017 10:10 AM, Decker, Richard M wrote:
> Mark,
>
>> -Original Message-----
>> From: Mark Eggers [mailto:its_toas...@yahoo.com.INVALID]
>> Sent: Friday, May 19, 2017 10:44 AM
>> To: Tomcat Users List <users@tomcat.apache.org>
>>
Chris,
On 5/19/2017 7:33 AM, Christopher Schultz wrote:
> Israel,
>
> On 5/18/17 10:52 AM, Israel Timoteo wrote:
>> Any comments from the community for ...
>
>> 1) What tools is the community using for simultaneous applications
>> deployment on several servers, let’s say more than 20?
>
> I
Shailesh,
On 5/15/2017 8:22 AM, Shailesh Jain wrote:
> We have updated the maxThread configuration to 10 at below place in
> server.xml of DEV environment. However I was able to see more than 10
> threads. I have also attached the server.xml
>
> I need your help to understand if I am doing
Sharat,
On 3/29/2017 9:23 AM, Sharat Jagannath wrote:
> I get a 404 error when I call my server endpoint with wss.
> I'm using tomcat 9 which sits behind ngnix. Does that make a difference?
> here's how my server.xml looks like-
>
>
>
>
>
>
>
>
>
>SSLEngine="on" />
>
>
Eric,
On 3/16/2017 8:01 PM, Eric Chua wrote:
> I am running tomcat 8.0.121. When I start my tomcat, it seems to be
> eating up all the memory on my system. I have 16 GB, and it keeps on
> going. Then when I try to kill the process, it dies but 12 GB is
> still being used even though everything
First of all, sorry for the wrapping. Hint - turn on message wrapping
when writing to the mailing list.
Anyway, responses are at the end.
On 3/13/2017 8:23 AM, Chandrashekar H.S wrote:
> Hi All,
> We have recently upgraded tomcat from 8.0.30 to 8.5.11.
>
> The tomcat 8.5.11 rejects the
Mary,
On 1/13/2017 4:36 PM, Mary Wiegand wrote:
> I'm getting the following error when I try to run tomcat8.
> tomcat code=exited status=203/EXEC
>
> I've done a bunch of searching for things that might work but haven't had
> any luck with anything and nothing seems to be straight forward.
>
>
Edwin,
On 12/16/2016 1:35 PM, Edwin Quijada wrote:
>
>
>
> From: Daniel Savard
> Sent: Friday, December 16, 2016 9:01 PM To:
> Tomcat Users List Subject: Re: How many instances Tomcat?
>
> 2016-12-16 14:48 GMT-05:00 Edwin Quijada
>
Victor,
Please do not top post.
Anyway (see at the bottom).
On 12/9/2016 8:28 AM, Victor Rodriguez wrote:
> Chris, I really don't want double deployment. I'm trying to have a single
> abc.war and avoid having to install apache to redirect/rewrite
> http://host:8082/xyz to
h
either value.
So . . .
1. remove keepAliveTimeout from your AJP connector
2. change worker.ajp13_worker.socket_timeout to 60
This will at least get you in line with the documentation. You can then
proceed to diagnose whether you have a DOS (or DDOS) attack, an
application issue, or if this solve
ther Apache httpd (possible, but statistically unlikely),
>>>> or
>>>> it is the application which runs in tomcat that has such a problem
>>>> (statistically, much more likely).
>>>>
>>>> we do not know yet
>>>>
>>>>>
>
>>>>>> proxy modules, one after the other. Each of these proxy modules was
>>>>>> doing
>>>>>> its job properly, and forwarding valid HTTP requests properly to
>>>>>> tomcat.
>>>>>> When you changed from one proxy mo
Jaaz,
On 11/27/2016 2:46 PM, André Warnier (tomcat) wrote:
> On 27.11.2016 19:03, Jaaz Portal wrote:
>> 2016-11-27 18:30 GMT+01:00 André Warnier (tomcat) :
>>
>>> On 27.11.2016 14:26, Jaaz Portal wrote:
>>>
hi,
everything i know so far is just this single log line that
Mark,
On 11/17/2016 1:06 PM, Mark Thomas wrote:
> On 17/11/2016 21:29, Mark Eggers wrote:
>> Mark,
>>
>>
>> On 11/17/2016 2:00 AM, Mark Thomas wrote:
>>> On 16/11/2016 20:05, Mark Eggers wrote:
>>>> Mark,
>>>>
>>>> On 11/16/2
Mark,
On 11/17/2016 2:00 AM, Mark Thomas wrote:
> On 16/11/2016 20:05, Mark Eggers wrote:
>> Mark,
>>
>> On 11/16/2016 12:23 AM, Mark Thomas wrote:
>>> On 15/11/2016 22:36, Zdeněk Henek wrote:
>>>> Hi,
>>>>
>>>> we are usi
Mark,
On 11/16/2016 12:23 AM, Mark Thomas wrote:
> On 15/11/2016 22:36, Zdeněk Henek wrote:
>> Hi,
>>
>> we are using tomcat 8.0.30 without problems.
>>
>> I have tested upgrade to 8.0.38 today and I got this error
>> More env. details JDK 8, tested on both Linux and Windows using different
>>
Replying inline and at the end of the most recently posted message:
On 10/21/2016 10:31 AM, Igal @ Lucee.org wrote:
> I'm asking my question differently since it didn't get much traction
> when I asked it before.
>
> I want to set up a Web Context outside of %CATALINA_BASE%/webapps, e.g.
> at
Kiran,
On 10/5/2016 5:15 PM, Kiran Badi wrote:
> Hi All,
>
> I wanted to check if their is a way to do CDI with Tomcat for 7x and 8x
> version as per JEE spec ?
>
> I have a project for which I wanted to use CDI the way spring does it.
>
> Appreciate if someone can suggest something.
>
>
> -
Astor,
On 9/27/2016 12:45 PM, Astor John Pinto wrote:
> Hi all,
>
> We have been trying to set up a websocket end point on Tomcat 8.
>
> The dependency in the pom.xml is
>
>
>
>
>
> commons-logging
>
> commons-logging
>
> 1.2
>
>
James,
On 9/1/2016 11:36 AM, James H. H. Lampert wrote:
> Ladies and Gentlemen:
>
> One of our Tomcat servers (refreshed from
> apache-tomcat-7.0.67-windows-x86.zip) is running AS A SERVICE on a
> Windows box.
>
> And we need to set JVM Options of
> -Djavax.servlet.request.encoding=UTF-8
>
Matthias,
On 8/22/2016 8:32 AM, Matthias Schmitt wrote:
> Hello everybody,
>
> We have a Tomcat 7 and Axis 2 for our Java SOAP web service over
> https on our Ubuntu server. We also use C3PO connection pooling (also
> in other web services which is working fine). However, I´m not sure
> if this
On 8/17/2016 10:34 AM, McKenzie, Mitch wrote:
> Seeing the following warning for all of my datasources when tomcat 8.5.4
> starts up : Ignoring unknown property: value of "3" for
> "validationInterval" property
>
> I see validationInterval in the docs here:
>
Replies at the end:
Andrew:
On 8/17/2016 7:15 AM, Andrew Davis wrote:
> Its a redhat .. i don't think tomcat 7 or later will run on this.
>
> On Aug 17, 2016 9:14 AM, "André Warnier (tomcat)"
> wrote:
>
>> On 17.08.2016 16:06, Andrew Davis wrote:
>>
>>> Thanks for the
ecessary.
In particular, pay attention to what happens when you do not configure
log4j2 correctly, notably Automatic Configuration, item 10.
10. If no configuration file could be located the DefaultConfiguration
will be used. This will cause logging output to go to the console.
This will dump your log ou
Syed,
On 8/9/2016 10:08 PM, Syed Mudassir Ahmed wrote:
> I am using Log4j in my web app to write the logs to a separate file.
> Surprisingly, that log file is not at all getting created. I run
> the logger logic as a standalone application and the log file indeed
> gets created. I am assuming
Sean,
On 8/9/2016 1:55 PM, Sean Son wrote:
> On Mon, Aug 8, 2016 at 11:31 AM, Mark Eggers
> <its_toas...@yahoo.com.invalid> wrote:
>
>> Sean,
>>
>> On 8/8/2016 7:10 AM, Sean Son wrote:
>>> On Fri, Aug 5, 2016 at 5:34 PM, Mark Eggers
>> <its_t
André,
On 8/8/2016 9:18 AM, André Warnier (tomcat) wrote:
> On 08.08.2016 17:48, Mark Eggers wrote:
>> Jayaram,
>>
>> Please don't top post
>> (http://tomcat.apache.org/lists.html#tomcat-users item 6).
>>
>> On 8/8/2016 2:18 AM, Jayaram Ponnusamy w
Leonid,
On 8/8/2016 7:36 AM, leonidprokopets wrote:
> It looks like a minor problem, but I'm unable to solve it. :(
>
> Eclipse Neon 4.6 returns this warning when I try to compile a web
> project
>
> org.apache.catalina.startup.Catalina load WARNING: Unable to load
> server configuration from
Jayaram,
Please don't top post (http://tomcat.apache.org/lists.html#tomcat-users
item 6).
On 8/8/2016 2:18 AM, Jayaram Ponnusamy wrote:
> Thanks André,
>
> 1. ANS-Question 1 = Both Tomcat & WebServer installed on different
> Machines, Attached Architecture diagram of our environment. Our
>
Sean,
On 8/8/2016 7:10 AM, Sean Son wrote:
> On Fri, Aug 5, 2016 at 5:34 PM, Mark Eggers <its_toas...@yahoo.com.invalid>
> wrote:
>
>> On 8/5/2016 2:19 PM, Sean Son wrote:
>>> Hello!
>>>
>>> I am currently running Tomcat 8 on RHEL 7.2 with
1 - 100 of 727 matches
Mail list logo