Re: Nothing but 404 errors

2024-09-05 Thread Mark Eggers
On 9/5/2024 8:40 AM, David Rush wrote: Darryl: Do you have a script or something that copies the "needed files" from the previous version to the new version? Seems like you would need to copy all your webapps and any customizations in your config files (I sometimes tweak my server.xml and loggi

Re: configuring Tomcat 9.0.85 for debugging

2024-02-26 Thread Mark Eggers
On 2/26/2024 2:18 PM, Mark Caruso wrote: If anyone has guidance for configuring Tomcat 9.0.85 for debugging please send it along. I am running the program under Ubuntu 20.04. I am not sure the guidance on the internet for modifying catalina.sh is right.  My goal is to then attach a debugger fr

Re: Tomcat Deployment scripts

2023-06-30 Thread Mark Eggers
Late to the party, as always. Anyway, I'll write up in general how we manage things. It's not ideal, but it seems to answer most everyone's questions. See at the end of this message. On 6/30/2023 12:13 PM, Christopher Schultz wrote: Alan, On 6/30/23 06:35, Alan F wrote: This is great thank

Re: Tomcat VAPT Closure

2023-04-24 Thread Mark Eggers
] org.apache.catalina.startup.Catalina.start Cannot start server, server instance is not configured Regards, Pratik -Original Message- From: Mark Eggers Sent: 25 April 2023 10:45 To: users@tomcat.apache.org Subject: Re: Tomcat VAPT Closure Pratik, On 4/24/2023 10:09 PM, PRATIK HUMNABADKAR wrote: Hi, We need Tomcat support

Re: Tomcat VAPT Closure

2023-04-24 Thread Mark Eggers
Pratik, On 4/24/2023 10:09 PM, PRATIK HUMNABADKAR wrote: Hi, We need Tomcat support assistance for closure of our VAPT points for disabling SSL TLS 1.0 and 1.1 Please guide us by arranging concerned technician with us for closure. Tomcat version: 9.0.62 Operating system: Linux We tried disa

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Mark Eggers
https://jakarta.ee/specifications/tags/3.0/tagdocs/c/tld-summary.html . . . just my two cents /mde/ On 4/17/2023 3:34 PM, Kevin Huntly wrote: Now i'm getting these: 17-Apr-2023 18:32:03.236 INFO [main] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types d

Re: connecting tomcat server to eclipse java ee

2023-03-09 Thread Mark Eggers
Stephanie, On 3/9/2023 7:06 PM, Stephanie Panah wrote: I was able to resolve the issue. I found: https://stackoverflow.com/questions/62764029/unknown-version-of-tomcat-was-specified-with-tomcat-9-0-37 --you need to open the folder once --It will ask you for permission to enter after which its c

Re: AW: AW: AW: Question to possible memory leak by Threadlocal variable

2022-03-28 Thread Mark Eggers
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 Thom

Re: Odd EL resolution issue - java.lang.NoClassDefFoundError: package/Class1 (wrong name: package/class1)

2022-02-08 Thread Mark Eggers
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.

Re: Do I Need Network NameSpaces to Solve This Tomcat+Connector/J Problem?

2021-12-29 Thread Mark Eggers
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 connec

[OT] Re: Critical Random "Can't read cryptographic policy directory: unlimited"

2021-12-21 Thread Mark Eggers
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 don't

Re: [OT] BasicDataSource restart()

2021-12-09 Thread Mark Eggers
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 wi

Re: BasicDataSource restart()

2021-12-08 Thread Mark Eggers
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.

Re: BasicDataSource restart()

2021-11-30 Thread Mark Eggers
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 som

Re: How to *properly* create and use a CATALINA_BASE installation

