Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-22 Thread Peter
under conf\Catalina\localhost. (I'm not sure if those details have any bearing on the problem - according to one archived post, there may be a connection.) On both machines, the tags look identical: Any assistance would be appreciated. :) Pete -- Peter Cimring Software Deve

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-23 Thread Peter
y Kewl wrote: - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: Sent: Friday, August 22, 2008 4:07 PM Subject: Tomcat does not unpack WAR file (Tomcat 5.5.20) Hi When I drop a WAR file into the webapps folder on my dev machine - running Tomcat 6.0.16 - Tomcat

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-23 Thread Peter
be a (pure) 'Tomcat' issue, I will take it up with the guys who manage the 'parent' app. Thanks for the assistance. Johnny Kewl wrote: - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: Sent: Friday, August 22, 2008 4:07 PM Subject: Tomc

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-24 Thread Peter
-user&m=116107471021645&w=2 http://marc.info/?l=tomcat-user&m=116302992202121&w=2 Is this a known issue / 'bug' with Tomcat 5? :) Pete Johnny Kewl wrote: - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: Sent: Friday, August 22, 2008 4

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-24 Thread Peter
rewriting takes place - IF the web browser does not support cookies. Have I missed something - or does the (cookies="false") do something slightly different to what I thought? Just to re-iterate, I am runningTomcat 5..5.20 Thanks Pete Johnny Kewl wrote: - Original Message -

hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-20 Thread Peter
hi all, I have come into a very wired problem. here it is. my project using JBuilder 2006 and tomcat 5.5.20. when i put a 0 into a list and get 1 as a result. simple code for testing! List alist =new ArrayList(); alist.add(0); put 0 into it alist.get(0); get 1 as result. it occurs when i us

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
out = _jspx_out; if (out != null && out.getBufferSize() != 0) out.clearBuffer(); if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); } } finally { if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context); } } } On 5/21/07, Leon

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
in the mail before, i put 0 in a list and get 1 as result. On 5/21/07, Leon Rosenberg <[EMAIL PROTECTED]> wrote: On 5/21/07, Peter <[EMAIL PROTECTED]> wrote: > hi all, > > I have come into a very wired problem. > > here it is. > my project using JBuilder 2006 a

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
not 0, either you badly display result, either it's not the same list. Peter a écrit : > hi all, > > I have come into a very wired problem. > > here it is. > my project using JBuilder 2006 and tomcat 5.5.20. > when i put a 0 into a list and get 1 as a result. > simple co

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
hi all i try to do like List alist =new ArrayList(); alist.add(0L); alist.get(0); and it is fine. donot know why? On 5/21/07, Peter <[EMAIL PROTECTED]> wrote: hi all, I have come into a very wired problem. here it is. my project using JBuilder 2006 and tomcat 5.5.20. when i put a 0

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
yList(); alist.add(0); out.print(alist.get(0)); Regards On 5/22/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felix, Felix Schumacher wrote: > Am Montag, den 21.05.2007, 13:54 +0800 schrieb Peter: >> hi all, >> >> I

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
hi all; only get problem when put 0 into the list, put 1 or any number is ok, put new Integer(0) is ok as well; i think it may be a bug. does anyone has a idea? regards On 5/21/07, Peter <[EMAIL PROTECTED]> wrote: hi all, I have come into a very wired problem. here it is. my project

Tomcat 6 NIO consumes all CPU until restarted

2007-10-27 Thread Peter
The server goes into this state very regularly, this configuration has been in service for 3 days and it's goes into this state every 2 - 5 hours until restarted. Has anyone experience any similar behaviour? Any ideas or suggestions? Thanks Peter -

Re: Tomcat 6 NIO consumes all CPU until restarted

2007-10-27 Thread Peter
:) It eased migration from Tomcat, using APR on the SSL connector allowed us to reuse certificates. Could probably rework them to JKS in the future. - Original Message From: Rémy Maucherat On 10/27/07, Peter <[EMAIL PROTECTED]> wrote: > Has anyone experience any similar

Re: Tomcat 6 NIO consumes all CPU until restarted

2007-10-29 Thread Peter
, get the thread id that is causing CPU, match that with your thread dump, and then you will know for sure Filip Peter wrote: > Hi > > We are having a problem with Tomcat 6 using the NIO (running on linux with Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_12-b04, mixed mode) that it

Re: Tomcat 6 NIO consumes all CPU until restarted

