Tomcat not releasing connector port at shutdown

2025-03-19 Thread Jason Countryman
nstance uses a Spring configuration with log4j2, camel and cxf. I'm not sure what the next troubleshooting step would be here, what to look for. Any guidance on next steps would be appreciated. Thank you, Jason T. Countryman This message and any attachments may contain informatio

Re: Tomcat 9 on Debian 12

2025-03-11 Thread Jason Bailey
k. Also, many Debian-specific Tomcat guides mention "admin-gui" such as this: https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-9-on-debian-10 But yeah, the Debian specific deviations have me confused. On 3/10/25 6:45 PM, Chuck Caldarale wrote: >> On

Tomcat 9 on Debian 12

2025-03-10 Thread Jason Bailey
I'm running Tomcat 9 on Debian 12 to run Apache Guacamole and am trying to get the tomcat-users.xml file to take so that I can manage the service from the Tomcat Manager. So far I have not had luck getting the login dialog to the manager to accept any xml file I give it. First, where should I be p

Re: REG: Version stability of Tomcat 9.0.96

2025-02-11 Thread Jason Wee
opsie.. I suppose they can find a workaround for their solution On Tue, Feb 11, 2025 at 8:55 PM Christopher Schultz wrote: > > Jason, > > On 2/7/25 6:53 AM, Jason Wee wrote: > > Why not use releaseTag with 2 arguments? That 3 arguments method is > > deprecated in tomc

Re: REG: Version stability of Tomcat 9.0.96

2025-02-07 Thread Jason Wee
https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/jasper/runtime/JspRuntimeLibrary.html#releaseTag(javax.servlet.jsp.tagext.Tag,org.apache.tomcat.InstanceManager,boolean) Anyway, your application team should know what to do...just download the tomcat source file and read the code ;) Regards, Jason W

Re: REG: Version stability of Tomcat 9.0.96

2025-02-07 Thread Jason Wee
Why not use releaseTag with 2 arguments? That 3 arguments method is deprecated in tomcat9.0.98 anyway...sooner it will be removed... Regards, Jason Wee On Fri, Feb 7, 2025 at 5:55 PM Konstantin Kolinko wrote: > > чт, 6 февр. 2025 г. в 16:42, Divyabharathi Sundaram > : > >

overriding application log configuration at the container level

2023-08-22 Thread Jason Guild
lhost].[/MYAPP].level = ALL org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/MYAPP].my.package.level = ALL Is it possible to override application log levels at the container level in $CATALINA_BASE/conf/logging.properties? Thank you,

RE: Too many certificates in chain?!? Help!

2023-05-17 Thread Jason Tan
Hi James, Have a look at this. https://success.qualys.com/discussions/s/question/0D52L4To0DUSAZ/your-ssl-server-test-incorrectly-reports-an-incomplete-chain You might have the issue where your chain length is 1 when it should be 3. You may need to redo your certs. Best Regards, Jason Tan

RE: Need to know about analyzing of thread dump and heap dump

2023-04-03 Thread Jason Tan
Hi Koustav, I was testing out the online thread dump analysers previously and found https://fastthread.io/ and https://jstack.review/#tda_1_dump. I am not sure how safe their data policy are, but I didn't spot any sensitive data in my thread dump. Note: one of them hid part of the result as it w

Question regarding config.ini 'answer file'

2023-03-28 Thread Jason Murray | ROI Solutions
Hello, Apologies if my this my first post is misdirected. In a nutshell: my goal is to automate Tomcat 8.5 upgrades on Windows Server as much as possible. More specifically, I have been looking to create a config.ini 'answer' file for installing Tomcat 8.5.x as a service on a Windows Server sy

RE: HTTP Error 414. The request URL is too long.

2023-03-09 Thread Jason Tan
Hi Seth, One of my customer had the same error. We also tried increasing maxHttpHeaderSize as suggested on Google. It worked for him for a while, but he encountered the same error again later on. Our developers got involved and later discovered that our app was trying to display all his favouri

Re: how to block bad request?

2023-01-09 Thread Jason Wee
ytes sent, excluding HTTP headers, or '-' if zero %D - Time taken to process the request in microseconds so I guess the attacker check if the port is opened without sending any bytes and tomcat took 0 second to process. Christopher, no, X-Forwarded-For and %h values are not the same.

how to block bad request?