2021-11-18 Thread Mark Eggers
Work (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

Re: How to *properly* create and use a CATALINA_BASE installation

2021-11-18 Thread Mark Eggers
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

Re: How to *properly* create and use a CATALINA_BASE installation

2021-11-17 Thread Mark Eggers
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, 2021

Re: Strange Oracle JDBC Driver error on Application Deployment

2021-11-02 Thread Mark Eggers
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 jmxEnabled="fal

Re: Security Vulnerability Question

2021-10-13 Thread Mark Eggers
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 CONFIDENTIALITY

Re: Apache Tomcat/9.0.52 - New Install has 2 Tomcat Services Running?

2021-09-20 Thread Mark Eggers
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 rel

Re: server returned HTTP response code 403 during ant install operation

2021-09-18 Thread Mark Eggers
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: /home/barry/

Re: Timestamp Error

2021-08-27 Thread Mark Eggers
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 co

Re: Timestamp Error

2021-08-26 Thread Mark Eggers
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 TI

Re: 200 response and redirect for ".../test.jsp"

2021-08-24 Thread Mark Eggers
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" o

Re: Getting some peculiar TLS results in Tomcat 7

2021-08-16 Thread Mark Eggers
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

Re: Getting some peculiar TLS results in Tomcat 7

2021-08-13 Thread Mark Eggers
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, text/ja

Re: Correct manager.xml for Tomcat 8 manager GUI

2021-02-24 Thread Mark Eggers
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

Re: Memory leak with Jersey 2.33

2021-02-01 Thread Mark Eggers
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

Re: Memory leak with Jersey 2.33

2021-01-31 Thread Mark Eggers
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

Memory leak with Jersey 2.33

2021-01-31 Thread Mark Eggers
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 Re

Re: AccessLog implementation via logging subsystem?

2021-01-20 Thread Mark Eggers
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 colle

Re: javadoc 404

2021-01-10 Thread Mark Eggers
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 anchor

Re: Strange crash-on-takeoff, Tomcat 7.0.104

2020-11-18 Thread Mark Eggers
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. I

Re: Tomcat SecurityListener

2020-10-12 Thread Mark Eggers
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

Re: Class loader does not find class in WEB-INF/classes

2020-09-01 Thread Mark Eggers
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, thu

Re: Tomcat and CLoudWatch

2020-08-21 Thread Mark Eggers
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 >

Re: seamless restart

2020-05-12 Thread Mark Eggers
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

Re: seamless restart

2020-05-12 Thread Mark Eggers
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 separ

Re: seamless restart

2020-05-12 Thread Mark Eggers
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 issues

Re: 2 questions

2020-04-09 Thread Mark Eggers
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, do

Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-09 Thread Mark Eggers
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

Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-08 Thread Mark Eggers
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 differen

Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-08 Thread Mark Eggers
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

Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-08 Thread Mark Eggers
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

Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-08 Thread Mark Eggers
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

{[OT] Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-06 Thread Mark Eggers
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 probl

Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-06 Thread Mark Eggers
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 "mod_proxy_http.so"),

Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-06 Thread Mark Eggers
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. 

Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-06 Thread Mark Eggers
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

Re: Tomcat app within docker container

2020-01-09 Thread Mark Eggers
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 > err

Re: Dates on Linux vs. Windows

2020-01-07 Thread Mark Eggers
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 da

Re: why is ContextListener.attributeAdded means?

2019-07-24 Thread Mark Eggers
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. >

Re: why is ContextListener.attributeAdded means?

2019-07-23 Thread Mark Eggers
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 re

Re: OT: Tomcat on AWS for Dummies

2019-07-20 Thread Mark Eggers
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 o

Re: OT: Tomcat on AWS for Dummies

2019-07-19 Thread Mark Eggers
> 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 manageme

Re: Modify web.xml in production war file

2019-07-16 Thread Mark Eggers
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 more

Re: Refreshing webapps slows server

2017-08-23 Thread Mark Eggers
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

Re: Tomcat 9 won't start according to Eclipse

2017-08-03 Thread Mark Eggers
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 >>> wrote: Double click on the server (in "Servers" view) -> set "[x]

Re: Tomcat is starting but unable to launch homepage in Linux. When launched from a browser from local machine it keep on rotating.

2017-07-31 Thread Mark Eggers
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 J

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread Mark Eggers
Roparzh, On 7/28/2017 12:37 AM, Roparzh Hemon wrote: > On Thu, Jul 27, 2017 at 5:35 PM, Mark Eggers > wrote: > >> Images are stripped. Please type out the text. > > Sorry about that, the full error message said > > 'Starting Tomcat v9.0 Server at localhost

Re: Tomcat 9 won't start according to Eclipse

2017-07-27 Thread Mark Eggers
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 expecte

Re: Tomcat 9 M22 doesn't stop

2017-07-22 Thread Mark Eggers
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 an

Re: Tomcat 9 M22 doesn't stop

2017-07-22 Thread 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 > 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 t

Re: Unable to run "Hello World" in Eclipse JEE on Mac 10.11.3

2017-07-22 Thread Mark Eggers
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

Re: Unable to run "Hello World" in Eclipse JEE on Mac 10.11.3

2017-07-22 Thread Mark Eggers
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 > /

Re: [OT] Unable to install Tomcat 9 on Windows 10

2017-07-21 Thread Mark Eggers
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 >>> moving to a "real server OS

Re: [OT] Unable to install Tomcat 9 on Windows 10

2017-07-21 Thread Mark Eggers
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 a configuratio

Re: Unable to install Tomcat 9 on Windows 10

2017-07-20 Thread Mark Eggers
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 : > The

Re: Tomcat is stopping on its own even though stop script is not executed

2017-07-20 Thread Mark Eggers
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

Re: Problem enabling SSLv3 in Tomcat 8.5.15

2017-06-20 Thread Mark Eggers
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

Re: Possible bug between Apache 2.4 and Tomcat 7 via AJP when POSTing

2017-06-01 Thread Mark Eggers
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: Open

Re: Possible bug between Apache 2.4 and Tomcat 7 via AJP when POSTing

2017-05-31 Thread Mark Eggers
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

Re: how to upgrade tomcat 8.5.x?

2017-05-25 Thread Mark Eggers
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 wit

Re: how to upgrade tomcat 8.5.x?

2017-05-24 Thread Mark Eggers
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 issue wi

Re: how to upgrade tomcat 8.5.x?

2017-05-21 Thread Mark Eggers
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

Re: how to upgrade tomcat 8.5.x?

2017-05-19 Thread Mark Eggers
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 > T

Re: Tomcat on macOS

2017-05-19 Thread Mark Eggers
ittle 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

[OT] Re: Tomcat on macOS

2017-05-19 Thread Mark Eggers
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 >> Subject: Re: Tomcat on macOS >

Re: Tomcat on macOS

2017-05-19 Thread Mark Eggers
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 am

Re: MaxThread Configurations Issue

2017-05-15 Thread Mark Eggers
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 someth

Re: need help with websocket

2017-03-29 Thread Mark Eggers
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" /> > >cla

Re: Tomcat 8/Redhat Linux 6.6 /Kernal 2.6.32 - Memory Won't Release

2017-03-18 Thread Mark Eggers
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

Re: java.lang.IllegalArgumentException: Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986

2017-03-13 Thread Mark Eggers
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 requested

Re: tomcat code=exited status=203/EXEC

2017-01-13 Thread Mark Eggers
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. > > I

Re: How many instances Tomcat?

2016-12-16 Thread Mark Eggers
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 > : > >> Hi! I have 2 differe

Re: URGENT: Tomcat 7 Aliases

2016-12-09 Thread Mark Eggers
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 http://host:8082/abc.

Re: Apache/Tomcat vulnerability

2016-11-30 Thread Mark Eggers
sync with 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

Re: Apache/Tomcat vulnerability

2016-11-30 Thread Mark Eggers
unlikely), >>>> or >>>> it is the application which runs in tomcat that has such a problem >>>> (statistically, much more likely). >>>> >>>> we do not know yet >>>> >>>>> >>>>> we have setup more

