Re: Tomcat not part of RHEL 8 distro?

2020-07-02 Thread Sean Neeley
On Thu, Jul 2, 2020 at 3:46 PM calder wrote: > On Thu, Jul 2, 2020 at 3:05 PM Sean Neeley > wrote: > > On Thu, Jul 2, 2020 at 2:57 PM calder wrote: > > > On Thu, Jul 2, 2020, 14:43 Sean Neeley > wrote: > > > > > > > I heard that tomcat is no lon

Re: Tomcat not part of RHEL 8 distro?

2020-07-02 Thread Sean Neeley
On Thu, Jul 2, 2020 at 2:57 PM calder wrote: > On Thu, Jul 2, 2020, 14:43 Sean Neeley wrote: > > > I heard that tomcat is no longer available for RHEL 8. Does anyone know > > why this is? What free alternatives are there for java servlets, which > > have rpm pac

Tomcat not part of RHEL 8 distro?

2020-07-02 Thread Sean Neeley
I heard that tomcat is no longer available for RHEL 8. Does anyone know why this is? What free alternatives are there for java servlets, which have rpm packages managed by Red Hat? Thanks -- Sean Neeley | Senior Developer t. 630.395.9600 x6234 sean.nee...@producepro.com Produce Pro

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-02 Thread Sean Neeley
ournalctl -u tomcat` to check it. > > On Wed, Jul 1, 2020 at 6:58 PM Sean Neeley > wrote: > > > On Wed, Jul 1, 2020 at 5:24 PM calder wrote: > > > > > On Wed, Jul 1, 2020, 15:32 Sean Neeley > > wrote: > > > > > > > I tried switching from Ja

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
On Wed, Jul 1, 2020 at 5:24 PM calder wrote: > On Wed, Jul 1, 2020, 15:32 Sean Neeley wrote: > > > I tried switching from Java 1.8 to Java 11 to see if that makes a > > difference. Now the VM Thread is using a lot less CPU: > > > > PID USER PR NI

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
6] nanosleep({tv_sec=0, tv_nsec=100}, NULL) = 0 [pid 2326] nanosleep({tv_sec=0, tv_nsec=100}, NULL) = 0 [pid 2326] nanosleep({tv_sec=0, tv_nsec=100}, NULL) = 0 [pid 2326] nanosleep({tv_sec=0, tv_nsec=100}, NULL) = 0 /var/log/tomcat logs are still empty. I'm running out of

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
01.log -rw-r--r-- 1 tomcat tomcat0 Jul 1 10:22 localhost.2020-07-01.log -rw-r--r-- 1 tomcat tomcat0 Jul 1 10:22 manager.2020-07-01.log Any other ideas? On Wed, Jul 1, 2020 at 12:09 PM wrote: > Sean, > > > -Original Message- > > From: Sean Neeley > >

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager Jul 1 09:31:03 ecom-main server: arguments used: start On Wed, Jul 1, 2020 at 12:00 PM calder wrote: > On Wed, Jul 1, 2020, 11:15 Sean Neeley wrote: > > > I just installed tomcat 7 on a Red Hat Enterprise Linux Server 7.8, power &

Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
wrong? Without any logs being created, it seems impossible to determine the problem. Thanks for helping. Sean

Re: Tomcat and NGINX ip forwarding

2019-09-01 Thread Sean Dawson
That seems to have worked - thanks! On Sun, Sep 1, 2019 at 2:05 PM Mark Thomas wrote: > On September 1, 2019 2:52:36 PM UTC, Sean Dawson > wrote: > >Hello, I'm trying to get the actual client IP address in the Tomcat > >access > >logs rather than the 127.0

Tomcat and NGINX ip forwarding

2019-09-01 Thread Sean Dawson
Hello, I'm trying to get the actual client IP address in the Tomcat access logs rather than the 127.0.0.1 that's coming from nginx. CentOS 7.6 (on AWS) Amazon Coretto 1.8.0_222.b10-1.x86_64 Tomcat 8.5.45.0 (extracted from tar.gz) Nginx 1.12.2 (very basic setup) http (80) / https (443) to nginx To

Re: Wildcard certificates

2019-04-17 Thread Sean Dawson
On Wed, Apr 17, 2019 at 9:20 AM Sean Dawson wrote: > > Hello, I have a widlcard certificate from GoDaddy. Can I use this with > Tomcat? (8.5) > > I have the files crt (primary certificate?), p7b (intermediate?), pfx > (private key?), and a .key file. I did not generate a c

Re: Wildcard certificates

2019-04-17 Thread Sean Dawson
Thanks for the replies - I'm willing to use NGINX to handle this for us - can you point me to a good page on that? On Wed, Apr 17, 2019 at 9:46 AM John Larsen wrote: > We do the same - via mod_jk we utilize apache httpd to handle the SSL. > Keeps things simple and works well. > John Larsen > >

Wildcard certificates

2019-04-17 Thread Sean Dawson
Hello, I have a widlcard certificate from GoDaddy. Can I use this with Tomcat? (8.5) I have the files crt (primary certificate?), p7b (intermediate?), pfx (private key?), and a .key file. I did not generate a certificate request prior to this. Google is telling me that either I need to generate a

Re: Invalid character found in method name. HTTP method names must be tokens

2019-02-07 Thread Sean Dawson
On Thu, Feb 7, 2019 at 6:57 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Sean, > > On 2/7/19 14:01, Sean Dawson wrote: > > Hello, we're using Tomcat 8.5_35 on Linux (CentOS7) and Windows &

Invalid character found in method name. HTTP method names must be tokens

2019-02-07 Thread Sean Dawson
Hello, we're using Tomcat 8.5_35 on Linux (CentOS7) and Windows (2016 Server and above) and here and there we see this in the logs... org.apache.coyote.http11.AbstractHttp11Processor.process Error parsing HTTP request header Note: further occurrences of HTTP header parsing errors will be logged a

Re: Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-12 Thread Sean Brett
In case anyone else has such an issue, it appears that this was all caused by the rt.jar in the webapps WEB-INF/lib directory. I removed that jar for one of the other webapps exhibiting the same issue and it resolved the issue. On 12/01/2018 14:38, "Sean Brett" wrote: >Comments

Re: Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-12 Thread Sean Brett
Comments at the bottom. (Spoiler alert: Good news!) On 11/01/2018 22:38, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Sean, > >On 1/11/18 11:58 AM, Sean Brett wrote: >> On 11/01/2018 15:48, "Christopher Schultz"

Re: Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-11 Thread Sean Brett
Thanks for the input Chris, I’ve responded inline... On 11/01/2018 15:48, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Sean, > >(Thanks for moving to the mailing list; it's a much better forum for >getting into a protr

Jasper Exception when using Tomcat 9 but works with Tomcat 5.5

2018-01-10 Thread Sean Brett
I've been tasked with migrating a site from one institution to another. As part of the process we are attempting to update the versions the site uses. Initially I was asked to use Java 8 with Tomcat 5.5 (on Linux), which led to issues - not to mention Tomcat 5 being 'out of support¹. I have sinc

Re: "Cannot store non-PrivateKeys" exception moving from 8.0.37 to 8.5.20 - Linux

2017-09-22 Thread Sean Dawson
Cannot > >store non-PrivateKeys > > at > >org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLContext( > AbstractJsseEndpoint.java:113) > > > > > > > > > > > > Forwarded Message > >Subject: Re: "Cannot store non-PrivateKeys"

"Cannot store non-PrivateKeys" exception moving from 8.0.37 to 8.5.20 - Linux

2017-09-21 Thread Sean Dawson
Hello, We migrated our application that was running fine on 8.0.37 to 8.5.20 and on startup we receive: java.lang.IllegalArgumentException: java.security.KeyStoreException: Cannot store non-PrivateKeys I unfortunately deleted the logs and under time pressure we had to go back to 8.0.37 so I don'

Struts Vulnerability

2017-09-06 Thread Sean Son
Hello all I am new to the mailing list as well as new to Apache Struts. We all heard in the news about the vulnerability affecting Apache Struts. I have been tasked to determine which of our servers have Struts running on them. I have a few questions on how to determine if a server is running St

Bug 59317 change to encode getRequestURI dispatches

2016-08-19 Thread Sean Dawson
So we ran into this too - with a customer who downloaded the latest rev of Tomcat 8. Took us half the day yesterday and most of today to get to the bottom of it. In troubleshooting, I tried using 7 instead but it was still failing there (and now I see that the change is in recent revs of all vers

Re: Strange MySQL error when starting tomcat 8 on boot

2016-08-10 Thread Sean Son
On Wed, Aug 10, 2016 at 11:41 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Sean, > > On 8/10/16 10:39 AM, Sean Son wrote: > > On Wed, Aug 10, 2016 at 10:06 AM, Sean Son > > >> wro

Re: Strange MySQL error when starting tomcat 8 on boot

2016-08-10 Thread Sean Son
On Wed, Aug 10, 2016 at 10:06 AM, Sean Son wrote: > > > On Tue, Aug 9, 2016 at 5:05 PM, Mark Eggers > wrote: > >> Sean, >> >> >> On 8/9/2016 1:55 PM, Sean Son wrote: >> > On Mon, Aug 8, 2016 at 11:31 AM, Mark Eggers >> > wrote: >>

Re: Strange MySQL error when starting tomcat 8 on boot

2016-08-10 Thread Sean Son
On Tue, Aug 9, 2016 at 5:05 PM, Mark Eggers wrote: > Sean, > > > On 8/9/2016 1:55 PM, Sean Son wrote: > > On Mon, Aug 8, 2016 at 11:31 AM, Mark Eggers > > wrote: > > > >> Sean, > >> > >> On 8/8/2016 7:10 AM, Sean Son wrote: > >&

Re: Strange MySQL error when starting tomcat 8 on boot

2016-08-09 Thread Sean Son
On Mon, Aug 8, 2016 at 11:31 AM, Mark Eggers wrote: > Sean, > > On 8/8/2016 7:10 AM, Sean Son wrote: > > On Fri, Aug 5, 2016 at 5:34 PM, Mark Eggers > > > wrote: > > > >> On 8/5/2016 2:19 PM, Sean Son wrote: > >>> Hello! > >>>

Re: Strange MySQL error when starting tomcat 8 on boot

2016-08-08 Thread Sean Son
On Fri, Aug 5, 2016 at 5:34 PM, Mark Eggers wrote: > On 8/5/2016 2:19 PM, Sean Son wrote: > > Hello! > > > > I am currently running Tomcat 8 on RHEL 7.2 with one web application > > called AppVet (A mobile Application Vetting program). The > > application wor

Strange MySQL error when starting tomcat 8 on boot

2016-08-05 Thread Sean Son
/mrvfDtTD Thanks! Sean

Re: Need help setting up SSL on Tomcat 8

2016-07-18 Thread Sean Son
On Mon, Jul 18, 2016 at 10:47 AM, André Warnier (tomcat) wrote: > On 18.07.2016 16:33, Sean Son wrote: > >> On Thu, Jul 14, 2016 at 8:15 AM, Ognjen Blagojevic < >> ognjen.d.blagoje...@gmail.com> wrote: >> >> Sean, >>> >>> On 13.7.2016 21:56,

Re: Need help setting up SSL on Tomcat 8

2016-07-18 Thread Sean Son
On Thu, Jul 14, 2016 at 8:15 AM, Ognjen Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: > Sean, > > On 13.7.2016 21:56, Sean Son wrote: > >> Thank you for your answer guys. Is there anywhere in the Tomcat config >> files that I would need to specify the DNS nam

Re: Need help setting up SSL on Tomcat 8

2016-07-14 Thread Sean Son
On Thu, Jul 14, 2016 at 8:15 AM, Ognjen Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: > Sean, > > On 13.7.2016 21:56, Sean Son wrote: > >> Thank you for your answer guys. Is there anywhere in the Tomcat config >> files that I would need to specify the DNS nam

Re: Need help setting up SSL on Tomcat 8

2016-07-13 Thread Sean Son
Thank you for your answer guys. Is there anywhere in the Tomcat config files that I would need to specify the DNS name? Like in Apache we would specify the DNS name in a Virtualhost. On Wed, Jul 13, 2016 at 7:56 AM, Ognjen Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: > Sea

Re: Need help setting up SSL on Tomcat 8

2016-07-12 Thread Sean Son
On Tue, Jul 12, 2016 at 8:49 AM, Sean Son wrote: > > > On Mon, Jul 11, 2016 at 6:25 PM, Ognjen Blagojevic < > ognjen.d.blagoje...@gmail.com> wrote: > >> On 11.7.2016 16:29, Sean Son wrote: >> >>> Here is the certificate path: >>> >>>

Re: Need help setting up SSL on Tomcat 8

2016-07-12 Thread Sean Son
On Mon, Jul 11, 2016 at 6:25 PM, Ognjen Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: > On 11.7.2016 16:29, Sean Son wrote: > >> Here is the certificate path: >> >> - Go Daddy Root Certificate Authority - G2 >>- Go Daddy Secure Certificate Authority

Re: Need help setting up SSL on Tomcat 8

2016-07-11 Thread Sean Son
Here is the certificate path: - Go Daddy Root Certificate Authority - G2 - Go Daddy Secure Certificate Authority - G2 - *.example.com Thanks On Fri, Jul 8, 2016 at 6:23 PM, Ognjen Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: > On 7.7.2016 23:17, Daniel Savard wrote: > >> Certifi

Re: Need help setting up SSL on Tomcat 8

2016-07-07 Thread Sean Son
On Thu, Jul 7, 2016 at 12:24 PM, Sean Son wrote: > Copying Daniel and Ognjen on this > > On Thu, Jul 7, 2016 at 12:02 PM, Sean Son < > linuxmailinglistsem...@gmail.com> wrote: > >> Hello >> >> I tried adding the keyAlias to the connector and when i re

Re: Need help setting up SSL on Tomcat 8

2016-07-07 Thread Sean Son
Copying Daniel and Ognjen on this On Thu, Jul 7, 2016 at 12:02 PM, Sean Son wrote: > Hello > > I tried adding the keyAlias to the connector and when i restarted Tomcat, > and i browsed to the sever page, I got this error: > > Certificate Error > There are issues with t

Re: Need help setting up SSL on Tomcat 8

2016-07-07 Thread Sean Son
d not fix anything unfortunately. On Thu, Jul 7, 2016 at 10:55 AM, Daniel Savard wrote: > 2016-07-07 10:52 GMT-04:00 Sean Son : > > > So I should modify my connector to look like this? > > > > > protocol="org.apache.coyote.http11.Http11NioProtoco

Re: Need help setting up SSL on Tomcat 8

2016-07-07 Thread Sean Son
So I should modify my connector to look like this? On Wed, Jul 6, 2016 at 6:50 AM, Ognjen Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: > Sean, > > On 5.7.2016 17:14, Sean Son wrote: > >> Hello Daniel and all >> >> Here is the output.. the full outpu

Re: Need help setting up SSL on Tomcat 8

2016-07-05 Thread Sean Son
out ambiguity which entry is > what. This is what I recommend to do in order to understand what really is > in the keystore. I doubt the alias root with the first entry in the > keystore is actually the certificate needed here. > > Sean, > > print the details and you will have

Re: Need help setting up SSL on Tomcat 8

2016-07-01 Thread Sean Son
On Fri, Jul 1, 2016 at 2:57 AM, Daniel Savard wrote: > 2016-06-29 9:08 GMT-04:00 Sean Son : > > > Hello Daniel > > > > Thank you for the information. Here is the output of the keytool command: > > > > Keystore type: JKS > > Keystore provider: SU

Re: Need help setting up SSL on Tomcat 8

2016-06-29 Thread Sean Son
, 2016 at 5:09 PM, Daniel Savard wrote: > 2016-06-28 16:24 GMT-04:00 Sean Son : > > > > > > as for the output to the keytool command: > > > > Isnt the output to that command, confidential information? > > > > > No, there isn't anything confide

Re: Need help setting up SSL on Tomcat 8

2016-06-28 Thread Sean Son
GP SIGNED MESSAGE- > Hash: SHA256 > > Sean, > > On 6/28/16 2:31 PM, Sean Son wrote: > > Hey Philip > > > > So i was able to get the page to connect with SSL but I noticed > > that when I clicked on the little icon that looks like a lock next > > to htt

Re: Need help setting up SSL on Tomcat 8

2016-06-28 Thread Sean Son
Hey Philip So i was able to get the page to connect with SSL but I noticed that when I clicked on the little icon that looks like a lock next to https:// in the address bar, I saw this certificate error: Certificate Error There are issues with the site's certificate chain (net::ERR_CERT_COMMON_NAM

Re: Need help setting up SSL on Tomcat 8

2016-06-28 Thread Sean Son
Thank you for your reply Philip yes I have and it still failed.. I can try again and let you know what errors I am running into. Thanks! On Tue, Jun 28, 2016 at 2:15 PM, Philip Hachey wrote: > Have you tried following the steps found here?: > https://tomcat.apache.org/tomcat-8.0-doc/ssl-howt

Need help setting up SSL on Tomcat 8

2016-06-28 Thread Sean Son
nnection - Checking the proxy and the firewall I have no idea what I am doing wrong. I set up my Connector in server.xml exactly the same way as the example in that website that I linked. Any suggestions will greatly be appreciated! Thanks! Sean

Re: Need help with URL redirecting

2016-06-20 Thread Sean Son
88, the html file > appends the remaining portion of the url to what the users typed. > > > -Original Message- > From: Sean Son [mailto:linuxmailinglistsem...@gmail.com] > Sent: Monday, June 20, 2016 12:42 PM > To: Tomcat Users List ; a...@ice-sa.com > Subject: Re: N

Re: Need help with URL redirecting

2016-06-20 Thread Sean Son
oll > back and forth all the time. > > > > >> >> On Fri, Jun 17, 2016 at 12:03 PM, André Warnier (tomcat) >> wrote: >> >> On 17.06.2016 17:03, Sean Son wrote: >>> >>> Hello all >>>> >>>> I am new to the list. This

Re: Need help with URL redirecting

2016-06-17 Thread Sean Son
) wrote: > On 17.06.2016 17:03, Sean Son wrote: > >> Hello all >> >> I am new to the list. This is what i am trying to do but need help on: >> >> >> I have a webapp running on tomcat 8: >> https://myapp.example.com:8443/myapp >> >> I am goi

Need help with URL redirecting

2016-06-17 Thread Sean Son
research on google and I was not able to find a straight forward way of doing this. Any help is greatly appreciated! Thank you Sean

Re: Yet another odd file in /tmp created by tomcat7

2016-06-13 Thread Sean Dawson
On Fri, Jun 10, 2016 at 2:19 PM, Scott Derrick wrote: > Tomcat7 > CentOS 6 > > I see the file ehcache-sizeof-agent2473717668134475820.jar in /tmp > > It is created when I run one of my applications for the first time. The > number part of the file name changes every time I restart the application

Re: How to debug deployment process of my application in IntelliJ IDEA

2016-03-22 Thread Sean Dawson
I'm thinking this is more of an IntelliJ question than a Tomcat one? Can you post to their support/groups? On Mon, Mar 21, 2016 at 3:54 AM, Artur Owczarek wrote: > I'm learning how Spring MVC works. I'd like to debug the process of > deployment on different containers (using IntelliJ) as well

Re: Warning response header

2016-03-08 Thread Sean Dawson
On Tue, Mar 8, 2016 at 10:58 AM, Mark Eggers wrote: > Chris, > > On 3/8/2016 7:52 AM, Christopher Schultz wrote: > > Mark, > > > > On 3/7/16 5:47 PM, Mark Eggers wrote: > >> Sean, > > > >> I just noticed something else: > > > >>

Re: Warning response header

2016-03-07 Thread Sean Dawson
On Mon, Mar 7, 2016 at 5:48 PM, Sean Dawson wrote: > > > On Mon, Mar 7, 2016 at 5:44 PM, David Kerber wrote: > >> On 3/7/2016 5:11 PM, Sean Dawson wrote: >> >>> On Sun, Mar 6, 2016 at 12:48 PM, Sean Dawson >>> wrote: >>> >>> Tomcat 8

Re: Warning response header

2016-03-07 Thread Sean Dawson
On Mon, Mar 7, 2016 at 5:44 PM, David Kerber wrote: > On 3/7/2016 5:11 PM, Sean Dawson wrote: > >> On Sun, Mar 6, 2016 at 12:48 PM, Sean Dawson >> wrote: >> >> Tomcat 8_32 >>> Windows 7 >>> Java 8_51 >>> RestEasy 3.0.11.Final >>

Re: Warning response header

2016-03-07 Thread Sean Dawson
On Mon, Mar 7, 2016 at 5:36 PM, Mark Eggers wrote: > Sean, > > See comment at the end. > > On 3/7/2016 2:11 PM, Sean Dawson wrote: > > On Sun, Mar 6, 2016 at 12:48 PM, Sean Dawson > > wrote: > > > >> > >> Tomcat 8_32 > >> Windows 7 >

Re: Warning response header

2016-03-07 Thread Sean Dawson
On Sun, Mar 6, 2016 at 12:48 PM, Sean Dawson wrote: > > Tomcat 8_32 > Windows 7 > Java 8_51 > RestEasy 3.0.11.Final > GWT 2.7.0 (Jetty jetty-9.3.5.v20151012) > > Servlet code makes a RestEasy call to another servlet (same container) - > second servlet sets the '

Warning response header

2016-03-06 Thread Sean Dawson
Tomcat 8_32 Windows 7 Java 8_51 RestEasy 3.0.11.Final GWT 2.7.0 (Jetty jetty-9.3.5.v20151012) Servlet code makes a RestEasy call to another servlet (same container) - second servlet sets the 'Warning' HTTP header on response. Would like to access that in first servlet but when running in Tomcat,

Re: Exception using Async Servlet

2015-08-26 Thread Sean Dawson
On Wed, Aug 26, 2015 at 8:13 AM, Steffen Heil (Mailinglisten) < li...@steffen-heil.de> wrote: > Hi > > > Doing a lot of additional testing, I found the reason for the exception. > In the "WriteListener.onError(Throwable)" handler, we released all our > resources using a central function that inclu

Re: Content length, timeouts

2015-07-09 Thread Sean Dawson
On Wed, Jul 8, 2015 at 12:52 PM, Sean Dawson wrote: > > Hello, we have a GWT 2.7 application that's deployed on tomcat7 (r57-63) > that uses RestyGwt to make REST calls to another server (which uses > RestEasy 3.11). > > We're seeing several issues that seem to be c

Content length, timeouts

2015-07-08 Thread Sean Dawson
Hello, we have a GWT 2.7 application that's deployed on tomcat7 (r57-63) that uses RestyGwt to make REST calls to another server (which uses RestEasy 3.11). We're seeing several issues that seem to be clustered into two categories (transferring binary data, exceptions with xml data) - with one ove

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Sean Dawson
gelog." Not intending to be antagonistic - just trying to give fair warning to OP. -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Friday, May 29, 2015 12:12 PM > To: Tomcat Users List > Subject: Re: Problem specifying cipher suites in tomcat6 >

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Sean Dawson
I had significant problems trying to uncover a change in tomcat7 that broke our app when upgrading from 42 to 57, for a couple weeks over Christmas holidays. Turns out it was something we shouldn't have been doing - but it was definitely a change in tomcat (51 or so) that resulted in the issue(s).

Re: undefined method

2015-02-21 Thread Sean Dawson
Thanks for the additional suggestions! Will try those on Monday. On Sat, Feb 21, 2015 at 3:26 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Sean, > > On 2/20/15 5:00 PM, Sean Dawson wrote: > >

Re: undefined method

2015-02-20 Thread Sean Dawson
be the case on the (browser/js) client. We may also try with jboss to see if it reproduces there - probably won't get to that before Monday though. I have no idea who would be adding the undefined - maybe RestyGwt? On Fri, Feb 20, 2015 at 5:44 PM, Konstantin Kolinko wrote: > 2015-02

Re: undefined method

2015-02-20 Thread Sean Dawson
On Fri, Feb 20, 2015 at 4:41 PM, Konstantin Kolinko wrote: > 2015-02-21 0:10 GMT+03:00 Sean Dawson : > > We have a GWT app deployed to tomcat (7_59) and fairly often when we > send a > > bunch of request quickly we're seeing undefined methods in the logs - and > > t

Re: undefined method

2015-02-20 Thread Sean Dawson
On Fri, Feb 20, 2015 at 4:24 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Sean, > > On 2/20/15 4:10 PM, Sean Dawson wrote: > > We have a GWT app deployed to tomcat (7_59) and fairly often when

undefined method

2015-02-20 Thread Sean Dawson
We have a GWT app deployed to tomcat (7_59) and fairly often when we send a bunch of request quickly we're seeing undefined methods in the logs - and the calls fail, causing issues with our app. We make calls via RestyGwt (latest version) but GwtRequests all show this - both though after a number

Re: Problems with enabling SSL with GoDaddy cert with Tomcat 7.0.57

2015-02-09 Thread Sean Dawson
On Mon, Feb 9, 2015 at 10:13 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Sean, > > On 2/9/15 9:46 AM, Sean Dawson wrote: > > We've had customers who have had issues with Java an

Re: Problems with enabling SSL with GoDaddy cert with Tomcat 7.0.57

2015-02-09 Thread Sean Dawson
We've had customers who have had issues with Java and GoDaddy certs. http://stackoverflow.com/questions/18746565/godaddy-ssl-cert-not-working-with-java http://tozny.com/blog/godaddys-ssl-certs-dont-work-in-java-the-right-solution/ On Mon, Feb 9, 2015 at 9:30 AM, Christopher Schultz < ch...@chri

Re: Sporadic HTTP 403 returned by Tomcat when this should not happen ever. How to find out why this happens?

2015-02-06 Thread Sean Dawson
http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#CORS_Filter "The filter works by adding required Access-Control-* headers to HttpServletResponse object. The filter also protects against HTTP response splitting. If request is invalid, or is not permitted, then request is rejected with HT

Re: unpackWARs, and annotation exceptions

2015-01-20 Thread Sean Dawson
On Tue, Jan 20, 2015 at 8:41 AM, Konstantin Kolinko wrote: > 2015-01-18 2:00 GMT+03:00 Sean Dawson : > > Hello, > > > > I mentioned in an previous question that newer releases of tomcat7 > > (Windows) seems to be unpacking our war files to webapps when it wasn'

Re: unpackWARs, and annotation exceptions

2015-01-20 Thread Sean Dawson
ation that's causing issues? On Sat, Jan 17, 2015 at 6:00 PM, Sean Dawson wrote: > > Hello, > > I mentioned in an previous question that newer releases of tomcat7 > (Windows) seems to be unpacking our war files to webapps when it wasn't > doing that previously. We we

unpackWARs, and annotation exceptions

2015-01-17 Thread Sean Dawson
Hello, I mentioned in an previous question that newer releases of tomcat7 (Windows) seems to be unpacking our war files to webapps when it wasn't doing that previously. We were running fine prior to this and have encountered some issues replacing the war files with the corresponding webapps dir n

Re: Catalina INFO: Encountered a non-recycled request and recycled it forcedly

2015-01-14 Thread Sean Dawson
I am - could try to simplify up a testcase and see if it always happens. Thanks. On Wed, Jan 14, 2015 at 3:40 PM, Mark Thomas wrote: > On 14/01/2015 20:06, Sean Dawson wrote: > > I'm seeing this... > > > > Jan 14, 2015 2:56:32 PM org.apache.catalina.connector.Coyot

Catalina INFO: Encountered a non-recycled request and recycled it forcedly

2015-01-14 Thread Sean Dawson
I'm seeing this... Jan 14, 2015 2:56:32 PM org.apache.catalina.connector.CoyoteAdapter checkRecycled INFO: Encountered a non-recycled request and recycled it forcedly. org.apache.catalina.connector.CoyoteAdapter$RecycleRequiredException at org.apache.catalina.connector.CoyoteAdapter.checkRecycled

Re: REST call failure on newer tomcat version/update

2014-12-27 Thread Sean Dawson
tz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Sean, > > On 12/23/14 9:48 PM, Sean Dawson wrote: > > On Tue, Dec 23, 2014 at 7:57 PM, Christopher Schultz < > > ch...@christopherschultz.net> wrote: > > > >> So the web server (

Re: REST call failure on newer tomcat version/update

2014-12-23 Thread Sean Dawson
On Tue, Dec 23, 2014 at 7:57 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > So the web server (serving the HTML) is on one machine and the > application server (responding to the REST requests the GWT client > initiates) are on different machines? So the problem is with > Javascr

Re: REST call failure on newer tomcat version/update

2014-12-23 Thread Sean Dawson
On Tue, Dec 23, 2014 at 7:01 PM, André Warnier wrote: > > There are a number of open-source "proxy servlets" available from > third-parties, if you search Google for "java proxy servlet" e.g. > There is even a Tomcat WiKi article on the subject, mentioning some. > http://wiki.apache.org/tomcat/Se

Re: REST call failure on newer tomcat version/update

2014-12-23 Thread Sean Dawson
On Tue, Dec 23, 2014 at 4:59 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Are you worried about spamming the list or giving out too much > information? Mostly the former, but a tiny bit the latter. > somewhere in between the GWT client and theGWT server -- btw why are > you

Re: REST call failure on newer tomcat version/update

2014-12-23 Thread Sean Dawson
comes to proxying requests, or is it always best to read all the related rfc's ? Someone else (who is no longer here) wrote the proxy, and I'd like to make sure we're doing all the right things going forward. Regards and Happy Holidays! On Tue, Dec 23, 2014 at 4:38 PM, Sea

Re: REST call failure on newer tomcat version/update

2014-12-23 Thread Sean Dawson
some changes to the proxy based on what has been mentioned. And see if I can get the example working with 53. On Tue, Dec 23, 2014 at 2:45 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Sean, > > On

Re: REST call failure on newer tomcat version/update

2014-12-23 Thread Sean Dawson
On Tue, Dec 23, 2014 at 9:56 AM, André Warnier wrote: > >> As another wild guess, given what you mention above : maybe it is your > "simple proxying webapp" which causes the problem ? > As far as Tomcat is concerned, that /is/ the webapp which generates the > response to the browser request. Tom

Re: REST call failure on newer tomcat version/update

2014-12-23 Thread Sean Dawson
ng/debugging/etc. I'd be happy to research more, run some tests, etc - but I'm not sure where to go with this. We're pretty tied to Jetty at this point for our REST server - but I would love to try switching that out if possible. I'm not sure what else to do. On Tue, Dec

Re: REST call failure on newer tomcat version/update

2014-12-22 Thread Sean Dawson
André Warnier wrote: > Sean Dawson wrote: > >> Am working on testing the 8 versions between the one that works and the >> one >> that doesn't. >> >> We use tomcat to host our gwt/restygwt app - gwt rpc calls work (as far as >> we've tested) - restygwt R

Re: REST call failure on newer tomcat version/update

2014-12-22 Thread Sean Dawson
On Mon, Dec 22, 2014 at 3:01 PM, David kerber wrote: > On 12/22/2014 2:56 PM, Sean Dawson wrote: > >> So it works with all of them up to _52 but fails for all of them after >> that. >> >> I had a theory related to tomcat creating a webapps/ROOT dir in the newer >

Re: REST call failure on newer tomcat version/update

2014-12-22 Thread Sean Dawson
o the release notes. On Mon, Dec 22, 2014 at 2:15 PM, Sean Dawson wrote: > > Am working on testing the 8 versions between the one that works and the > one that doesn't. > > We use tomcat to host our gwt/restygwt app - gwt rpc calls work (as far as > we've tested) - resty

Re: REST call failure on newer tomcat version/update

2014-12-22 Thread Sean Dawson
messages indicated). So the problem might lie with RestyGwt - but that's not what changes between the working and non-working scenario. Thanks for info from the spec. On Mon, Dec 22, 2014 at 1:53 PM, Hassan Schroeder < hassan.schroe...@gmail.com> wrote: > On Mon, Dec 22, 2014 at

Re: REST call failure on newer tomcat version/update

2014-12-22 Thread Sean Dawson
We did try adding PUT to parseBodyMethods but didn't not change the issue. On Mon, Dec 22, 2014 at 11:24 AM, Sean Dawson wrote: > > I don't think so. But perhaps that's the new/current thinking and > something in the latest tomcat/libraries is enforcing that? > >

Re: REST call failure on newer tomcat version/update

2014-12-22 Thread Sean Dawson
2/22/2014 11:05 AM, Sean Dawson wrote: > >> Hi Konstantin, >> >> Thanks for your reply. What details do you need of our config? Do you >> want >> the full files? Essentially it's a pretty straightforward install - >> extract tomcat, remove all the webapps

Re: REST call failure on newer tomcat version/update

2014-12-22 Thread Sean Dawson
lder. I can't seem to get any more data about what's going on when it happens. Most things just fail silently - it was only when I started changing up all the configurations (browser-clients/etc) that I got the other messages mentioned. On Mon, Dec 22, 2014 at 7:02 AM, Konstantin Kolin

REST call failure on newer tomcat version/update

2014-12-19 Thread Sean Dawson
Hello, We had a gwt app deployed and working with tomcat 7_42 and tried it recently in several configurations (Windows/Linux) with the latest update of 7 and it fails during a RestyGwt/RestEasy call to the server. Previous calls succeed but this particular one appears to get an http code of 200 bu

Re: Accessing Connector from within Servlet

2014-10-16 Thread Sean K
Thank you Felix! On Tue, Oct 14, 2014 at 6:14 AM, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > Am 13.10.2014 um 18:20 schrieb Sean K: > >> Hi, >> I am new to the tomcat user group but have been using tomcat for some >> years. >> >>

Accessing Connector from within Servlet

2014-10-13 Thread Sean K
ack that to get that Connector info. There must be a better way. -- Sean

Re: apt-get tomcat7 missing websocket jars

2014-04-04 Thread Sean Winterberger
Thanks Konstantin! Makes sense, I will switch over to manually installing the release. Best Regards, Sean On Fri, Apr 4, 2014 at 12:10 PM, Konstantin Kolinko wrote: > 2014-04-04 21:59 GMT+04:00 Sean Winterberger >: > > We just updated to tomcat 7.0.52 using the JSR356 implem

Re: apt-get tomcat7 missing websocket jars

2014-04-04 Thread Sean Winterberger
Thanks for the timely response Dan, much appreciated! Ill bring it up with the debian mailing list and use the manual install for now. On Fri, Apr 4, 2014 at 12:11 PM, Daniel Mikusa wrote: > On Apr 4, 2014, at 1:59 PM, Sean Winterberger > wrote: > > > We just updated to tomc

apt-get tomcat7 missing websocket jars

2014-04-04 Thread Sean Winterberger
We just updated to tomcat 7.0.52 using the JSR356 implementation for websockets. This implementation is using the annotated class method of setting up the websocket server endpoint. On a local install of the system (windows7) the tomcat lib directory contains tomcat7-websocket.jar and websocket-a

Tomcat 6 centos 5 64 Bit

2013-03-25 Thread Sean
, Sean Conway GIS Specialist

  1   2   >