2023-01-03 Thread Jason Wee
equest, etc? 2. how to block such requests (at tomcat or at firewall or any other way)? 3. what impact it has to tomcat (or service) if these requests come in huge amounts and in a short time. Thank you and happy to hear any other comments/opinions too. Kind regards, Jason - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Question about upgrade from Tomcat 7 to Tomcat 9.0.67

2022-10-05 Thread Jason Wee
i would normally do a diff between your current version and the next tomcat version you want to upgrade to and go through the diff slowly. it is better to be careful and note the changes than sorry later. On Wed, Oct 5, 2022 at 9:17 PM Mark Thomas wrote: > > > > On 05/10/2022 09:17, Terry ST SY/O

Re: Tomcat unresponsive

2022-09-29 Thread Jason Wee
could be waiting for i/o or some others... what tomcat version ? On Thu, Sep 29, 2022 at 5:57 PM Christoph Empl wrote: > > Hello, > > i’m facing a problem that my tomcat seems to become unresponsive if it’s > under a certain load. > > Most threads in threaddumps look like this: > > > "https-jsse

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

2022-08-10 Thread Jason Hall
hanks, Jason - Original Message - From: "Brian Wolfe" To: "Tomcat Users List" Sent: Wednesday, August 10, 2022 9:50:01 AM Subject: Re: AW: SSLLabs scan shows TLSv1.0 and TLSv1.1 even though I have sslProtocol="TLSv1.2" You can disable the protocols at the j

Re: Regarding IPv6 support

2022-08-03 Thread Jason Wee
that the server should listen on. Do I have to add any other > property or am I missing something? > > On Wed, Aug 3, 2022 at 12:51 PM Jason Wee wrote: > > > yes, it should, read here > > https://tomcat.apache.org/tomcat-7.0-doc/config/http.html > > > >

Re: Regarding IPv6 support

2022-08-03 Thread Jason Wee
yes, it should, read here https://tomcat.apache.org/tomcat-7.0-doc/config/http.html On Wed, Aug 3, 2022 at 3:19 PM Nitish Chitta wrote: > > Hello Team, > I wanted to know if Tomcat 7 supports requests with IPv6 addresses in the > URL as I am getting an HTTP 404 error when trying to hit the server

Re: too many "CLOSE_WAIT" states on Tomcat 80 port and Tomcat does not responding requests to port 80 anymore

2022-07-10 Thread Jason Zhang
Thank you Mark, I appreciate it! On Sun, Jul 10, 2022 at 2:03 PM Mark Thomas wrote: > On 10/07/2022 14:25, Jason Zhang wrote: > > Hi Mark, > > > > Thank you for your response. We are currently working with the Alfresco > > team on this issue. No updates so far. >

Re: too many "CLOSE_WAIT" states on Tomcat 80 port and Tomcat does not responding requests to port 80 anymore

2022-07-10 Thread Jason Zhang
> On 10/07/2022 05:40, Jason Zhang wrote: > > Hello Tomcat Support team, > > > > The Tomcat is not responding to requests to port 80 in our system, I > would > > like to know: > > 1. If this is an issue with Tomcat or outside the Tomcat > > 2. If it is an issu

RE: JS fiddle for generating TLS keys and certs

2022-06-28 Thread Jason Tan
e the generated certs and keystore to understand it better. It doesn't help things that different app and different app versions may have different security requirements which means old keys and certs no longer work in the newer version. Or work for one app but not a different app. Live and le

RE: Are Apache versions cumulative ?

2022-06-22 Thread Jason Tan
Thank you so much, Mark. Much appreciated. -Original Message- From: Mark Thomas Sent: Wednesday, 22 June 2022 7:00 PM To: Tomcat Users List Subject: Re: Are Apache versions cumulative ? On 22/06/2022 09:20, Jason Tan wrote: > Hi there, > Sorry to trouble you folks but I could no

Are Apache versions cumulative ?

2022-06-22 Thread Jason Tan
in Tomcat 7.0.100 are also present in Tomcat 7.0.109. My guts tell me it's cumulative but I need some sort of proof for my customer. Best Regards, Jason Tan

Re: Compile JSP pages dynamically using Tomcat 6.0.45

2022-06-13 Thread Jason Wee
i, > > Does ecj 4.6.1 support jsp compilation without JDK ? We would like to > replace JDK with JRE. > > > Regards, > Pavan > > On Mon, Jun 13, 2022 at 3:46 PM Jason Wee wrote: > > > yes, i used to use tomcat version 6.0.29 then upgraded to 6.0.53 > > event

Re: Compile JSP pages dynamically using Tomcat 6.0.45