2007-10-29 Thread Peter
). - Original Message From: Peter Thanks Filip, oversight on my part, here we go: [EMAIL PROTECTED]:/logs/tomcat> ps -eL -o pid,%cpu,lwp | grep -i 4046 | grep -iv 0.0 4046 0.6 4047 4046 0.1 4052 4046 0.1 4053 4046 21.9 4078 4046 18.7 4108 4046 0.1 4109 "http-8080-

hi,problem when shutdown tomcat!

2007-06-12 Thread Peter
closed? thank you for ideas! peter

Re: hi,problem when shutdown tomcat!

2007-06-12 Thread Peter
thank you for ideas i current using JBuider2006, what profiler can used in JBuider2006? thanks peter On 6/12/07, Jon Wingfield <[EMAIL PROTECTED]> wrote: Chuck answered a similar query recently: http://marc.info/?l=tomcat-user&m=118113828210257&w=2 Your servlets are servin

Re: hi,problem when shutdown tomcat!

2007-06-12 Thread Peter
Good question. I don't know. The last time I used JBuilder was way back in 2000. The Borland site suggests an OptimizeIt profiler is present in JBuilder for the Developer and Enterprise editions: http://info.borland.com/techpubs/jbuilder/ Jon Peter wrote: > thank you for ideas >

Can not see the stack trace?

2007-06-12 Thread Peter
hi all; i try to use SIGQUIT but can not see the stack trace. [EMAIL PROTECTED] root]# ps -ef|grep tomcat root 26337 1 5 09:45 pts/000:00:11 /usr/java/jre1.5.0_08/bin/java -Xms256m -Xmx512m - Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager - Djava.util.logging.config

Re: hi,problem when shutdown tomcat!

2007-06-12 Thread Peter
hi all; I just found out that in linux under the /proc generate a fold 26337 does it the place which the information stores? any idea? thanks On 6/13/07, Peter <[EMAIL PROTECTED]> wrote: hi all; i try to use SIGQUIT but can not see the stack trace. [EMAIL PROTECTED] root]# ps -ef|grep

Re: hi,problem when shutdown tomcat!

2007-06-13 Thread Peter
i found that. thanks a lot On 6/13/07, Jon Wingfield <[EMAIL PROTECTED]> wrote: The trace is probably in the catalina.out log file (at least that's where it goes for us running tc5.0.30) Peter wrote: > hi all; > I just found out that in linux > under the /proc generate

Nio problems on OSX

2007-06-13 Thread Peter
Any ideas? Thanks Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can not see the stack trace?

2007-06-15 Thread Peter
where your STDOUT goes to. The standard tomcat start scripts (startup.sh or catalina.sh called with the argument start) redirect STDOUT to logs/catalina.out. Regards, Rainer Peter wrote: > hi all; > i try to use SIGQUIT but can not see the stack trace. > > [EMAIL PROTECTED] root]# ps

log4j error! log4j:ERROR Attempted to append to closed appender named.

2007-06-19 Thread Peter
hi,all we are using log4j under tomcat. and it appeals so many following erros ; log4j:ERROR Attempted to append to closed appender named [DEFAULT_LOGFILE]. does anyone has an idea why and how to sovle it. thanks ! here is our log4j.xml http://jakarta.apache.org/log4j/"; debug="false">

Re: log4j error! log4j:ERROR Attempted to append to closed appender named.

2007-06-19 Thread Peter
TED]> wrote: I think the configuration of LOG4J has some problems System can't find the log file. On Wed, 20 Jun 2007 12:42:45 +0800 Peter <[EMAIL PROTECTED]> wrote: > hi,all > > we are using log4j under tomcat. and it appeals so many following erros ; > > lo

Re: Re[2]: log4j error! log4j:ERROR Attempted to append to closed appender named.

2007-06-19 Thread Peter
i will try this thanks On 6/20/07, 吴熊敏 <[EMAIL PROTECTED]> wrote: change Append's value 'true' and try again On Wed, 20 Jun 2007 13:18:01 +0800 Peter <[EMAIL PROTECTED]> wrote: > thanks > > but it also generate log file as well. log file can be

Re: Re[2]: SOS thanks

2007-06-20 Thread Peter
hi i.e. The term i.e. means "id est" in Latin or "that is" in English. A trick that I use: If you can replace "i.e." with "in other words" then you are using it correctly. "I.e." is used to specify what your are trying to convey. see the following actical about the i.e vs e.g http://ancienthistor

Re: 7.0.25 to 7.0.27 requires -Xmx32m to go to -Xmx512m