Re: Apache/Tomcat vulnerability

2016-11-30 Thread Mark Eggers
>>>>> doing >>>>>> its job properly, and forwarding valid HTTP requests properly to >>>>>> tomcat. >>>>>> When you changed from one proxy module to another, you did not really >>>>>> change anything in that respect, because

Re: Apache/Tomcat vulnerability

2016-11-28 Thread Mark Eggers
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 appeared in a

Re: Tomcat 8.0.39 and tomcat 8.5.8 fails handling requsest

2016-11-17 Thread Mark Eggers
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

Re: Tomcat 8.0.39 and tomcat 8.5.8 fails handling requsest

2016-11-17 Thread Mark Eggers
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 using

Re: Tomcat 8.0.39 and tomcat 8.5.8 fails handling requsest

2016-11-16 Thread Mark Eggers
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 >> JDK

Re: Setting up a Context outside of webapps

2016-10-21 Thread Mark Eggers
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 C:\

Re: Context Dependency Injection with Tomcat 7.0 x / 8.0 x

2016-10-06 Thread Mark Eggers
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. > > > -

Re: Websocket endpoint on Tomcat 8

2016-09-27 Thread Mark Eggers
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 > > ja

Re: AT WITS END regarding JVM arguments

2016-09-01 Thread Mark Eggers
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 > -Df

Re: Tomcat7 / Axis2

2016-08-22 Thread Mark Eggers
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 i

Re: Tomcat 8.5 Resource Setting Says it's being ignored but documentation shows it is supported

2016-08-17 Thread Mark Eggers
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: > https://tomcat.apache.org/tomc

Re: Set up postgresql on tomcat7

2016-08-17 Thread Mark Eggers
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 prompt.. >>> >>> I hav

  1   2   3   4   5   6   7   8   >