2022-06-13 Thread Jason Wee
yes, i used to use tomcat version 6.0.29 then upgraded to 6.0.53 eventually jsp cannot compile to java 8 spec, so i have to upgrade ecj to version 4.6.1 and using jdk8u74. But these were all I can recalled. hth On Mon, Jun 13, 2022 at 5:48 PM Pavan Kumar Tiruvaipati wrote: > > Hi, > > Our applic

Re: Upgrade tomcat 7 to 10.

2022-05-26 Thread Jason Wee
As what Christopher Schultz mentioned, "including switching package names", i.e. from javax to jakarta.. when I did the webapp migration to tomcat 10, I had to make all the libraries to reference jakarta though, including taglib-mailer, jsp and so on. hth Jason On Fri, May 27, 2022

Re: tomcat 9.50 - rewrite rule question

2022-03-18 Thread Jason Wee
have you try? RewriteRule ^/apex/f?p=1001 /apex/myapp [R,L] On Sat, Mar 19, 2022 at 2:05 PM rupali singh wrote: > > Hi Team, > > We are using tomcat 9.54 version. > Need help in rewriting rule. > > background : We have an Oracle apex server ( version 21.1) and tomcat is > installed on the sa

Re: Configure mulitple installs tomcat 8.5 - catalina_base/catalina_home

2022-02-24 Thread Jason Countryman
y time, no matter which tomcat installation it was launching. Fixing that fixed my issue completely. Thank you, Jason T. Countryman From: Christopher Schultz Sent: Thursday, February 24, 2022 3:55 PM To: users@tomcat.apache.org Subject: Re: Configure mulitpl

Configure mulitple installs tomcat 8.5 - catalina_base/catalina_home

2022-02-23 Thread Jason Countryman
Thank you, Jason T. Countryman This message and any attachments may contain information that is protected by law as privileged and confidential, and is transmitted for the sole use of the intended recipient(s). If you are not the intended recipient, you are hereby notified that any use, dis

Re: is too quick to respond

2022-02-20 Thread Jason Hall
as what was mentioned earlier, different OS(s) may handle this differently, but the JAVA NIO API watchevents point you in the right direction in watching a file/folder in a loop for a "create" or "modify" or "delete" event to occur and fire off. thanks, j

Re: javax.servlet vs jakarta.servlet?

2021-12-27 Thread Jason Wee
yeap, also take note libs that depend on the new namespace and taglibs On Tue, Dec 28, 2021 at 8:35 AM Michael B Allen wrote: > > Hello Tomcat Users, > > Does anyone have a sense of how many people are using the jakarta.servlet API? > > I have a product that includes some classes that use javax.s

Re: tomcat hangs

2021-09-09 Thread Jason Wee
must be the problem of your webapp... show all webapp codes? On Thu, Sep 9, 2021 at 6:51 PM Mehrdad Taagholi wrote: > > HiI use apache tomcat 8.0.32 and oracle-jdk-8u66 and redhat 6.After working > with the system for a few hours and the load on the system increases, > suddenly the tomcat hangs

Re: java.lang.ClassNotFoundException: javax.servlet.Filter

2021-02-15 Thread Jason Wee
patch, please also let me know so I can contribute back to the tomcat community. Thank. Jason On Mon, Feb 15, 2021 at 11:35 PM Woonsan Ko wrote: > > On Mon, Feb 15, 2021 at 7:19 AM Jason Wee wrote: > > > > okay, currently there is no custom application code, I just build two &

Re: java.lang.ClassNotFoundException: javax.servlet.Filter

2021-02-15 Thread Jason Wee
/WebBeansConfigurationListener.java#L36 ? Jason On Mon, Feb 15, 2021 at 6:19 PM Mark Thomas wrote: > > On 15/02/2021 08:26, Jason Wee wrote: > > Using Apache Tomcat 10.0.2, build owb and cxf and placed into lib directory > > > > tomcat-cxf-3.4.1.jar > > tomcat-

java.lang.ClassNotFoundException: javax.servlet.Filter

2021-02-15 Thread Jason Wee
on directory [/home/jason/tomcat/apache-tomcat-10.0.2/webapps/rest] has finished in [435] ms any idea how to change from javax to jakarta? Jason - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comm

owb and cxf module should include in the release source package

2021-02-08 Thread Jason Wee
ion need to specify that to reference owb and cxf module at github instead? Jason - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: tomcat http error code 502