2012-04-10 Thread Peter
ring jaxws, simple spring mvc, simple spring security,... (spring 3.0.7) bunch of very simple examples that end up pulling in "many" jars. I will grab a dump tomorrow, thanks for response, peter

Re: 7.0.25 to 7.0.27 requires -Xmx32m to go to -Xmx512m

2012-04-12 Thread Peter
into ram during scanning. In 7.0.25 - I could start a "typical" Spring application in 32mb. 7.0.27 requires 512mb? - Peter From: Mark Thomas To: Tomcat Users List Sent: Wednesday, April 11, 2012 6:50 AM Subject: Re: 7.0.25 to 7.0.27 requires -Xmx32

Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-25 Thread Peter
86_64 Architecture: amd64 JVM Version:1.7.0_45-b18 JVM Vendor: Oracle Corporation $ cat server.xml Thanks in advance, Peter

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-26 Thread Peter
ope my requirement is clear to all of you. Please help me. Thanks in advance. - Peter On Thu, Dec 26, 2013 at 2:42 PM, Mark Thomas wrote: > On 26/12/2013 04:30, Peter wrote: > > Hi all, I am having strange issues with tomcat 7 as well as tomcat 8, > > following is det

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-26 Thread Peter
(ThreadPoolExecutor.java:1145) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) java.lang.Thread.run(Thread.java:744) Please help me Peter On Fri, Dec 27, 2013 at 3:03 AM, André Warnier wrote: > Peter wrote: > >> Thanks *Mark,* Martin Gainty, André War

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-27 Thread Peter
On Fri, Dec 27, 2013 at 1:31 PM, Mark Eggers wrote: > On 12/26/2013 11:49 PM, Peter wrote: > >> Guys see here is that error message , I am attaching log file also please >> help >> >> OS - Centos 6.5 64 bit >> >> HTTP Status 500 - Error instantiating se

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-27 Thread Peter
help me. Peter On Fri, Dec 27, 2013 at 2:46 PM, André Warnier wrote: > Peter wrote: > >> Guys see here is that error message , I am attaching log file also please >> help >> > > And did you see that : > > > java.lang.RuntimeException: Ask the ERDDAP admini

tomcat - How to forward request to some webapp while using port 80 without virtual host, without apache

2013-12-28 Thread Peter
http apache* whether its possible ??? Please help me..if possible send me sample configuration file as I am newbie to web programming world. Thanks in advance - Peter

Re: tomcat - How to forward request to some webapp while using port 80 without virtual host, without apache

2013-12-28 Thread Peter
On Sat, Dec 28, 2013 at 6:48 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > From: Peter [mailto:nex@gmail.com] > Subject: tomcat - How to forward request to some webapp while using port 80 without virtual host, without apache > if I enter *http://client1

Re: tomcat - How to forward request to some webapp while using port 80 without virtual host, without apache

2013-12-28 Thread Peter
I am happy that you guys sent reply to me, but anyone here can create configuration file for me for example which I had mentioned in beginning of post, then I can understand better, its my weakness but true. -Peter On Sat, Dec 28, 2013 at 10:25 PM, André Warnier wrote: > Peter wr

rc-10 bug?

2014-01-03 Thread Peter
with name [/Cssp3FactorySample] has started Just a heads up - if there are any suggestions to enable specific logging, I am willing to try. Thanks, - Peter

Re: rc-10 bug?

2014-01-06 Thread Peter
- remove said elements from the the lib folder. Hope this helps, Peter     // Check if JARs have been added or removed     WebResource[] jars = resources.listResources("/WEB-INF/lib");     if (jars.length > jarModificationTimes.size()) {     log.info

unsuscribe

2018-07-05 Thread Peter
unsubscribe

Re: CIS Tomcat 8 Benchmark (v1.1.0) -- Questions

2023-09-05 Thread Peter Kreuser
the CIS Tomcat 8(!) Guide is pretty outdated! Probably in more than this spot... Peter > Am 05.09.2023 um 14:03 schrieb Robert Turner : > > While I think I know the answer to my question, I wanted to double-check > with the group to confirm. > > I have been asked to perform the

Re: HSTS on 401 / error pages

2023-09-15 Thread Peter Kreuser
d) !!! BTW: HSTS needs to be evaluated only once and then sticks in the browser! So unless the 401 is the first page ever, this change would not be really necessary. Peter > Am 15.09.2023 um 17:58 schrieb Thomas Hoffmann (Speed4Trade GmbH) > : > > Hello Christ, > >>

Re: Admin password for Tomcat

