Re: Off topic question

2020-05-28 Thread Frank Tornack
Maybe this would help you as a way to encrypt passwords https://docs.jboss.org/jbosssecurity/docs/6.0/security_guide/html/Encrypting_The_Keystore_Password_In_Tomcat.html Am Donnerstag, den 28.05.2020, 03:38 + schrieb jonmcalexan...@wellsfargo.com.INVALID: > I know this is off topic some, bu

Re: How to write a filter in web.xml to accept partially a URL ?

2020-04-25 Thread Frank Tornack
Hi Gilbert, maybe you have more luck with the security-constraint in tomcat. kindly Frank Am Samstag, den 25.04.2020, 08:47 -0400 schrieb Gilbert Soucy: > Hello, > > I am new to tomcat and I need to filter the URLs to accept all > clients for > part of a URL and reject for all clients another

Re: Alternatives for AJP

2020-04-15 Thread Frank Tornack
Chris, Am Dienstag, den 14.04.2020, 10:56 -0400 schrieb Christopher Schultz: > Frank, > > On 4/12/20 10:20, Frank Tornack wrote: > > It is possible to replace AJP with normal HTTP or HTTPs. > > > > AJP has an advantage, it needs less bandwidth. > > Reference? h

Re: Alternatives for AJP

2020-04-12 Thread Frank Tornack
It is possible to replace AJP with normal HTTP or HTTPs. AJP has an advantage, it needs less bandwidth. But it shouldn't make too much difference with today's computer networks. If you need the bandwidth advantage, you can certainly use the module ModSecurity for Apache HTTPD to protect your applic

Re: tomcat7 does not log x-forwarded-for

2020-04-12 Thread Frank Tornack
s position. Do you have another idea? Thanks in advance. Am Freitag, den 03.04.2020, 13:38 +0200 schrieb Frank Tornack: > Hello Mark, > > I could test the change today, unfortunately only with moderate > success. The change to %a or %h, unfortunately did not work, but the > readout

Re: JNI memory leak?

2020-04-04 Thread Frank Tornack
Good evening, I have a question about your e-mail address. Why does the address end on com.INVALID? How do you get such an address? Sorry for the interposed question, Am Samstag, den 04.04.2020, 01:48 + schrieb Mark Boon: > For the past few months we’ve been trying to trace what looks like >

Re: tomcat7 does not log x-forwarded-for

2020-04-03 Thread Frank Tornack
for a nicer solution. I was really hoping on %a that we would only see the IP of the load balancer if no header is set, but still always see an IP. Do you have any more ideas what to watch? PS:For a Tomcat update I have to ask other contacts if it is easy to do. -- Frank Tornack Am Mittwoch

Re: tomcat7 does not log x-forwarded-for

2020-03-31 Thread Frank Tornack
Good morning all, the answers are [inline]. With kind regards Frank Am Dienstag, den 31.03.2020, 15:47 +0100 schrieb Mark Thomas: > On 31/03/2020 07:26, Frank Tornack wrote: > > Hello all, > > > > I currently have a problem with Tomcat7, or rather a colleague has > >

Re: tomcat7 does not log x-forwarded-for

2020-03-31 Thread Frank Tornack
Good morning all, the answers are [inline]. With kind regards Frank Am Dienstag, den 31.03.2020, 10:08 -0400 schrieb Christopher Schultz: > Frank, > > On 3/31/20 02:26, Frank Tornack wrote: > > I currently have a problem with Tomcat7, or rather a colleague has > > it. >

Re: Why does Tomcat open connections on localhost?

2020-03-31 Thread Frank Tornack
Yes, these too are for communication between processes. Only you don't use the network stack. This is a special feature of Unix-like operating systems. DGRAM, unlike STREAM, does not know connection states. Therefore STREAM is comparable to a local TCP connection. Unix domain sockets exist in the

Re: Why does Tomcat open connections on localhost?

2020-03-31 Thread Frank Tornack
Hi Aditya, I'm not quite sure, but it could be a replacement for the sockets that a Linux system provides for inter-process communication. But it's just a guess, because I don't see this behavior on Linux. kindly Frank Am Dienstag, den 31.03.2020, 11:20 +0100 schrieb Aditya Kumar: > Tomcat 9.0.

tomcat7 does not log x-forwarded-for

2020-03-30 Thread Frank Tornack
Hello all, I currently have a problem with Tomcat7, or rather a colleague has it. Personally I would like to help him, but I can't find the error myself. We already asked the question on stackoverflow.com and got a good hint, but unfortunately no solving. So I would like to ask for help and suppor