2020-10-25 Thread Jason Wee
a 502 > response thanks, this is helpful, I have checked my codebase, the 502 that client receives would probably be at client proxy. Jason On Thu, Oct 22, 2020 at 9:44 PM Christopher Schultz wrote: > > Jason, > > On 10/22/20 01:36, Jason Wee wrote: > > using tomcat 8.5.42 and h

tomcat http error code 502

2020-10-21 Thread Jason Wee
Hi, using tomcat 8.5.42 and have the following questions * will tomcat log http error 502 in accesslog? * under what situation will tomcat return 502? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

RE: [tomcat-users] Re: getting web application version string?

2020-08-17 Thread Jason Pyeron
> -Original Message- > From: Michael Osipov > Sent: Sunday, August 16, 2020 1:27 PM > > Am 2020-08-16 um 18:16 schrieb Jason Pyeron: > > Is there a better way than this? > > > > Specifically - detect running Tomcat, then if under Tomcat (today only >

getting web application version string?

2020-08-16 Thread Jason Pyeron
{ log.log(Level.WARNING, "unable", e); } } } 1: https://tomcat.apache.org/tomcat-9.0-doc/config/context.html#Naming -- Jason Pyeron | Architect PD Inc| 10 w 24th St | Baltimore, MD | .mil: jason.j.p

RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Jason Pyeron
://tomcat.apache.org/migration-85.html Since the JVM (indicated) and WAR (implied) is the same version in your two installs, then it is a configuration issue. CLASSPATH ? System properties? Please provide details to reproduce here. -Jason From: Lavitesh Verma Sent: Monday, June 15, 2020 11

RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Jason Pyeron
was not customized. Have you deployed the application to an “out of the box” 6.0.35 on the same JVM as 8.5.5? Have you reached out to your developer of the com.att.lsrv and porequest.control code? You should have a test case to prove the issue out. -Jason From: Lavitesh Verma Sent

Re: Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Jason Wee
guess looks like jar not found, full stacktrace would be helpful. On Mon, Jun 15, 2020 at 8:17 PM Lavitesh Verma wrote: > Hi Team, > > > > Below are the details of the system and tomcat version > > Old tomcat version: *Apache Tomcat/6.0.35* > > New tomcat version: *Apache Tomcat/8.5.5* > > Opera

RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Jason Pyeron
was it previously? Did you test this before you migrated causing this “urgent” issue? What is different between your test and this urgent outage’s configuration. -Jason From: Lavitesh Verma [mailto:lavitesh.ve...@amdocs.com] Sent: Monday, June 15, 2020 8:16 AM To: users

Re: OpenSSL config for Tomcat 7

2020-02-28 Thread Jason Wee
when you stack them, do you mean you cat those certificates into one pem file? On Sat, Feb 29, 2020 at 8:22 AM John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: > > Hello, > > We're running Tomcat 7 and need to implement SSL. We are using APR/OpenSSL, > but I can'

Re: Unable to start tomcat

2020-02-25 Thread Jason Wee
have you try google? https://stackoverflow.com/questions/4415175/an-operation-on-a-socket-could-not-be-performed-because-the-system-lacked-suffi On Wed, Feb 26, 2020 at 2:47 PM wrote: > > Dear Jason, > > Thank for your reply. I am unable to understand below hint. Will you > ple

Re: Unable to start tomcat

2020-02-25 Thread Jason Wee
This looks informative and should give u hint and where you should begin troubleshooting. org.apache.tomcat.jni.Error: 730055: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. On Wed, Feb 26, 2020 at 2:30 PM wrote: > >

Re: listing all applications in manager across configured virtual hosts

2019-12-05 Thread Guild, Jason A (DOT)
The general idea seems like a reasonable use case. Yes, I will look into it and see what I can come up with in terms of a patch we can try. Jason On 12/5/2019 1:08 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jason, > > On 12/5/19 14:

listing all applications in manager across configured virtual hosts

2019-12-05 Thread Guild, Jason A (DOT)
cations ordered by all configured virtual hosts. Clearly the manager has knowledge of all configured applications regardless of virtual host. Is is possible to configure a manager to just list all applications from all virtual hosts on the main "List Applications" screen? My environment is

Re: override context path for manager application

2019-12-04 Thread Guild, Jason A (DOT)
e Tomcat distribution and ran it with $CATALINA_BASE == $CATALINA_HOME and I was just adding a file to $CATALINA_HOME/conf/[engine]/[host]/dev9#manager.xml in an attempt to override the context path. Thanks again for your help, Jason On 12/4/2019 1:32 PM, Konstantin Kolinko wrote: > If y