2023-11-04 Thread Peter Kreuser
figure this function is buried in the authenticator code somewhere. >> But I'd first like to see if anybody has done anything like this >> already. If not, could somebody point me in the right directi

Forward: Jakarta Servlet support decision (insight to a discussion in freemarker-devs)

2023-11-08 Thread Peter Rader
FYI I share this mail from the freemarker-mailsystem for your entertainment, enjoy. > Gesendet: Dienstag, 07. November 2023 um 23:50 Uhr > Von: "Daniel Dekany" > An: "FreeMarker developer list" > Subject: Jakarta Servlet support decision > > The package of Servlet related classes has changed be

CredentialHandler not working for MD5

2023-11-10 Thread Peter Otto
Logging into manager using MD5 works in 9.0.73 but now fails in 9.0.74->current Steps to reproduce. Step 1. Run C:\tomcat\bin> .\digest.bat -a md5 -s 0 -i 1 tomcat:UserDatabase:nobueno tomcat:UserDatabase:nobueno:bb6c1c32b9b6df4f707c0e58f2c900e0 Step 2. Use the digest # and place it in tomcat-

Re: CredentialHandler not working for MD5

2023-11-10 Thread Peter Otto
@tomcat.apache.org Subject: Re: CredentialHandler not working for MD5 Peter, On 11/10/23 13:27, Peter Otto wrote: > Logging into manager using MD5 works in 9.0.73 but now fails in > 9.0.74->current > Steps to reproduce. > > Step 1. Run C:\tomcat\bin> .\digest

Re: CredentialHandler not working for MD5

2023-11-13 Thread Peter Otto
: users@tomcat.apache.org Subject: Re: CredentialHandler not working for MD5 Peter, On 11/10/23 16:30, Peter Otto wrote: > With 9.0.82, and the latest version 10, I get the same problem. > So I assume it stopped working since 9.0.74 all the way up to 9.0.82 > > Removing the Realm Lock

Re: CredentialHandler not working for MD5

2023-11-13 Thread Peter Otto
digest equals the clientDigest, then it works. The way I understand it, the clientDigest comes from the client entering in the username/pwd on the popup box. From: Peter Otto Date: Monday, November 13, 2023 at 11:05 AM To: Tomcat Users List Subject: Re: CredentialHandler not working for MD5

Re: CredentialHandler not working for MD5

2023-11-16 Thread Peter Otto
1. Configure BASIC auth with clear-text passwords in the Realm and get that working. 2. Switch to DIGEST auth with clear-text passwords in the Realm and get that working. 3. Then configure DIGEST auth and digested passwords in the Realm. Hi Chris, Step 1 & 2 work Step 3 will not work with

Re: CredentialHandler not working for MD5

2023-11-17 Thread Peter Otto
Ok thanks. Got it is now working. This step was missing. We didn’t have to do this before. No mention of having to edit Digest inside context.xml here https://tomcat.apache.org/tomcat-9.0-doc/realm-howto.html Tried SHA-256, couldn’t get it to work. But MD5 does. Thanks again. This e-mail a

Re: [EXT] Datadog _ JMX Integration facing connection issues.

2023-12-13 Thread Peter Kreuser
e tomcat launch again. After that we figure out where you have to set the options... Please detail how you start tomcat and show the output of startup (the beginning and last lines should be enough). Again, don't put any java options for tomcat in any global environment options (JAVA_OPTS,

Servlet-Mapping having %-sign

2023-12-29 Thread Peter Rader
having the message "Invalid URI: [noSlash]" Any ideas?   Kind regards / Happy new year Peter Rader - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Aw: Re: Servlet-Mapping having %-sign

2023-12-29 Thread Peter Rader
> Peter, > > On 12/29/23 07:56, Peter Rader wrote: > > having a URL like this: > > > > https://localhost:8443/index.html works perfect. This is my mapping: > > > > > > Nano-Nano-Servlet > > /index.html > > > > > > Nano-Na

Logrotation throu CATALINA_OUT_CMD in Tomcat9

2024-05-15 Thread Peter Rader
tomcat does not work anymore, instead this message appear: /home/tomcat/apache-tomcat-9.0.75/logs/catalina.out exists and is not a named pipe. Start aborted.   Any Ideas?   Kind regards Peter Rader - To unsubscribe, e-

Aw: Re: Logrotation throu CATALINA_OUT_CMD in Tomcat9

2024-05-15 Thread Peter Rader
> You need to do what the instructions state: create a FIFO and specify its > name in the CATALINA_OUT variable. For example, do Ah, yes, mkfifo catalina.out fixed it for me. I had no idea what a fifo is, now I knew. Kind regards ---

