RE: Tomcat + Safari WebSocket issue

2022-05-04 Thread Hagenauer, Florian
splitting the message into frames. Beste regards, Florian -Original Message- From: Pawel Veselov Sent: Dienstag, 3. Mai 2022 18:20 To: Hagenauer, Florian Cc: Tomcat Users List Subject: Re: Tomcat + Safari WebSocket issue Florian, On Tue, May 3, 2022 at 3:12 PM Hagenauer, Florian

Tomcat + Safari WebSocket issue

2022-05-03 Thread Hagenauer, Florian
issue with Tomcat or with Safari/WebKit? Or if there is a workaround to this issue? Best regards, Florian Example code Java: @ServerEndpoint(value = "/ws") public class WebSocketServer { @OnOpen public void onOpen(final Session session) throws IOException {

AW: gostCat patch

2020-03-23 Thread Fritze, Florian
AjpProtocol.java:274) at org.apache.catalina.connector.Connector.startInternal(Connector.java:1055) ... 12 more This could solve the problem for me: Please just let the tomcat run through and do not let it check for the validation criterion. -- Florian Fr

AW: AW: AW: AJP Connector issue

2020-03-20 Thread Fritze, Florian
s new attribute not mandatory but optional. So that I can run the newest Tomcat without this attribute which I do now with the pre-Ghostcat releases. Have a nice weekend Florian Fritze -- Florian Fritze M.A. Fraunhofer-Informationszentrum Raum und Bau IRB Competence Center Research Services &

AW: AW: AJP Connector issue

2020-03-20 Thread Fritze, Florian
630 - - [20/Mar/2020:10:56:24 +0100] "GET /favicon.ico HTTP/1.1" 403 630 The server on which all is running is: Linux 5.3.0-42-generic #34~18.04.1-Ubuntu SMP Fri Feb 28 13:42:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux There is no new entry in the Apache HTTPD error.log c

AW: AJP Connector issue

2020-03-20 Thread Fritze, Florian
w visit my website I got HTTP Status 403 – Forbidden I attached also the error page as a screenshot to this mail. This behaviour exists only sice the Ghostcat fix release (I know that this has nothing to do with security fix but probably with the release itself). Thanks in advance Florian -- Florian

AJP Connector issue

2020-03-19 Thread Fritze, Florian
che 2.4 supports this attribute. So I want to use the newest Tomcat version and an AJP connector but after the Ghostcat fix release there is this attribute which does not work in my configuration. Are there any suggestions or solutions available that you can deliver me (links or document

Re: Migration from Tomcat 7 to 9 results in more open file descriptors

2019-06-02 Thread Florian Trimmel
Am Do., 23. Mai 2019 um 17:14 Uhr schrieb Christopher Schultz < ch...@christopherschultz.net>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Florian, > > On 5/23/19 06:59, Florian Trimmel wrote: > > After migrating from Tomact 7 to Tomcat 9.0.20 (runn

Migration from Tomcat 7 to 9 results in more open file descriptors

2019-05-23 Thread Florian Trimmel
Hi, After migrating from Tomact 7 to Tomcat 9.0.20 (running with same Java Version 1.8.0_25) we have a problem with our JSF2 web application on Linux RHEL 7. After some time we get Exceptions like this: java.io.FileNotFoundException: /f4m/tomcat/tomcat_f4mbs/webapps/ACM/WEB-INF/acm-config.xml

Re: [ANN] Apache Tomcat Native 1.2.8 released

2016-07-04 Thread Florian Kleedorfer
Dear Mark, Thank you for fixing the OCSP bug I reported. I just tried the new release and I can confirm it works. Best regards, Florian Am 04.07.2016 um 16:57 schrieb Mark Thomas: The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.8 stable. The key

Re: SSLVerifyClient="optionalNoCA" stops working in tomcat 8.0.32?

2016-06-17 Thread Florian Kleedorfer
ps. This will help narrow-down which component contains the change which is causing these failures. I suspect the problem will be narrowed-down to either a change in OpenSSL, a change in tcnative, or a change in APR. Thanks, Florian ---

Re: SSLVerifyClient="optionalNoCA" stops working in tomcat 8.0.32?

2016-06-16 Thread Florian Kleedorfer
it for now, but we need a solution at some point. What is the recommended course of action in this case? Best regards, Florian Am 19.05.2016 um 18:49 schrieb Florian Kleedorfer: Hi! TL;DR: The TLS handshake with client authentication using self-signed client certificates (using APR/openssl

SSLVerifyClient="optionalNoCA" stops working in tomcat 8.0.32?

2016-05-19 Thread Florian Kleedorfer
e: SHA256WITHECDSA Version: 3 *** *** ** Any help is greatly appreciated, Thanks in advance! Florian

RE: warDirectory property wrong evaluated in release version 2.0 ?

2012-09-17 Thread Florian Maertl
Jira is raised: https://issues.apache.org/jira/browse/MTOMCAT-175 Thanks Florian -Original Message- From: Olivier Lamy [mailto:ol...@apache.org] Sent: Montag, 17. September 2012 15:19 To: Tomcat Users List Subject: Re: warDirectory property wrong evaluated in release version 2.0 ? Hi

warDirectory property wrong evaluated in release version 2.0 ?

2012-09-17 Thread Florian Maertl
value is defined wrongly. Does anybody else see this error? Or is the cause something else? Thanks Florian

Re: java.sql.SQLException: No suitable driver found for in tomcat 6.0.35, is the class loading changed?

2012-02-08 Thread Florian Desbois
Thanks, it was that ! I missed the mysql driverClass in the dataSource. Strange that with tomcat 6.0.33 i haven't the problem. > its about the driveru have to provide the correct driver available > for connection > for eg > > com.mysql.jdbc.Driver > > and the url for connection -- View this

Re: java.sql.SQLException: No suitable driver found for in tomcat 6.0.35, is the class loading changed?

2012-02-08 Thread Florian Desbois
Hello, I have the same issue with c3p0 0.9.1.2. Even if i put the mysql-connector inside the webapp (instead of CATALINA_HOME/lib), the issue appears. I also tried to put both c3p0 and mysql-connector in CATALINA_HOME/lib but the same problem occurs. There is no issue when using tomcat 6.0.33. I

Re: Can catalina-cluster from Tomcat 5.5 be used in Tomcat 6?

2010-04-07 Thread Florian Kirchhoff
essageBase org.apache.catalina.ha.session.ClusterManagerBase should these be used instead? I cannot see that to be the case since that in turn would pull more oac.ha classes... I am obviously missing something... or are there classes missing from SVN? Thanks in advance for any help. Florian

Can catalina-cluster from Tomcat 5.5 be used in Tomcat 6?

2009-09-01 Thread Florian Kirchhoff
-tribes, all I can say is that it's not an option in my case. Thanks, Florian -- View this message in context: http://www.nabble.com/Can-catalina-cluster-from-Tomcat-5.5-be-used-in-Tomcat-6--tp25244120p25244120.html Sent from the Tomcat - User mailing list archive at Nabbl

Is encryption of AJP traffic between Apache and Tomcat possible out of the box?

2009-08-10 Thread Florian Kirchhoff
2007 thread I am seeking confirmation that AJP traffic still cannot be encrypted out of the box. Is this correct? Thanks in advance. Florian -- View this message in context: http://www.nabble.com/Is-encryption-of-AJP-traffic-between-Apache-and-Tomcat-possible-out-of-the-box

Re: running servlets as fileowner

2009-07-17 Thread Jan-Florian Hilgenberg
NED MESSAGE- > Hash: SHA1 > > Jan, > > On 7/16/2009 12:10 PM, Jan-Florian Hilgenberg wrote: > > is there a way to run servlets as the fileowner of the servlet - like > suphp > > on lamp environments. > > As Jason and André have said, this is essentially not possibl

Re: running servlets as fileowner

2009-07-17 Thread Jan-Florian Hilgenberg
son Pyeron > > > > -Original Message- > > From: Jan-Florian Hilgenberg > > Sent: Thursday, July 16, 2009 12:10 > > Subject: running servlets as fileowner > > > > hi mailinglist, > > > > is there a way to run servlets as the fileowner of the > >

running servlets as fileowner

2009-07-16 Thread Jan-Florian Hilgenberg
hi mailinglist, is there a way to run servlets as the fileowner of the servlet - like suphp on lamp environments. thank you for your help

Re: Forward filter mapping including path info

2008-11-12 Thread Florian Hopf
Hi Mark, Mark Thomas schrieb: > Florian Hopf wrote: >> >> Is a mapping containing a path info not supported for forwards? > > Looks like https://issues.apache.org/bugzilla/show_bug.cgi?id=45441 > > This is fixed in 6.0.x trunk if you want to try that or wait fo

RE: Custom Error Messages (5xx and 4xx)

2008-11-10 Thread Kirchhoff, Florian
nd break on any Exception thrown. This can be time consuming since a lot of Exception can be thrown even during normal execution... Sorry if this is so generic... I hope you find a solution to your problem. Florian > -Original Message- > From: Rob Mercer [mailto:[EMAIL PROTECTED] >

Forward filter mapping including path info

2008-11-06 Thread Florian Hopf
Hi, I am in a situation where I want to map a forward filter based on a servlet and an additional path. The path that is forwarded to looks something like this: /servlet/long/path.to/my.jsp The path info is mapped by the servlet to a JSP in the file system. My filter declaration looks like this

RE: Custom Error Messages (5xx and 4xx)

2008-11-04 Thread Kirchhoff, Florian
vn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/org/apache/ca talina/valves/ErrorReportValve.java> Look into the "report" method to see how to use "exception.getCause()" to get to the root cause. I hope you find this useful. Florian > -Original Message- > From

RE: web.xml documentation

2008-05-28 Thread Kirchhoff, Florian
arch?hl=en&q=Servlet+Web.xml+tutorial Good luck Florian -Original Message- From: Steve Ochani [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2008 4:45 PM To: Tomcat Users List Subject: Re: web.xml documentation On 27 May 2008 at 17:24, Marcos Molina wrote: > Hi people, > &g

RE: disabling webapps in Tomcat 5.5

2008-05-28 Thread Kirchhoff, Florian
tml) to prevent Tomcat from deploying *any* web apps automatically. I hope this helps. Florian -Original Message- From: pedro76 [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2008 7:58 AM To: users@tomcat.apache.org Subject: disabling webapps in Tomcat 5.5 Hi all. Is there a way

RE: Defining JDBC Data source

2008-03-07 Thread Kirchhoff, Florian
The explanation can be found in Spring JavaDoc: http://static.springframework.org/spring/docs/2.5.x/api/org/springframew ork/jndi/JndiObjectFactoryBean.html then you should be able to use the same configuration in WL and Tomcat. I hope this helps. Florian -Original

RE: JDBC driver JARs in a shared production environment

2008-02-22 Thread Kirchhoff, Florian
w this to be a bad idea; I've seen many post telling users NOT to change the CP, however I want to be able to justify why this shouldn't be done (convince ops folks). Do you know of any documented discussion (the classpath how-to doesn't seem to address this). Thanks, Florian THIS CO

RE: JDBC driver JARs in a shared production environment

2008-02-22 Thread Kirchhoff, Florian
include commons-dbcp.jar in your WAR. Florian -Original Message- From: Katilie, John [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 2:20 PM To: Tomcat Users List Subject: RE: JDBC driver JARs in a shared production environment It makes sense to put the JDBC driver jars in th

JDBC driver JARs in a shared production environment

2008-02-22 Thread Kirchhoff, Florian
n WEB-INF/lib? 4) other? This is a real problem we're faced with and I would really appreciate some input on the best possible alternative. Thanks, Florian This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this commun

Stuff the DBCP and JDBC jars in the WAR: is there a downside?

2008-02-15 Thread Florian Kirchhoff
any feedback and/or suggestions. Regards, Florian -- View this message in context: http://www.nabble.com/Stuff-the-DBCP-and-JDBC-jars-in-the-WAR%3A-is-there-a-downside--tp15502149p15502149.html Sent from the Tomcat - User mailing list a

JSP pages mixing for concurrent users

2007-05-25 Thread Florian
mon class which writes the header and footer using the JspWriter. -No static or instance variables are used. -Using Tomcat 5.5.17 -Using 1.4 on Solaris 10. I appologize for the sketchy problem description, I hope this might sound familiar to someone. In advance thank you for any poi

RE: Multiple instances problem...

2007-03-12 Thread Kirchhoff, Florian
Hi Peter, are you making sure to use different ports for each instance for Shutdown, HTTP/HTTPS and AJP? Florian -Original Message- From: Peter Björkman [mailto:[EMAIL PROTECTED] Sent: Sunday, March 11, 2007 6:22 PM To: users@tomcat.apache.org Subject: Multiple instances problem

AW: ISAPI_redirect, IIS6.0 vs TomCat 5.0.28 - multiple websites!

2007-01-10 Thread Florian Nahnsen
I don't know if somebody's interested in this topic, but I found my mistake: I forgot to set the "Script and Executables" permissions of the jakarta virtual folder. Best regards, Florian -Ursprüngliche Nachricht- Von: Florian Nahnsen [mailto:[EMAIL PROTECTED]

ISAPI_redirect, IIS6.0 vs TomCat 5.0.28 - multiple websites!

2006-12-08 Thread Florian Nahnsen
know what to do or a good "how to"? Many thanks in advance! Regards, Florian Nahnsen - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Iis 6.0 Tomcat 5.5 without isolation mode

2006-08-11 Thread Florian Nahnsen
Hi Christian, we're running an IIS 6.0 with TomCat 5.0.28 and connected them with: http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2 .15/isapi_redirect.msi Regards, Florian > -Ursprüngliche Nachricht- > Von: christian75 [mailto:[EMAIL PROTECTED]

Re: Tomcat don't validate Certificate by using mod_proxy_ajp

2006-07-29 Thread Florian Rock
ok i checked my mod_jk config again and you are right: don't working thanks for your replay, florian Bill Barker schrieb: > Actually, Tomcat can't validate your client cert with either mod_jk or > mod_proxy_ajp for the simple reason that the AJP/1.3 protocol only forwards &

Tomcat don't validate Certificate by using mod_proxy_ajp

2006-07-29 Thread Florian Rock
JkOptions: JkExtractSSL On JkHTTPSIndicator HTTPS JkSESSIONIndicator SSL_SESSION_ID JkCIPHERIndicator SSL_CIPHER JkCERTSIndicator SSL_CLIENT_CERT someone know what is wrong? thanks for help Florian - To start a new topic, e-m

Re: forward SSL-Certificate to ActionContext with Tomcat Native

2006-07-27 Thread Florian Rock
Hello, the answer is very simple: this is a bug in APR components (the https connector) http://issues.apache.org/bugzilla/show_bug.cgi?id=37869 thats the reason why i don't able to use apr :( greets Florian Florian Rock schrieb: > Hello guys, > > I verify clients by Cer

Re: Restart web app

2006-07-24 Thread Florian Hopf
orm the reload completely programmatic have a look at the manager webapp itself. Kind regards Florian -- /** * Florian Hopf * Synyx GmbH & Co. KG * phone +49(0)721 9118303 * eMail [EMAIL PROTECTED] * wwwhttp://www.synyx.de * irc

forward SSL-Certificate to ActionContext with Tomcat Native

2006-07-10 Thread Florian Rock
X509Certificate"); returns null. i use: Apache Tomcat 5.5.17 OpenSSL 0.9.7e Tomcat Native 1.1.3 greets Florian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: Concept for modeling hierarchical data

2006-01-10 Thread Florian Lindner
Am Dienstag, 10. Januar 2006 13:04 schrieb [EMAIL PROTECTED]: > At the risk of pointing out the obvious, why not use what tomcat uses to > store hierarchical data, XML? Is this suitable for large amounts of data? How to read it? SAX? Thanks, F

Re: Concept for modeling hierarchical data

2006-01-10 Thread Florian Lindner
Am Dienstag, 10. Januar 2006 07:51 schrieb Nikola Milutinovic: > Florian Lindner wrote: > >Hello, > >I'm searching for the best concept of how to use and save hierarchical > > data. I have a structure like PC file system with meta data. There a > > folder object

Concept for modeling hierarchical data

2006-01-09 Thread Florian Lindner
ideas! Florian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Add application

2005-12-18 Thread Florian Lindner
What is right place to put that? If it is server.xml what should be the parent element of it? Thanks, Florian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]