override context path for manager application

2019-12-04 Thread Guild, Jason A (DOT)
9.0.29 with OpenJDK 1.8.0_232 on Debian Linux. Thanks, Jason [0] https://tomcat.apache.org/tomcat-9.0-doc/manager-howto.html#Introduction<https://tomcat.apache.org/tomcat-8.5-doc/manager-howto.html#Introduction>

Re: Tomcat in Netbeans 11.1

2019-10-31 Thread Jason Hall
he correct tab and select unselect "Use IDE proxy settings". thanks, Jason - Original Message - From: "Don" To: users@tomcat.apache.org Sent: Thursday, October 31, 2019 8:10:30 AM Subject: Re: Tomcat in Netbeans 11.1 I knew about the Services tab and my pra

RE: [tomcat-users] Password encryption in Tomcat 8.5.35

2019-09-15 Thread Jason Pyeron
om TPMs, Smart Cards, networked sources, etc. v/r, Jason Pyeron > -Original Message- > From: Mohan T > Sent: Monday, September 16, 2019 12:05 AM > To: users@tomcat.apache.org > Subject: [tomcat-users] Password encryption in Tomcat 8.5.35 > > Hi, > > We are u

Re: Tomcat 8.5.45 service error 1067

2019-09-09 Thread Jason Wong
tomcat 8.5.45 with the version 1.1.0.0 service and it starts up as usual. Regards, Jason On Sunday, September 8, 2019, 4:29:59 PM GMT-4, André Warnier (tomcat) wrote: Hello Jason. Have a look at the archives of this mailing list, for the last 30 days or so. I think that there have

Tomcat 8.5.45 service error 1067

2019-09-08 Thread Jason Wong
Hi. I have an application running on tomcat 8.0.53 (32-bit) running on windows 2008R2 server (64-bit), it runs fine. I'm looking to upgrade to tomcat 8.5.45 (32-bit). I downloaded the apache-tomcat-8.5.45.exe installer, verified the signature, and ran it (no errors). But when try to start the

org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun

2019-08-06 Thread Jason Wee
version 8.5.43 (current latest), the exception no longer happened. We would like to understand better which patch that fix the problem above. Can anyone give links to the fixes? Thank you and apache tomcat is a great product! Jason

Re: Does Tomcat server printout System.out.print infor?

2019-05-11 Thread Jason Wee
default tomcat , when you print, logging should goes to catalina.out. In any case, check logging.properties in tomcat directory on where the logging configured. as for realm, it can be configure in the context element, which mean in the META-INF/context.xml, see https://tomcat.apache.org/tomcat-8.

Re: HTTP/1.x broken with Tomcat 9, Java 11 and Http11NioProtocol

2019-03-27 Thread Jason Rivard
On Wed, Mar 27, 2019 at 11:21 AM Mark Thomas wrote: > > Don't know yet. Just started looking. [snip] > That didn't take long. > The fix will be in the next set of releases (expected towards the end of > next week). [snip] Wow, that was fast! Thanks for the quick response! --

HTTP/1.x broken with Tomcat 9, Java 11 and Http11NioProtocol

2019-03-26 Thread Jason Rivard
I'm trying to get the following configuration working: - Tomcat 9.0.17 (also tested with 9.0.16) - AdoptOpenJDK Java 11.0.2 on Linux (also tested on Windows) - Http11NioProtocol Connector - Http2Protocol ProtocolUpgrade I'm using the following connector config: With the UpgradeProtocol in

Re: ecj-4.6.3 no longer required?

2019-03-26 Thread Jason Wee
which 8.5.x u were referring? i just checked 8.5.39 has ecj in lib directory. On Wed, Mar 27, 2019 at 1:58 AM David Cleary wrote: > > I'm current updating our server that is based on Tomcat 8.5.x and found that > ecj-4.6.3.jar is no longer in the distribution. The changelog does not note > that

List Ciphers - 500 Error

2018-04-03 Thread Jason Vo
(SetCharacterEncodingFilter.java:108) All other manager commands seem to work fine e.g http://localhost:8080/manager/text/serverinfo . Any ideas? Thanks Jason Vo Professional Services Manager DDI : +44 113 826 6218 | T : +44 (0) 113 388 4300 | M : +44 773 919 4858 jason...@callcreditgroup.com

Re: Apache Tomcat 8.5.24 SSL Configuration