Re: Apache Tomcat 9 | Tomcat starting issue

2021-08-23 Thread Peter Chamberlain
the container, it starts for a few seconds and > stops (port 8080 listens for a while). Nothing in logs. > > $ catalina.sh run (tried with "jpda start" or "debug" options as well) > $ ps aux |grep java --> sh

Aw: tomcat hangs

2021-09-09 Thread Peter Rader
I might noticed a simmilar issue: I ran the JVM in a linux OS on a VM (in virtualbox btw). The jdk for some reason request a random number. The JDK asks the LinuxOS for a new random number (maybe in the hope to use a hardware-based TRNG). Since this linux in virtualbox is not-so low-level the ra

Aw: Re: tomcat hangs

2021-09-13 Thread Peter Rader
Chris, > Gesendet: Donnerstag, 09. September 2021 um 22:15 Uhr > Von: "Christopher Schultz" > An: users@tomcat.apache.org > Betreff: Re: Aw: tomcat hangs > Peter, > > On 9/9/21 08:21, Peter Rader wrote: > > I might noticed a simmilar issue: I ran the JVM in

Aw: Tomcat - Deployment

2021-11-07 Thread Peter Rader
solve the bug your developers are in charge IMO. Please provide the stacktrace to your developers in order to solve the problem.   Kind regards Peter Rader -- Fachinformatiker AE / IT Software Developer Peter Rader Wilsnacker Strasse 17 10559 Berlin - GERMANY Tel: 0049 (0)30 / 6 29 33 29 6 Fax: 0049

PGP signature on the latest Tomcat release

2021-12-12 Thread Gershkovich, Peter
! Peter gpg --verify apache-tomcat-9.0.56.tar.gz.asc.txt apache-tomcat-9.0.56.tar.gz gpg: Signature made Thu Dec 2 09:31:59 2021 EST using RSA key ID 359E722B gpg: requesting key 359E722B from hkps server hkps.pool.sks-keyservers.net<http://hkps.pool.sks-keyservers.net> gpgkeys: HTTP fetch e

Re: Apex SSO

2022-03-24 Thread Peter Chiu
I have a working APEX SSO against Azure AD or On-Permise AD. On Thu, Mar 24, 2022 at 1:13 PM rupali singh wrote: > HI Team, > > We are using apex 21.1 with tomcat 9.54. > we want to implement SSO for application deployed in Apex with IDCS > reference URL : > > https://www.ateam-oracle.com/post/

Re: Apex SSO

2022-03-24 Thread Peter Chiu
I will email you directly. For the group knowledge, there is nothing special you need to do on Tomcat if it is not behind a proxy. On Thu, Mar 24, 2022 at 1:51 PM rupali singh wrote: > Hi Peter, > > Are u using apache web server with tomcat or its only tomcat . > if possible ca

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-24 Thread Peter Chiu
Have you consider doing the following 1. custom URL/domain, and 2. enable Friendly URLs in APEX On Thu, Mar 24, 2022 at 3:09 PM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > Am 24.03.22 um 19:23 schrieb rupali singh: > > hi, > > yes context name is apex. > > Good to know. > >

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-24 Thread Peter Chiu
Application builder->Your application->Shared Components->Application Definition Attributes->Properties->Friendly URLs On Thu, Mar 24, 2022 at 3:25 PM rupali singh wrote: > Hi, > > How we can enable friendly url in apex? > > > > On Fri, Mar 25, 2022, 12:48

Re: Apex SSO

2022-03-25 Thread Peter Chiu
hostname. Hope this helps. On Fri, Mar 25, 2022 at 8:54 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > Peter, > > On 3/24/22 14:54, Peter Chiu wrote: > > I will email you directly. For the group knowledge, there is nothing > > special you need to do on T

Aw: PostConstruct annotation in a filter since version 9.0.60

2022-04-03 Thread Peter Rader
PostConstruct is for dependency-injection. A vanilla tomcat does no dependency injection. Can you confirm you have a vanilla tomcat?   Kind regards Peter Rader -- Fachinformatiker AE / IT Software Developer Peter Rader Wilsnacker Strasse 17 10559 Berlin - GERMANY Tel: 0049 (0)30 / 6 29 33 29 6

Re: [OT] Getting TLS handshake details

2022-04-14 Thread Peter Kreuser
fically in Java? Anyways Do you know testssl.sh? If I want to know how to handle a specific tls problem I check in Dirk's code and start from there... Peter > Thanks, > -chris > > -

