Re: Embedded Tomcat common classloader

2024-06-08 Thread Dave Breeze
files). This enabled the embedded Tomcat instance to resolve all referenced classes thanks again Dave Breeze Linkedin:https://uk.linkedin.com/in/dabreeze On Fri, 7 Jun 2024 at 15:02, Chuck Caldarale wrote: > > > > On Jun 7, 2024, at 08:11, Christopher Schultz > > wrote: >

Re: Embedded Tomcat common classloader

2024-06-06 Thread Dave Breeze
Thanks Mark appreciate that the url was for 8.0 With regards to classpath that was my first attempt - unfortunately it would seem that Tomcat does not support wildcards in the classpath - for example dirpath/lib/*.jar - at least in version 9. Dave Breeze Linkedin:https://uk.linkedin.com/in

Embedded Tomcat common classloader

2024-06-06 Thread Dave Breeze
ml is that the Tomcat common loader will search for jars in CATALINA_HOME/lib. My CATALINA_HOME/lib contains gwt-user-2.10.0.jar which contains RemoteServiceServlet.class. Why is the Tomcat common loader not finding this class? many thanks Dave Breeze Link

Re: Tomcat client certicate authentication

2023-02-01 Thread Dave Breeze
ricted to a role - I need the servlet to respond differently based on role. what I have decided to do in the servlet is to retrieve the user-id from the certificate and determine their role by using a security product native to the platform on which Tomcat is running Thanks for your help. Dave B

Re: Tomcat client certicate authentication

2023-01-30 Thread Dave Breeze
called. In my servlet, however, I can retrieve the certificates. thanks for your help Dave Breeze Linkedin:https://uk.linkedin.com/in/dabreeze On Sun, 29 Jan 2023 at 22:21, Christopher Schultz wrote: > > Dave, > > On 1/28/23 09:28, Dave Breeze wrote: > > this is Tomcat 9.0 running

Tomcat client certicate authentication

2023-01-28 Thread Dave Breeze
ot;javax.servlet.request.X509Certificate") correctly returns both the certificate from the browser plus the Cert Auth. A getSubjectX500Principal().getName() call on the browser certificate returns the cn/o/ou setting that should match with users.xml. What am I missing here? Dave Breeze

Re: Setting java.protocol.handler.pkgs for Tomcat

2023-01-20 Thread Dave Breeze
thanks i have just done a quick and dirty test - I found a tomcat launcher code I did as an exercise - quickly modified it to set the handler to a concatenation. Tomcat launches correctly and uses the ibm safkeyring thanks again Dave Breeze Linkedin:https://uk.linkedin.com/in/dabreeze On Fri

Re: Setting java.protocol.handler.pkgs for Tomcat

2023-01-20 Thread Dave Breeze
ol.handler.pkgs=org.apache.catalina.webresources $JAVA_OPTS " then users could use JAVA_OPTS to set the value. thanks Dave Breeze Linkedin:https://uk.linkedin.com/in/dabreeze On Fri, 20 Jan 2023 at 12:17, Mark Thomas wrote: > > On 20/01/2023 11:18, Dave Breeze wrote: > > Many thanks Mark for the answer

Re: Setting java.protocol.handler.pkgs for Tomcat

2023-01-20 Thread Dave Breeze
ctory(URLStreamHandlerFactory)" Could you please explain further thanks again Dave Breeze Linkedin:https://uk.linkedin.com/in/dabreeze Dave Breeze Linkedin:https://uk.linkedin.com/in/dabreeze On Fri, 20 Jan 2023 at 11:01, Mark Thomas wrote: > > On 20/01/2023 09:53, Dave Breeze wrote: > > T

Setting java.protocol.handler.pkgs for Tomcat

2023-01-20 Thread Dave Breeze
hat is the syntax thank you Dave Breeze Linkedin:https://uk.linkedin.com/in/dabreeze

Farm deploy random failures

2022-12-02 Thread Dave B
I'm having intermittent failures when I deploy to a cluster. I see the war file sent to slave nodes but it then becomes zero size. It happens on different nodes and not all the time. Upon failure, Master node .out shows SEVERE [Catalina-utility-1] org.apache.catalina.ha.tcp.SimpleTcpCluster.s

Re: Microsoft Edge (Chromium based) not prompting for logons

2020-09-15 Thread Dave Ford
in the documentation - I was looking at the wrong place. Thanks very much - got a route forward throug this now Thanks Dave

Microsoft Edge (Chromium based) not prompting for logons

2020-09-11 Thread Dave Ford
in the tomcat logs - is it possible to turn up the logging for the manager app to see exactly what credentials (well, username) is being passed by Edge to it? Thanks Dave

Re: Fix for the Ghostcat vulnerability

2020-03-05 Thread Dave Ford
o fix that before this recent > announcement). Can you point the ill-informed amongst us to any helpful resources you may have that describe what you mean by 'properly secured'? Regards Dave

Re: issue faced in tomcat 8.5.51

2020-03-04 Thread Dave Ford
this via an apache webserver using mod_proxy_ajp? Only, the current stable release of apache (2.4.41) doesn't support 'secret' AFAIK. See https://httpd.apache.org/docs/2.4/mod/mod_proxy_ajp.html and https://bz-he-de.apache.org/bugzilla/show_bug.cgi?id=53098 Note the above 'bug' in Apache is only 12 years old :-( Dave

Re: Fix for the Ghostcat vulnerability

2020-03-04 Thread Dave Ford
kable and are probably going to isolate the AJP traffic using a firewall rule via iptables instead of relying on any intrinsic Tomcat feature. Dave

Re: JDBC connection pooling maxActive or MaxTotal

2020-01-03 Thread Dave Bothwell
Chris, That was very helpful. Thank you Dave On Fri, Jan 3, 2020 at 5:29 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Dave, > > On 1/3/20 13:47, Dave Bothwell wrote: > > I am using Tomc

JDBC connection pooling maxActive or MaxTotal

2020-01-03 Thread Dave Bothwell
changed maxActive to maxTotal. Also, I am currently using both attributes maxActive and maxTotal in my current server.xml file, which does not appear to be causing any issues. my question is which attribute should I be using? Thanks Dave -- <https://www.primepoint.com/> David Bo

Re: Malformed chunked stream

2019-09-24 Thread Dave Thorn
lthough > I doubt any improvement is measurable). And definitely no subtle bug introduced at the same time. It would be painfully ironic were it so. -- dave thorn Bad to the bone. - To unsubscribe, e-mail: users-unsubscr...@t

Re: Malformed chunked stream

2019-09-24 Thread Dave Thorn
On Sun, Sep 01, 2019 at 08:51:47AM +, Mark Thomas wrote: > On August 31, 2019 7:31:12 AM UTC, Dave Thorn wrote: > > >There is also a haproxy between client and server. You wouldn't think > >it goes fiddling around in the middle of a response, thought. I'm >

Re: Tomcat doesn't refreshes and still gives me an old error again and again

2019-09-04 Thread Dave Thorn
obvious why I sometimes had to, but generally didn't. -- dave thorn Would you like green eggs and the fundamental condition of yearning for meaning in a world devoid of it? - To unsubscribe, e-mail: users-unsubscr...@tomc

Re: Malformed chunked stream

2019-08-31 Thread Dave Thorn
On Sat, Aug 31, 2019 at 05:13:06AM +, Mark Thomas wrote: > On August 30, 2019 8:34:02 PM UTC, Dave Thorn wrote: > > > >That looks, to me, like the stream is missing the [\r][\n] between the > >B50 chunk and the 3FC0 count. > > > >I'm not clear on where

Malformed chunked stream

2019-08-30 Thread Dave Thorn
ate$ResponseEntityResponseExtractor.extractData(RestTemplate.java:709) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:527) -- dave thorn Hi, I'm from the Internet. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat Server Using 100% CPU

2019-08-08 Thread Utkarsh Dave
Did you reviewed the localhost_access log file. Which web-application is using tomcat the most ? On Thu, Aug 8, 2019 at 9:53 AM Eric Robinson wrote: > We have a farm of VMs, each running multiple instances of tomcat (up to 80 > instances per server). Everything has been running fine for years, b

Minor version upgrades

2019-05-10 Thread Dave Ford
or release (say 8.5.40) over the existing installation of (8.4.32) over an existing Catalina_Home? Or should I simply bite the bullet, rework my puppet code to deploy the instances outside of Catalina_Home and wipe C_H before redeploying it with a newer version?

Minor version upgrading

2019-05-10 Thread Dave Ford
or release (say 8.5.40) over the existing installation of (8.4.32) over an existing Catalina_Home? Or should I simply bite the bullet, rework my puppet code to deploy the instances outside of Catalina_Home and wipe C_H before redeploying it with a newer version? Regards, Dave

Re: Translation help wanted

2018-11-13 Thread Dave Fisher
Sent from my iPhone > On Nov 13, 2018, at 9:36 AM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > >> On 11/13/18 10:39, André Warnier (tomcat) wrote: >>> On 13.11.2018 13:32, Rémy Maucherat wrote: >>> On Mon, Nov 12, 2018 at 12:49 PM Mark Thom

Re: Changing Sever.xml without restarting Tomcat 8.5

2018-07-23 Thread Dave Fisher
some kind managing where requests go. If you do then you should carefully shutdown and restart each server one at a time. (I started following this type of approach since Tomcat 3.3 on multiple top level domains.) Regards, Dave > On Jul 23, 2018, at 9:57 AM, M. Manna wrote: > > I am

Information on sessionCacheSize !

2018-05-01 Thread Utkarsh Dave
Hello Team and Tomcat users, I am trying to gather more information and the effect of parameter "sessionCacheSize" in server.xml for a ssl connector. I see this from the documentation "The number of SSL sessions to maintain in the session cache." If i do not add this parameter...my tomcat slows do

Re: WebApp Caching Broken

2018-03-05 Thread Dave Fisher
and Tomcat does not have permission to replace the old version owned by root. Without the OP providing configuration details it is difficult to know, but this is what I have found. Regards, Dave > On Mar 5, 2018, at 1:30 PM, Leon Rosenberg wrote: > > Hello, > > can you explai

Re: jsessionid path parameter: Is this compliant with the Servlet 3.0 spec?

2018-02-04 Thread Dave Glasser
Thanks, that is pretty clear and unambiguous, as is "The name of the parameter must be jsessionid." When the spec is in conflict with itself, I'm happy to consider Tomcat the reference implementation. The reason a session cookie name had to be specified in the first place was because we initiall

jsessionid path parameter: Is this compliant with the Servlet 3.0 spec?

2018-02-03 Thread Dave Glasser
This text is based on a stackoverflow question I posted earlier today: https://stackoverflow.com/questions/48600576/jsessionid-as-path-parameter-not-working-in-tomcat/48602272 I'm using Tomcat 7.0.84, and my web app uses the Servlet 3.0 deployment descriptor. The web.xml file contains this:  

Logging framework !

2017-10-31 Thread Utkarsh Dave
localhost_access.log continue to work like before. May I know how and from where to start debugging this? I have verified logging.properties, there is no issue with it. Any help will be appreciable. -Thanks Dave

Re: Beginner help setting up test vertical cluster

2017-10-30 Thread Dave Ford
On Mon, 2017-10-30 at 09:15 -0400, Christopher Schultz wrote: > Dave, >  > Can you please post your and associated elements from > conf/server.xml -- minus any secrets that may have crept in there? > Also, what does your network look like? Any intermediates such as > load >

Beginner help setting up test vertical cluster

2017-10-30 Thread Dave Ford
ed.  Before I make this post too long and post my server.xml code, could someone advise me as to what I should be looking for, or what these messages suggest?  Any pointers at this stage would be grateful as I'm unsure even what a working cluster should look like. Thanks  Dave

Web application jars gets re loaded causing permgen issue !

2017-07-28 Thread Utkarsh Dave
in advance. -Utkarsh Dave

Re: Under system account, Tomcat starts even with shutdown port conflict

2017-06-09 Thread Dave Fisher
ssues. Always worked with the project distros since Tomcat e. Regards, Dave Sent from my iPhone > On Jun 9, 2017, at 1:55 PM, Tou Vue wrote: > > Found out this is working as designed. > > You can follow the link to where I answered my own question... > https://stackoverflow

Re: Tomcat 8.5.x/Openssl with custom keystore

2017-06-06 Thread Dave Neuman
Actually, it looks like the error I pasted above was actually my embedded tomcat not being able to find tc-native. Sorry for the noise, I will respond if/when I run into a different/"real" problem. --Dave On Tue, Jun 6, 2017 at 2:41 PM, Dave Neuman wrote: > Hey all, > I was won

Tomcat 8.5.x/Openssl with custom keystore

2017-06-06 Thread Dave Neuman
don’t have a keystore configured in my server.xml, so tomcat tries to use the default ~/.keystore which causes issues at about the time it tries to get the IMPLEMENTED_PROTOCOLS_SET in OpenSSLUtil. Like I said earlier if I switch to JSSEUtil, things work as expected. Any thoughts? Thanks, Dave ​

Re: [ANN] Apache Tomcat 7.0.77 released

2017-04-03 Thread Utkarsh Dave
Hello Violeta, Thanks for the update. We just picked 7.0.76. Wanted to know if there is an important fix in 7.0.77 version and can users face issue if they chose to be on 7.0.76. Just wanted to know if any particular reason because release time between 76 and 77 is short? -Dave On Mon, Apr 3

Re: Ways to identify poorly designed client aplications sending request to Tomcat !

2017-03-31 Thread Utkarsh Dave
Hi Chris, Thanks for the response. On Fri, Mar 31, 2017 at 10:16 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Utkarsh, > > On 3/30/17 3:34 PM, Utkarsh Dave wrote: > > What makes you say th

Re: Ways to identify poorly designed client aplications sending request to Tomcat !

2017-03-30 Thread Utkarsh Dave
r 30, 2017 at 10:43 AM, André Warnier (tomcat) wrote: > On 30.03.2017 19:36, Utkarsh Dave wrote: > >> Thanks Olaf and Suvendu for the response. >> We are using 1.2 MB of heap size which is enough and haven't created an >> issue so far. >> > > I suppose we

Re: Ways to identify poorly designed client aplications sending request to Tomcat !

2017-03-30 Thread Utkarsh Dave
Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Utkarsh, > > On 3/29/17 7:33 PM, Utkarsh Dave wrote: > > Hello all, > > > > My tomcat (7.0.72) hosts several web aplications in the server > > (ba

Re: Ways to identify poorly designed client aplications sending request to Tomcat !

2017-03-30 Thread Utkarsh Dave
or Tomcat > process. > > As Olaf indicated, you can try to increase heap size and see if the > problem goes away. But before that, I am curious to see what heap and > GC settings you are using. Please post that info. > > Thanks! > Suvendu > > On Thu, Mar 30, 2017 at 2:01

Ways to identify poorly designed client aplications sending request to Tomcat !

2017-03-29 Thread Utkarsh Dave
Hello all, My tomcat (7.0.72) hosts several web aplications in the server (based in linux 6.8). There are many clients or 3rd party applications working as client to my server (having tomcat and web applications). There are instances when poorly designed client application can affect severly to To

Re: [SECURITY] CVE-2016-6816 Apache Tomcat Information Disclosure

2016-11-27 Thread Utkarsh Dave
Please ignore my previous mail. I got the correct one https://tomcat.apache.org/security-7.html On Sun, Nov 27, 2016 at 6:41 PM, Utkarsh Dave wrote: > Hi All > > This vulnerability (CVE-2016-6816) is said to be "Affects: 9.0.0.M1 to > 9.0.0.M11" on another url htt

Re: [SECURITY] CVE-2016-6816 Apache Tomcat Information Disclosure

2016-11-27 Thread Utkarsh Dave
Hi All This vulnerability (CVE-2016-6816) is said to be "Affects: 9.0.0.M1 to 9.0.0.M11" on another url https://tomcat.apache.org/security-9.html. But in the mail it says Tomcat 7 is also affected. Does this vulnerability affects version 7.0.72 -Regards Utkarsh On Tue, Nov 22, 2016 at 1:42 AM, M

Re: Tomcat 8 HTTPS issue with old browser

2016-10-04 Thread Garratt, Dave
comms - maybe and IIS connector to Tomcat would accomplish the same ? As I mentioned before I’m a bit of a novice with the server config. Dave > On 4 Oct 2016, at 11:29, André Warnier (tomcat) wrote: > > On 04.10.2016 09:53, Garratt, Dave wrote: > >>> On 4 Oct 2016, at

Re: Tomcat 8 HTTPS issue with old browser

2016-10-04 Thread Garratt, Dave
. Dave > On 4 Oct 2016, at 10:58, Olaf Kock wrote: > > > Am 04.10.2016 um 11:23 schrieb Kreuser, Peter: >> In my opinion weakening the security of the majority of users (there are >> seemingly others) is a pretty bad thing to do. My suggestion would be a >> differen

Re: Tomcat 8 HTTPS issue with old browser

2016-10-04 Thread Garratt, Dave
. Thanks for the suggestion though. Dave > On 4 Oct 2016, at 08:48, André Warnier (tomcat) wrote: > > On 04.10.2016 09:38, Garratt, Dave wrote: >> I have Apache Tomcat 8 working ok with https when I connect to my web page >> using a recent browser (desktop) or iPhone for

Tomcat 8 HTTPS issue with old browser

2016-10-04 Thread Garratt, Dave
would be most appreciated. Many thanks Dave G

Re: A way for user to specify DH parameter to tomcat !

2016-08-17 Thread Utkarsh Dave
Thanks a lot Chris and Violeta. On Wed, Aug 17, 2016 at 1:59 PM, Utkarsh Dave wrote: > Hi All, > > My project is using tomcat 7.0.70, JDK 1.7.0_101 and is based on linux OS > We have been using BIO connectors. > 1. I need help to find out how to provide user specified DH parame

Re: A way for user to specify DH parameter to tomcat !

2016-08-17 Thread Utkarsh Dave
Thanks. By DH I mean "Diffie-Hellman parameters (secure DH-Cipher)". On Wed, Aug 17, 2016 at 3:31 PM, Violeta Georgieva wrote: > Hi, > > 2016-08-17 11:29 GMT+03:00 Utkarsh Dave : > > > > Hi All, > > > > My project is using tomcat 7.0.70, JDK 1.7.0_10

A way for user to specify DH parameter to tomcat !

2016-08-17 Thread Utkarsh Dave
Hi All, My project is using tomcat 7.0.70, JDK 1.7.0_101 and is based on linux OS We have been using BIO connectors. 1. I need help to find out how to provide user specified DH parameter to tomcat. 2. What all ciphers are categorized under modern ciphers ? Thanks for your time in advance. -Utkar

Re: Can tomcat be configured for ECDHE and DHE cipher suites

2016-05-25 Thread Utkarsh Dave
karsh On Fri, May 20, 2016 at 4:51 PM, Mark Thomas wrote: > On 20/05/2016 12:18, Utkarsh Dave wrote: > > Hi Mark - Thanks. > > SSLHonorCipherOrder, cna it be configured on Tomcat ? > > There would not have been much point telling you about a configuration > option you

Re: Can tomcat be configured for ECDHE and DHE cipher suites

2016-05-20 Thread Utkarsh Dave
Thanks Mark. It appears it is client (3rd party which requests to tomcta) to choose the cipher while negotiating. We can use SSLHonorCipherOrder to enforce the server's cipher order. I guess i got my answer. -Thanks Utkarsh Dave On Fri, May 20, 2016 at 4:51 PM, Mark Thomas wrote: >

Re: Can tomcat be configured for ECDHE and DHE cipher suites !

2016-05-20 Thread Utkarsh Dave
ish. > > Mark > > > > > > JD > > > > 2016-05-20 12:50 GMT+02:00 Utkarsh Dave : > > > >> Sorry, I missed that information in my earlier mail. > >> Tomcat - 7.0.69 configured for SSL > >> Connector - APR > >> Java - jdk

Re: Can tomcat be configured for ECDHE and DHE cipher suites !

2016-05-20 Thread Utkarsh Dave
16-05-20 12:50 GMT+02:00 Utkarsh Dave : > > > Sorry, I missed that information in my earlier mail. > > Tomcat - 7.0.69 configured for SSL > > Connector - APR > > Java - jdk1.7.0_101 > > > > > > On Fri, May 20, 2016 at 4:10 PM, Mark Thomas wrote: >

Re: Can tomcat be configured for ECDHE and DHE cipher suites !

2016-05-20 Thread Utkarsh Dave
Sorry, I missed that information in my earlier mail. Tomcat - 7.0.69 configured for SSL Connector - APR Java - jdk1.7.0_101 On Fri, May 20, 2016 at 4:10 PM, Mark Thomas wrote: > On 20/05/2016 11:37, Utkarsh Dave wrote: > > Hi Users and Tomcat team, > > > > Port

Can tomcat be configured for ECDHE and DHE cipher suites !

2016-05-20 Thread Utkarsh Dave
Hi Users and Tomcat team, Port 8443 on my product is configured for Tomcat and accepts inbound traffic from 3rd parties. In the TLS handshake, Tomcat chooses TLS_RSA_WITH_AES_256_CBC_SHA over some of the more secure cipher options offered by the 3rd party. The 3rd party offers a list of 66 cipher

Re: Some Web Applications fail to deploy !

2016-05-06 Thread Utkarsh Dave
Correcting the text if it is confusing. "XXX,YYY and ZZZ do not get copied from /usr/local/webapps to Tomcat/webapps after tomcat upgrade as i do not see above logs. And so i feel no installation happens. What can be probable reason On Fri, May 6, 2016 at 11:09 AM, Utkarsh Dave wrote:

Some Web Applications fail to deploy !

2016-05-05 Thread Utkarsh Dave
Hi Tomcat users and owners, I upgraded to tomcat 7.0.69 from 64 and noticed that some of the web applications do not get deployed. After verifying i noticed that with tomcat 7.0.64, manager.log file use to populated with these additional logs where as it is not seen in new Tomcat. May 05, 2016 6:

Re: OT: Re: Order of attributes significant in zipfileset?

2016-04-26 Thread Dave Glasser
Good to know! Thanks George! From: George Sexton To: Tomcat Users List Sent: Tuesday, April 26, 2016 4:06 PM Subject: OT: Re: Order of attributes significant in zipfileset? This isn't as bad as the delete task. If you specify dir and file, it will delete everything in dir, not ju

Re: Order of attributes significant in zipfileset?

2016-04-26 Thread Dave Glasser
From: "Caldarale, Charles R" To: Tomcat Users List ; Dave Glasser Sent: Tuesday, April 26, 2016 2:32 PM Subject: RE: Order of attributes significant in zipfileset? >> From: Dave Glasser [mailto:dglas...@pobox.com] >> Subject: Order of attributes sig

Order of attributes significant in zipfileset?

2016-04-26 Thread Dave Glasser
I discovered this in ant 1.6.5, and found that it still behaves this way in 1.9.7. If you have a element with both a dir and a file attribute, it will produce different results depending on the order in which those attributes appear. If the file attribute appears first, it behaves as you would

Re: [ANN] Apache Tomcat 7.0.69 released

2016-04-20 Thread Utkarsh Dave
Thanks again. That helped and all good with compilation now. On Wed, Apr 20, 2016 at 12:50 PM, Violeta Georgieva wrote: > Hi, > > 2016-04-20 10:11 GMT+03:00 Utkarsh Dave : > > > > Hi Violeta, > > I receive a compilation error with new tomcat > > java.lang.NoClas

Re: [ANN] Apache Tomcat 7.0.69 released

2016-04-20 Thread Utkarsh Dave
error On Tue, Apr 19, 2016 at 11:47 AM, Utkarsh Dave wrote: > Thank You > > On Mon, Apr 18, 2016 at 5:45 PM, Violeta Georgieva > wrote: > >> The Apache Tomcat team announces the immediate availability of Apache >> Tomcat 7.0.69. >> >> Apache Tomcat is an ope

Re: [ANN] Apache Tomcat 7.0.69 released

2016-04-18 Thread Utkarsh Dave
Thank You On Mon, Apr 18, 2016 at 5:45 PM, Violeta Georgieva wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat 7.0.69. > > Apache Tomcat is an open source software implementation of the Java > Servlet, JavaServer Pages, Java Expression Language and Java > We

When is 7.0.69 expected !

2016-04-06 Thread Utkarsh Dave
Hi Tomcat team, I am looking for below fix http://svn.apache.org/viewvc?view=revision&revision=1734262 The fix will be available in 7.0.69. Is there a date for the new release yet... -Thanks Utkarsh

Re: response.sendRedirect is not working in application after upgrade from 7.0.65 to 7.0.67

2016-03-29 Thread Utkarsh Dave
HiVioleta, Our application has a very similar problem after upgrade to tomcat 7.0.67/68 and it seems space in between url attributes was the issue while using response.sendRedirect. Currently we have hold off the upgrade until all web application teams find the affected pages and rectify there code

Re: Time zone in all web application pages revert to UTC !

2016-03-23 Thread Utkarsh Dave
rstood that why suddenly when everything works fine, one odd day the UTC time zone starts displaying. On Tue, Mar 22, 2016 at 8:25 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Utkarsh, > > On 3/22/16 2:40 AM, Utkarsh Dave wrote: > > We are having this weird i

Time zone in all web application pages revert to UTC !

2016-03-21 Thread Utkarsh Dave
Hi Users and Tomcat team, We are having this weird issue seen in all the web application pages where time gets changed to UTC after some days. As a workaround it works fine until Tomcat is restarted, but after some days time in UTC is seen again. This is regardless of any time/time zone configured

Re: Enabling SSLv2 on Tomcat 7 !

2016-02-21 Thread Utkarsh Dave
SSLv2Hello handshake started failing in newer versions of tomcat On Fri, Feb 19, 2016 at 8:56 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Utkarsh, > > On 2/19/16 7:05 AM, Utkarsh Dave wrote: >

Enabling SSLv2 on Tomcat 7 !

2016-02-19 Thread Utkarsh Dave
I upgraded my tomcat from 7.0.53 ( that was having SSL protocols enable) to 7.0.67 (that has by default SSL protocols disable). To re enable support for SSLv3 and SSLv2, i modified the server.xml inside $TOMCAT_HOME/conf to replace sslProtocol="TLS" with sslEnabledProtocols="SSLv2,SSLv3,TLSv1" I

Re: Block urls using X-forwaed-for

2016-02-15 Thread Dave Fisher
You can take the source code for RemoteIPFilter and have it look at the X-Forwarded-For header. Even better offer a patch to RemoteIPFilter to allow the header field name to be configured. You are not the only one with this use case. Regards, Dave Sent from my iPhone > On Feb 15, 2016,

RE: Problem with clientAuth SSL connection

2016-01-12 Thread Tauzell, Dave
You can enable jvm level TLS debug: -Djavax.net.debug=all See this site for more information: http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/ReadDebug.html Dave Tauzell | Senior Software Engineer | Surescripts O: 651.855.3042 | www.surescripts.com | dave.tauz

RE: Zero downtime deployments

2015-12-03 Thread Tauzell, Dave
X If you want to rename a column: 1. Deploy new version of app that writes data to old column name + new name 2. shutdown old version 3. drop old column We generally test out our old version of an app running against the new database schema to make sure this process will work. -Dave -Ori

RE: Hash (#) error in Parameters value

2015-11-30 Thread Tauzell, Dave
The # character is a special character in URLs to signify a "fragment": https://en.wikipedia.org/wiki/Fragment_identifier. If you don't want it treated as such then you do need to escape it. -Dave Dave Tauzell | Senior Software Engineer | Surescripts O: 651.855.3042 | www.

Re: Question related to Session management in Tomcat !

2015-11-25 Thread Utkarsh Dave
Thank You Mark On Wed, Nov 25, 2015 at 4:39 PM, Mark Thomas wrote: > On 25/11/2015 10:50, Utkarsh Dave wrote: > > Hello, > > > > I need inputs/answers on below points to implement a secure session > > management application > > Or if there is there any configura

Question related to Session management in Tomcat !

2015-11-25 Thread Utkarsh Dave
using session ID to keep authentication state and track user progress within a web application, the application MUST treat the session ID as untrusted data, and sanitize and validate it before use. Thanks a lot for your time. Utkarsh Dave

RE: Tomcat Application Stops Responding

2015-11-16 Thread Tauzell, Dave
GCs or really long GC times. The VisualVM tool can call the above utilities and show GC info in a graphical manner. It might be easy to use depending on the network between your app and where you run VisualVM. -Dave -Original Message- From: Cohen, Laurence [mailto:lco...@novetta.com

RE: Access application without giving port number and context root

2015-11-16 Thread Tauzell, Dave
That's pretty neat. Good to know about. -Dave Dave Tauzell | Senior Software Engineer | Surescripts O: 651.855.3042 | www.surescripts.com | dave.tauz...@surescripts.com Connect with us: Twitter I LinkedIn I Facebook I YouTube -Original Message- From: Christopher Schultz [mail

RE: Access application without giving port number and context root

2015-11-16 Thread Tauzell, Dave
rt in it. 2. If your application does HTTP redirects, then you need to setup the reverse proxy to re-write those (not an issue, but something you need to configure). -Dave -Original Message- From: Kikkeri, Amith [mailto:amith.kikk...@aig.com] Sent: Monday, November 16, 2015 9:22 AM To: To

RE: Tomcat caching

2015-11-16 Thread Tauzell, Dave
If you can reproduce this problem in your development environment and you cannot track down the reason then try out the free version of App Dynamics: http://www.appdynamics.com/lite/. -Dave -Original Message- From: David E. Filip [mailto:dfi...@colornet.com] Sent: Monday, November 16

RE: Access application without giving port number and context root

2015-11-16 Thread Tauzell, Dave
ink you could run on the Tomcat server itself: http://wiki.apache.org/tomcat/ServletProxy. You won't be able to hide the port with these however. -Dave -Original Message- From: Kikkeri, Amith [mailto:amith.kikk...@aig.com] Sent: Monday, November 16, 2015 9:11 AM To: Tomcat

RE: Tomcat Ports

2015-11-10 Thread Tauzell, Dave
You are right. I removed our webaps and now I don't see those ports in use. I will do more digging, though, because when I run using an embedded Jetty webserver I don't see them. I'll reply back if I have any more questions. Thanks, Dave -Original Message- Fro

Tomcat Ports

2015-11-10 Thread Tauzell, Dave
tening on these ports and if I can disable them? Thanks, Dave This e-mail and any files transmitted with it are confidential, may contain sensitive information, and are intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error,

Can we have number of RequestDispatcher (busy) logged in log files !

2015-11-06 Thread Utkarsh Dave
Hello, In tomcat 7 I wanted to know if there is a way we can log the number of request dispatcher threads used/busy/blocked, in log files. Or is there a mechanism that logs the number of request threads so that user can be warned about the request dispatcher threads if too many are being in busy st

Tomcat JDBC configuration does not encrypt the database password

2015-10-26 Thread Dave Cronin
va "In production environments there are features of Tomcat that don't pass security audit reviews" http://websphere.sys-con.com/node/393364 Encrypting database passwords (in Tomcat) http://www.jdev.it/encrypting-passwords-in-tomcat/ Regards Dave Cronin Dave Cronin | Software Qualit

Re: Tomcat manager application not using custom ErrorReportingValve !

2015-07-30 Thread Utkarsh Dave
Thanks a lot Mark. On Thu, Jul 30, 2015 at 11:50 AM, Mark Thomas wrote: > On 30/07/2015 07:18, Utkarsh Dave wrote: > > Hi All, > > > > My application has a custom reporting valve in server.xml > > > >> errorReportValveClass="com..valves.Cu

Tomcat manager application not using custom ErrorReportingValve !

2015-07-29 Thread Utkarsh Dave
Hi All, My application has a custom reporting valve in server.xml But when I try to access https:///manager I get normal error window page of (the tomcat error page is at /tomcat/webapps/manager/WEB-INF/jsp/403.jsp " 403 Unauthorized You are not authorized to view this page. If you have

Re: what are directories created

2015-05-20 Thread Dave H
Hi Mark, Yes, this is exactly our concern. I was hopping there would be a setting or option we can configure to disable the creation of these folder / files. I will check with Lucee folks. -DaveH On 5/19/2015 11:28 PM, Mark Thomas wrote: On 20/05/2015 04:40, Dave H wrote: I have lucee

what are directories created

2015-05-19 Thread Dave H
I have lucee (coldfusion) and tomcat7 setup on a windows server 2008r2. I have a wildcard DNS pointing to the server so any subdomain will forward to main site. for example bob.mydomain.com will forward to mydomain.com via the wildcard DNS entry. My question is when I go to the site in this e

Re: To log TLS sessions !

2015-02-15 Thread Utkarsh Dave
Thank you Christ. On Fri, Feb 13, 2015 at 10:03 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Utkarsh, > > On 2/13/15 12:39 AM, Utkarsh Dave wrote: > > Need your thoughts and comments on the re

Re: To log TLS sessions !

2015-02-13 Thread Utkarsh Dave
Thanks Chris. Any other thoughts? On Fri, Feb 13, 2015 at 10:03 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Utkarsh, > > On 2/13/15 12:39 AM, Utkarsh Dave wrote: > > Need your thoughts a

To log TLS sessions !

2015-02-12 Thread Utkarsh Dave
Hi all, Need your thoughts and comments on the requirement where we need to log/capture information when TLS sessions are setup, the logs will be logged to indicate successful or failed connection establishment or even connection being disconnected. RequestDumperFilter is one way but that will

Re: SSL issue in tomcat

2015-01-20 Thread Utkarsh Dave
I don t think you will achieve what you want to via disabling SSL protocol using sslEnabledProtocols. The vulnerability "I think it is due to vulnerability in ssl 3.0 issue." will not stop access to the application. You may want to revert your changes back, and check the firewall settings or anythi

Re: Can we Enable SSL protocol in Tomcat 7.0.57 ?

2015-01-06 Thread Utkarsh Dave
Thanks for the response. So would the desired changes in server.xml will be sslEnabledProtocols="SSL,TLS" -Thanks Utkarsh On Tue, Jan 6, 2015 at 1:47 PM, Mark Thomas wrote: > On 06/01/2015 07:46, Utkarsh Dave wrote: > > Hi Team, > > > > My project is planning t

Can we Enable SSL protocol in Tomcat 7.0.57 ?

2015-01-05 Thread Utkarsh Dave
Tomcat 7.0.57, is there any similar configuraion change available, through which we can re enable SSL protocols again. Please let me know if my question is not clear. -Thanks Utkarsh Dave

Re: Unable to disable SSL in Tomcat 6 for poodle Vulnerability!

2014-11-12 Thread Utkarsh Dave
oe...@gmail.com> wrote: > On Sun, Nov 2, 2014 at 10:09 AM, Utkarsh Dave > wrote: > > > Is there any other way to disable SSL in Tomcat 6. > > How many ways do you need? The process described in this thread > works as indicated with 6.0.37. > > -- > Hassan Schroeder

  1   2   3   4   5   >