2017-12-21 Thread Jason Hall
- Original Message - From: Thomas Delaney To: Tomcat Users List Sent: Thu, 21 Dec 2017 17:24:06 -0500 (EST) Subject: Re: Apache Tomcat 8.5.24 SSL Configuration Thank you for the input so far! I have used both java versions jdk 1.7.0_79 and jdk1.8.0_152 and still receive the same result

Trying to find out if Windows Sever 2016 is affected by CVE-2016-3092

2017-11-15 Thread Jason Liebig
e are exclusive to Linux. Can you confirm or point me in the direction of documentation that could help us identify if certain CVE's are affecting Windows 2016? Thanks. Regards, Jason Liebig Security Engineer Hitachi Vantara 2845 Lafayette St Santa Clara, CA, 95050, USA

Re: jasper

2016-11-08 Thread Jason Hall
va code to compile if you wish, unless you know what versions of tomcat with the associated jasper changes that may have caused this ? thanks, Jason - Original Message ----- From: "Jason Hall" To: "Tomcat Users List" Sent: Tuesday, November 8, 2016 7:22:57 A

jasper

2016-11-04 Thread Jason Hall
oblem (version 8.0.9.0) thanks, Jason - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: For the purposes of matching another box, I need Tomcat 7.0.67 for Windows . . .

2016-08-24 Thread Jason D. Burkert
estion and examining 'Architecture' field. Also, scroll down on the link you provided to Packaging Details (or "What Should I Download?") -Jason -- JHHL - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.or

Re: Set up postgresql on tomcat7

2016-08-17 Thread Jason D. Burkert
;s context.xml jdbc/myPostgresConnection javax.sql.DataSource Container This will allow you to have one copy of the postgres jar deployed in Tomcat's lib directory, and each of your webapps can reference the named connection (i.e. jdbc/myPostgresConnection ) within

Re: Set up postgresql on tomcat7

2016-08-16 Thread Jason D. Burkert
the .jar file is there anything else i need to configure? Any advice is welcome Andy Andy, Have you defined a JDBC data source for your connection to postgres? This may be helpful: https://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html#JDBC_Data_Sources -Jason

Re: Release Dates

2016-08-05 Thread Jason D. Burkert
This may help. http://tomcat.markmail.org/search/?q=Apache%20Tomcat%20released -Jason On 2016-08-05 10:37 AM, Salvatore Bellassai wrote: Hello, I was hoping someone could tell me where Release Dates can be obtained for Tomcat 7.0? Thank you. Salvatore "Trace" Bellassai Security

Re: Fail secure state

2016-06-24 Thread Jason Ricles
21:43, Jason Ricles wrote: >> >> Fail-secure is a condition achieved by the application server in order >> to ensure that in the event of an operational failure, the system does >> not enter into an unsecure state where intended security properties no >> longer hold

Re: Fail secure state

2016-06-23 Thread Jason Ricles
20:21, Jason Ricles wrote: >> Does tomcat have a secure state if system initialization fails, >> shutdown fails, or aborts fail? > > Define "secure state", "system initialization", "fails", "shutdown&qu

Fail secure state

2016-06-23 Thread Jason Ricles
Does tomcat have a secure state if system initialization fails, shutdown fails, or aborts fail? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: [tomcat-users] Re: SSLVerifyClient="optionalNoCA" stops working in tomcat 8.0.32?

2016-06-16 Thread Jason Pyeron
is the recommended course of action in this case? > 1. Disable native io first, try again. 2. make a reproducible test case. -Jason - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

secure_protocol_version is null when using NIO2

2016-06-10 Thread Jason Schwanz
Environment: Tomcat 8.0.33 on RHEL6 In our app we are capturing the SSL/TLS protocol being used by referencing the org.apache.tomcat.util.net.secure_protocol_version request attribute. When the connector is NIO this works beautifully, but trying this on NIO2 returns null. - Jason Schwanz

mod_jk load balancing to Tomcats or SonicWall NetScaler?

2016-05-09 Thread Jason Britton
at. Thanks for any insight, Jason

Getting confusing websocket error message on Tomcat 7

2016-05-04 Thread Jason Ricles
I am trying to send a file over a websocket in binary and keep getting this error "code [1009], reason [No async message support and buffer too small. Buffer size: [800,000], Message size: [131,170]]" I am confused since it is saying the buffer size is too small but the size is 800,000 and the me

Re: NullPointerException in MemoryRealm after upgrading to Tomcat 8.0.32 from 7.0.26