Re: [OT] Getting TLS handshake details

2022-04-15 Thread Peter Kreuser
Chris, > Am 14.04.2022 um 23:21 schrieb Christopher Schultz > : > > Peter, > >> On 4/14/22 03:45, Peter Kreuser wrote: >> Chris, >>>> Am 13.04.2022 um 21:37 schrieb Christopher Schultz >>>> : >>> All, >>> I asked this

Re: Enable HTTP Strict Transport Security (HSTS) in Tomcat 9.0.x

2022-04-28 Thread Peter Chiu
This is what I am using. Hope this helps. https://orclcs.blogspot.com/2017/04/enable-hsts-in-tomcat.html On Thu, Apr 28, 2022 at 3:11 PM Kaushal Shriyan wrote: > Hi, > > I am running the tomcat version 9.0.56 on CentOS Linux release 7.9.2009 > (Core) and trying to configure HTTP Strict Transpor

Re: AW: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-17 Thread Peter Chamberlain
rets > >>>> that > >>> may > >>>> be in there (e.g. passwords). > >>>> > >>>> -chris > >>>> > >>> > > > > The error says that the client and the server couldn’t find a common > cipher suite. > > They couldn’t agree on any cipher. > > Does your keystore contain a valid private key? > > The problem is likely that Tomcat 6 (which is ancient) defaults to TLSv1 > and no higher (this is a guess; I'm not bothering to look at a > 14-year-old version of Tomcat to figure out what the problem really is). > The client isn't willing to connect to such an ancient version of any > protocol, so it fails with the handshake failure. > > > Maybe you can try to print out all available cipher suites on your > environment: > > > https://stackoverflow.com/questions/9333504/how-can-i-list-the-available-cipher-algorithms > > You can add the code to a jsp-page and print out the available > algorithms. > > Try explicitly setting the "enabled protocols" to "TLSv1, TLSv1.1, > TLSv1.2, TLSv1.3" -- however that's done in that dinosaur of a Tomcat > version. It might be enabledProtocols="..." if might be > SSLProtocols="..." and it might have a lot to do with whether or not > APR/native is being used, too. > > -chris > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > Could this be an issue with the java jdk security disabled algorithms. Later versions of jdk 8 disabled TLSv1 and TLSv1.1 by default, and you have to change the jre/jdk conf/security/java.security file to fix it for older use cases. -- *Peter Chamberlain*

Re: SSLLabs scan shows TLSv1.0 and TLSv1.1 even though I have sslProtocol="TLSv1.2"

2022-08-09 Thread Peter Kreuser
-8.5-doc/config/http.html#SSL_Support Peter > Am 10.08.2022 um 00:15 schrieb James H. H. Lampert > : > > I think this may have come up before, but I don't recall how it was resolved. > > On customer box #1, I have: > address="" >

Re: Simple SSL question

2022-08-11 Thread Peter Kreuser
rtificates for a single host. >>> That's just not possible with the one-attribute-to-rule-them-all >>> configuration >>> where everything is on the element. >>> I have tried all the fancy new cert options and they are cool. And I do agree that it&#x

Re: Tomcat 10.1.1 error starting

2022-10-20 Thread Peter Kreuser
only recognizes class file versions up to 52.0 >at Looks like you are running Tomcat on an older Java, that the app was compiled with... Need to lookup the exact class versions, but like: Compiled with jdk13 and running on java 11. HTH Peter > java.lang

Aw: Tomcat/Java app timezone radomly changes during operation.

2022-10-27 Thread Peter Rader
Hi David, is it a moving server? We had similar issues on a airborn server crossing nation-borders rapidly. 10 minutes is unusual. The lowest timezone-change is 15 minutes afaik. Kind regards > > Hi all, > > I've experienced an issue since the morning of the 21st that I'm > hoping to get some

Re: OT: hsts in Tomcat 9.0.73

2023-04-20 Thread Peter Kreuser
Any more details on the request? Are you hitting an error 400? Like with ip address on a name based host? That is handled prior to the filter and so you don't see the header! Peter > Am 20.04.2023 um 22:40 schrieb jonmcalexan...@wellsfargo.com.invalid: > > Hellow again. >

Re: OT: hsts in Tomcat 9.0.73

2023-04-24 Thread Peter Kreuser
Jon, Peter Kreuser Liebknechtstr. 83 63303 Dreieich-Sprendlingen phone: +49 6103 9880863 fax: +49 6103 9886215 mobile: +49 172 6649346 email: pe...@kreuser.name web: www.kreuser.name key: http://www.kreuser.name/PGP_Public_Key.txt smime: http://www.kreuser.name/SMIME.cer > Am 24.04.2023 um

Maven tomcat7:redeploy upload reset/retry

2023-05-02 Thread Peter Rader
il a few days. I changed nothing.   Any ideas? (I do not like to update to a new tomcat-version)   Kind regards  Peter Rader -- Fachinformatiker AE / IT Software Developer Peter Rader Wilsnacker Strasse 17 10559 Berlin - GERMANY Tel: 0049 (0)30 / 6 29 33 29 6 Fax: 0049 (0)30 / 6 29 33 29 6 Handy: 0049

Fw: AW: Maven tomcat7:redeploy upload reset/retry

2023-05-02 Thread Peter Rader
iled. I checked the free space and there are about 4 > > gigabyte free on the device. > > > > I already checked the upload-size in manager/WEB-INF/web.xml I already > > checked the ip-disclosure in manager/META-INF/context.xml I already checked > > the connectionTim

RateLimitFilter

2023-07-07 Thread Peter Eichenauer
10 my log shows: [RateLimitFilter] initialized with [10] requests per [10] seconds. Actual is [16] per [16] milliseconds. Thanks again, Peter - To unsubscribe, e-mail: users-unsubscr

Aw: Re: /META-INF/resources/ and Chrome's DevTools

2020-04-06 Thread Peter Rader
ontext.xml Any idea? > > Gesendet: Montag, 16. März 2020 um 01:01 Uhr > Von: "Konstantin Kolinko" > An: "Tomcat Users List" > Betreff: Re: /META-INF/resources/ and Chrome's DevTools > ??, 15 ???. 2020 ?. ? 13:47, Peter Rader : > > > >

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

2020-04-06 Thread Peter Kreuser
d with? > Any headers that are necessary for your tomcat application need to be sent or maybe rewritten. You may need to set the correct attributes on your connector, so the URLs are correctly rewritten (port 8080/8443 in tomcat should b

Aw: Re: Re: /META-INF/resources/ and Chrome's DevTools

2020-04-07 Thread Peter Rader
> Betreff: Re: Aw: Re: /META-INF/resources/ and Chrome's DevTools >  On 06/04/2020 09:16, Peter Rader wrote: > > Hello Konstantin Kolinko, >  > > > I tried to use the PreResource but it does not work. >  > > > 2020-04-06 10:13:05 WARNUNG org.apache.tomcat.

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

2020-04-09 Thread Peter Kreuser
; > https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypass > > Apparently, the documentation would recommend something like the following: > > >ProxyPass "!" > > >ProxyPass "!" > > > I think that the above is p

Re: Error in stopping application tomcat !!

2020-07-25 Thread Peter Kreuser
zilla or the release notes! > Please suggest the probable fix to make this smooth. > For now it maybe as simple as sending SIGKILL to the java process. Apparently some resources in your app don‘t want to terminate. My 2ct. Peter >> On Sat, Jul 25, 2020 at 11:03 AM Kushagra Bin

Re: Request for Help

2020-07-28 Thread Peter Rader
Hello Mohan,   please tell if you are using 1. the JSP technology inside the application 2. what JDK version on server-side   Kind regards Peter Rader -- Fachinformatiker AE / IT Software Developer Peter Rader Wilsnacker Strasse 17 10559 Berlin - GERMANY Tel: 0049 (0)30 / 6 29 33 29 6 Fax: 0049

Re: Tomcat v9 - Insecure transport vulnerability reported by Qualys

2020-08-25 Thread Peter Kreuser
; 6. Note that Tomcat version 7 used to send the error 'ERR_EMPTY_RESP' which > should still be okay. > > We already tried to find the fix for this issue on the web but in vain. > > Kindly help if anyone has found a way to fix it. > > Regards, > Pratik Peter -

Re: Tomcat v9 - Insecure transport vulnerability reported by Qualys

2020-08-27 Thread Peter Kreuser
me a bug in the scanner plugin! My 2ct. Peter > Am 27.08.2020 um 09:47 schrieb Mark Thomas : > > On 27/08/2020 06:31, Terence M. Bandoian wrote: >> On 8/26/2020 11:27 PM, Pratik Shrestha wrote: > > > >>> For me, there are two options for the fix which I am no

Deploying war, Negative Date exception

2020-10-12 Thread Peter Henderson
seeing this exception when I upgraded my projects build tool version from sbt.version=1.3.10 to sbt.version=1.4.0 Is this a tomcat bug, a build tool bug or most likely something I'm doing wrong? Thanks Peter. [0] https://github.com/bollinger/NegativeDate [1] https://github.com/boll

Re: Deploying war, Negative Date exception

2020-10-12 Thread Peter Henderson
On Mon, 12 Oct 2020 at 14:50, Mark Thomas wrote: > On 12/10/2020 13:53, Mark Thomas wrote: > > On 12/10/2020 12:49, Mark Thomas wrote: > >> On 12/10/2020 12:19, Peter Henderson wrote: > >>> Hello fellow tomcat users. > >>> > >>> My enviro

Re: Browser complains of "weak signature algorithm" in cert on a new Tomcat installation. Does anybody here know anything about that sort of thing

2021-01-06 Thread Peter Kreuser
ith a browser, it complained, > something to the general effect of "weak signature algorithm." > I guess they never upgraded their CA and still sign the certs with SHA1 or even MD5. They should change that for sure! Peter > While it's not really my problem (and is only c

Re: Question about TLS/SSL setup and SSLHostConfig or not

2021-03-02 Thread Peter Kreuser
p://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html >>> http://tomcat.apache.org/tomcat-10.0-doc/ssl-howto.html >>> >>> ``` >>> >>> >> protocol="org.apache.coyote.http11.Http11NioProtocol" >>> port=&quo

IDNs emoji replaced by punycode - how to remain with emoji?

2021-03-08 Thread Peter Rader
--x7h.example.com in Chrome, Edge and Firefox (did not test more).   How to remain with emoji IDN in the browser URL?   Kind regards Peter Rader -- Fachinformatiker AE / IT Software Developer Peter Rader Wilsnacker Strasse 17 10559 Berlin - GERMANY Tel: 0049 (0)30 / 6 29 33 29 6 Fax: 0049 (0)30 / 6 29 33 29 6

Re: [OT] programming style or mental process ?

2021-04-05 Thread Peter Kreuser
ot;Do some stuff" is always executed, and s is always null. > > If you switch the operands, the compiler will fail because you can't assign a > value to null: > > if(null = s ) { >// Compiler will refuse to compile > } > Isn‘t it true that only one bit diff

Understanding issues with connection refused when redirecting internally

2021-04-09 Thread Peter Chamberlain
em sound almost the same. Apologies if this has been covered elsewhere before, I have been searching but haven't found anything particularly clear covering this. Best regards, Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Understanding issues with connection refused when redirecting internally

2021-04-09 Thread Peter Chamberlain
On Fri, 9 Apr 2021, 14:29 Mark Thomas, wrote: > On 09/04/2021 11:53, Peter Chamberlain wrote: > > Hello, > > I've been trying to understand the behaviour of tomcat when handling > > internal redirects. I'm testing using tomcat 9.0.38. I'm testing using > &g

Re: Understanding issues with connection refused when redirecting internally

2021-04-09 Thread Peter Chamberlain
On Fri, 9 Apr 2021, 14:10 Christopher Schultz, wrote: > Peter, > > On 4/9/21 06:53, Peter Chamberlain wrote: > > Hello, > > I've been trying to understand the behaviour of tomcat when handling > > internal redirects. I'm testing using tomcat 9.0.38. I'm

Re: Understanding issues with connection refused when redirecting internally

2021-04-11 Thread Peter Chamberlain
On Fri, 9 Apr 2021 at 18:12, Peter Chamberlain wrote: > > > On Fri, 9 Apr 2021, 14:10 Christopher Schultz, < > ch...@christopherschultz.net> wrote: > >> Peter, >> >> On 4/9/21 06:53, Peter Chamberlain wrote: >> > Hello, >> > I've b

Re: Understanding issues with connection refused when redirecting internally

2021-04-12 Thread Peter Chamberlain
On Mon, 12 Apr 2021, 09:07 Mark Thomas, wrote: > On 11/04/2021 11:03, Peter Chamberlain wrote: > > > > > I've been investigating this some more, as I'm not convinced nio2 isn't > > behaving strangely in this case. I think there may of been some sort of >

Re: Connector Port Issue

2021-08-05 Thread Peter Kreuser
>> > The ssl-Options are not attributes on the connector, but the SSLHostConfig http://tomcat.apache.org/tomcat-10.0-doc/config/http.html#Common_Attributes http://tomcat.apache.org/tomcat-10.0-doc/config/http.html#SSL_Support

  1   2   3   4   5   6   7   8   9   10   >