2016-03-10 Thread Jason Overland
do you think it can make it into the next Tomcat patch release? Also, yesterday I made a bug on bugzilla. https://bz.apache.org/bugzilla/show_bug.cgi?id=59154 Thanks again, Jason - To unsubscribe, e-mail: users-unsubscr...@tomcat.a

Re: NullPointerException in MemoryRealm after upgrading to Tomcat 8.0.32 from 7.0.26

2016-03-09 Thread Jason Overland
ne (i.e. digest="SHA") > requires that the "digest" actually be set to something. Since that's > not happening, you get an NPE. > > Since you are willing to build your Tomcat from source, can I give you a > patch to test? > > This is definitely a bug, pl

Re: NullPointerException in MemoryRealm after upgrading to Tomcat 8.0.32 from 7.0.26

2016-03-08 Thread Jason Overland
, principal.getPassword()); } if (validated) { On Tue, Mar 8, 2016 at 3:43 PM, Jason Overland wrote: > Hi, I'm upgrading an existing Vaadin 6 application from Tomcat 7.0.26 > to Tomcat 8.0.32 and have some questions. I'm using Windows 7 and > debugging in Eclipse. > >

NullPointerException in MemoryRealm after upgrading to Tomcat 8.0.32 from 7.0.26

2016-03-08 Thread Jason Overland
Hi, I'm upgrading an existing Vaadin 6 application from Tomcat 7.0.26 to Tomcat 8.0.32 and have some questions. I'm using Windows 7 and debugging in Eclipse. For authentication our configuration is using a MemoryRealm with digest="SHA". We are storing usernames and passwords in a tomcat-users.xm

Re: Tomcat feature request

2016-02-10 Thread Jason Ricles
On Wed, Feb 10, 2016 at 7:47 AM, Konstantin Kolinko wrote: > 2016-02-10 5:40 GMT+03:00 Jason Ricles : >> Is there any formal forum to make a feature request for tomcat? > > http://tomcat.apache.org/bugreport.html#How_to_submit_patches_and_enhancement_requests > > but usu

Tomcat feature request

2016-02-09 Thread Jason Ricles
Is there any formal forum to make a feature request for tomcat? I noticed I was having a silent failure with a binary websocket with tomcat since I didn't flip the bytebuffer from write to read and the send kept failing down at the low level of the code without any error being thrown. With that in

Re: Having Java websocket server in tomcat handle ISO8859_1

2016-02-08 Thread Jason Ricles
The message is built and sent in a javaclass connected to a websocket server for the web application also written in java then the message is passed to the webpage which uses javascript On Mon, Feb 8, 2016 at 2:25 PM, André Warnier (tomcat) wrote: > On 08.02.2016 19:41, Jason Ricles wr

Having Java websocket server in tomcat handle ISO8859_1

2016-02-08 Thread Jason Ricles
I have an application that sends binary websocket messages between a class and the web application using a websocket server written in java. The data being sent from the java class is encoded in a binary buffer with the bytes in ISO8859_1. However, when I receive the bytes on the websocket server

Re: Zero downtime deployments

2015-12-22 Thread Jason Britton
On Tue, Dec 22, 2015 at 4:01 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Jason, > > On 12/21/15 12:22 PM, Jason Britton wrote: > > Following back up after perusing Chris' very helpful presentation ( > > > http://people.apache.org/~schultz/A

handling tomcat failover - session transition to new node

2015-12-22 Thread Jason Britton
ssion data be updated in the session store on subsequent changes/requests? I've read about some folks configuring valves for shared in-memory caches (redis), I'm not sure I want to go that route at this point. Any thoughts would be much appreciated, happy holidays! Jason

Re: Zero downtime deployments

2015-12-21 Thread Jason Britton
ves for shared in-memory caches (redis), I'm not sure I want to go that route at this point. Any thoughts would be much appreciated, Jason On Tue, Dec 8, 2015 at 10:43 AM, Kevin Hale Boyes wrote: > On 4 December 2015 at 11:19, Christopher Schultz < > ch...@christopherschultz

Re: Tomcat 8.0.29-30 context root redirect changes break application

2015-12-18 Thread Jason Rivard
On Fri, Dec 18, 2015 at 4:36 PM, Mark Thomas wrote: > On 18 December 2015 20:21:12 GMT+00:00, Jason Rivard > wrote: [snip] > > You can use sessionCookiePathUsesTrailingSlash on the Context to fix the > session problem but be aware of the security risks if you have context

Tomcat 8.0.29-30 context root redirect changes break application

2015-12-18 Thread Jason Rivard
I'm not sure if I'm posting this in the right place, but I thought I would start here. It seems that changes to tomcat 8.0.29-30 partially described in the following bug break my application, and probably others: https://bz.apache.org/bugzilla/show_bug.cgi?id=58660 And here is my test applicatio

Re: Zero downtime deployments

2015-12-02 Thread Jason Britton
Thank you Christopher, reading now and we'll see if I can swing the conference :) On Wed, Dec 2, 2015 at 4:00 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Jason, > > On 12/2/15 4:07 PM, Jason Britton wrote: > > I was looking for information for how

Zero downtime deployments

2015-12-02 Thread Jason Britton
ut will be using the latest versions of tomcat 8 and apache httpd 2.4. Thanks for any insights! Jason

Re: SSL and Virtual Hosting

2015-10-21 Thread Jason Britton
o proxy to our Tomcats and we terminate SSL at HTTPD so I'm not exactly sure on your SSL questions. Our SSL is configured through Apache HTTPD Virtual Hosts. Maybe you want to look into the cost for a wildcard SSL cert that would cover *.example.com rather than specific hosts? Jason On Wed, O

Re: Tomcat 8 reliability/performance on Windows 2008 R2 Server vs. RHEL/CentOS

2015-10-01 Thread Jason Britton
OP here. I really appreciate the objective well thought out responses, this community has never disappointed me. A more qualified list of respondents I will not find elsewhere. George I should have said Windows Server 2012 R2. A lot of our Windows servers are still 2008 R2 but any new ones that

Tomcat 8 reliability/performance on Windows 2008 R2 Server vs. RHEL/CentOS

2015-09-30 Thread Jason Britton
about why this could be problematic vs. running Tomcat on RHEL/CentOS. My gut says far more Tomcat deployments in production are done on top of Linux based OS's vs. Windows. Any thoughts on making an argument for one OS vs another in deploying Tomcat 8? Thanks for your thoughts, Jason

Re: Send a message from java application to a specific websocket session via Tomcat websocket server

2015-08-10 Thread Jason Ricles
e users to > be re-directed to an static page not connected to the database or back-end. > And if user== administrator; then, do not redirect. Allow user to see > error. > > > On 08/10/2015 10:01 AM, Jason Ricles wrote: >> >> Introduction: >> >> I have an appl

Send a message from java application to a specific websocket session via Tomcat websocket server

2015-08-10 Thread Jason Ricles
Introduction: I have an application that uses a webpage as the GUI and the backend is written in Java so thuswebsockets using Apache Tomcat 7 are the way I am communicating between the GUI and the backend code that does all the grunt work. A websocket server is the go between, between the backend

issue with application finding tomcat jars

2015-07-10 Thread Jason Ricles
I have an application that uses the websocket jars from tomcat and sometimes get this error, java.util.ServiceConfigurationError: javax.websocket.ContainerProvider: Provider org.apache.tomcat.websocket.WsContainerProvider not found Then it gets the error for a while and magically finds the jars a

RE: TLS Server Accepts RSA_EXPORT Cipher Suites (FREAK)

2015-04-16 Thread Jason Jesso
z.net] Sent: Thursday, April 16, 2015 8:45 AM To: Tomcat Users List Subject: Re: TLS Server Accepts RSA_EXPORT Cipher Suites (FREAK) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jason, On 4/16/15 7:48 AM, Jason Jesso wrote: > My goal was to disable the EXPORT ciphers and not be able to > c

RE: TLS Server Accepts RSA_EXPORT Cipher Suites (FREAK)

2015-04-16 Thread Jason Jesso
The case made no difference. Still works. Jason Jesso | Senior Systems Programmer Direct: (905)752-8238 Toll Free: 1(800)387-1245 | Ext. 238 Fax: (905)479-5421 Web Site: global-matrix.com Blog Site: travelagentmusings.com From: Christopher Schultz [ch

RE: TLS Server Accepts RSA_EXPORT Cipher Suites (FREAK)

2015-04-16 Thread Jason Jesso
d for us. Thanks for your help! From: Christopher Schultz [ch...@christopherschultz.net] Sent: Thursday, April 16, 2015 1:01 AM To: Tomcat Users List Subject: Re: TLS Server Accepts RSA_EXPORT Cipher Suites (FREAK) -BEGIN PGP SIGNED MESSAGE- Hash:

  1   2   3   4   5   >