Re: [OT] MySQL Connection settings

2023-04-21 Thread Kevin Huntly
in general. something all purpose to get started with On Fri, Apr 21, 2023, 14:17 Christopher Schultz < ch...@christopherschultz.net> wrote: > Kevin, > > On 4/21/23 09:35, Kevin Huntly wrote: > > I'm not a DBA nor do I pretend to be, so I'm asking what every

MySQL Connection settings

2023-04-21 Thread Kevin Huntly
Hi Everyone, I'm not a DBA nor do I pretend to be, so I'm asking what everyone's thoughts are on MySQL connection string settings? What are the best options to use, what options are absolutely required, etc? ____ Kevin Huntly Email: kmh

Re: ClassNotFound after upgrade to tomcat 10

2023-04-20 Thread Kevin Huntly
I chose option 1 and re-wrote everything. It was fun Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E

Re: OT: Tomcat and TLS

2023-04-20 Thread Kevin Huntly
This is what I have: Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0

Re: Cluster Manager not working

2023-04-19 Thread Kevin Huntly
thank you! On Wed, Apr 19, 2023, 13:29 Mark Thomas wrote: > On 19/04/2023 12:07, Kevin Huntly wrote: > > I'm guessing its not possible to have the cluster setup with a session > > database? > > Correct, for out of the box options. > > There are 3rd party sessio

Re: Cluster Manager not working

2023-04-19 Thread Kevin Huntly
I'm guessing its not possible to have the cluster setup with a session database? ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d

Re: Cluster Manager not working

2023-04-19 Thread Kevin Huntly
parse(SAXParserImpl.java:637) ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- W+++ N+ o K(+) w--- O- M-- V-- PS+

Cluster Manager not working

2023-04-18 Thread Kevin Huntly
is is it: ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E

Re: Tips on identifying the DB connection leaks leading to the "Pool empty" error

2023-04-17 Thread Kevin Huntly
eck for finally {} blocks and ensure you;re closing out ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- W

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Kevin Huntly
Just another quick question... and it may not be able to be answered here... Is there a way to get Eclipse to stop bitching about missing "javax.servlet.*" dependencies? It's complaining on every JSP I have... ____ Kevin Hunt

Re: Tips on identifying the DB connection leaks leading to the "Pool empty" error

2023-04-17 Thread Kevin Huntly
my team saw this same thing in production - there was code that never closed the SQL connection after it was created... 150+ connections spike all at once, took out the pool. Not sure if that's your issue, but thought i'd mention it ____ Ke

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Kevin Huntly
Thank you, all set. I guess I wasn't googling the right things lol, either that or I'm getting a little too used to asking on the list =( ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 71

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Kevin Huntly
]) Unable to find taglib [c] for URI: [jakarta.tags.core] After updating the taglib imports on my jsp files Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Kevin Huntly
t was a mistake. ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- W+++ N+ o K(+) w--- O- M-- V-- PS+ PE Y(+) PGP++(+++) t+ 5-- X--

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Kevin Huntly
6.0.0 1.2.5 3.0.0 3.1.1 Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- W+++ N+ o K(+) w--- O- M

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Kevin Huntly
${jsp-api.version} jar compile jakarta.servlet jakarta.servlet-api ${jakarta.servlet.version} jar provided I just want to use the jstl tag libraries =( Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311

ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Kevin Huntly
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1245) it's running on AlmaLinux and tomcat 10.1.7. If I do a grep for "TagLibraryValidator" I can find it in my app under WEB-INF/lib, so I'm not sure what's going on _

Re: Clustering issue

2023-04-15 Thread Kevin Huntly
Hey Mark, I had cookie config in my Web app context. I didn't realize that would cause a problem, so I moved it into the global context and everything appears to be fine now. Thank you! On Sat, Apr 15, 2023, 04:40 Mark Thomas wrote: > On 14/04/2023 16:58, Kevin Huntly wrote: >

Re: Session loss with filter enabled

2023-04-14 Thread Kevin Huntly
Trying to make a PCI-DSS compliant installation. It looks like this filter does everything that Apache can do with config files, so I'll leave it out. ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424

Re: Clustering issue

2023-04-14 Thread Kevin Huntly
Hi Mark, My webapp context makes no mention of the Manager or any kind of session manager - it is only referenced in the global context.xml Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311

Re: Clustering issue

2023-04-14 Thread Kevin Huntly
within the engine but outside the host On Fri, Apr 14, 2023, 10:23 Mark Thomas wrote: > On 13/04/2023 23:28, Kevin Huntly wrote: > > Hi Chris, > > > > The configuration in the link I shared is what I used - copy/paste - I > want > > to see it working before

Multiple entries

2023-04-14 Thread Kevin Huntly
ualifying bean of type 'java.lang.String' available: expected single matching bean but found 2: isTestSystem,webURL Anyone have any ideas? ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -

Re: Clustering issue

2023-04-13 Thread Kevin Huntly
Hi Chris, The configuration in the link I shared is what I used - copy/paste - I want to see it working before I break it =) Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN

Session loss with filter enabled

2023-04-13 Thread Kevin Huntly
is it required if the front-end webserver already handles hsts? ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E

Re: Redirect appends port number?

2023-04-13 Thread Kevin Huntly
I am, and I dont think it's the filter. Beyond that, the whole thing is broken now and I don't know why, so let's just forget I said anything ____ Kevin Huntly Email: kmhun...@gmail.com Cel

Re: Java Heap Space Error

2023-04-13 Thread Kevin Huntly
Also, is it possible for you to post the heapdump (if one was generated?) Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL

Redirect appends port number?

2023-04-12 Thread Kevin Huntly
sure how it's doing this, since there are no calls to getPort or anything like that. If you need to see the code let me know and I'll shoot over the github repo ____ Kevin Huntly Email: kmhun..

Clustering issue

2023-04-12 Thread Kevin Huntly
what I've done wrong ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- W+++ N+ o K(+) w--- O- M-- V

Context usage

2023-04-10 Thread Kevin Huntly
sure what I'm doing wrong. I'm sure it's a Spring issue but I don't know for sure. Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version:

Re: just wondering.. encryption in context.xml?

2023-04-08 Thread Kevin Huntly
okay that's fair On Sat, Apr 8, 2023, 14:31 Thomas Hoffmann (Speed4Trade GmbH) wrote: > Hello, > > > -Ursprüngliche Nachricht----- > > Von: Kevin Huntly > > Gesendet: Samstag, 8. April 2023 19:40 > > An: users@tomcat.apache.org > > Betreff: j

just wondering.. encryption in context.xml?

2023-04-08 Thread Kevin Huntly
is there currently a method for encrypting or otherwise obfuscating passwords (like for MySQL) in the context.mxl Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK

Tomcat needs an authenticator valve for OpenID/MSAL!

2023-04-07 Thread Kevin Edward
Tomcat community, We have been using keycloak tomcat valves for SAML, but now we are moving to OpenID. Who in the tomcat community can create/support a tomcat authenticator valve using the MSAL library? I have the example authentication servlet working for MSAL below. Seems it could be easily co

Re: tomcat shared classloader

2023-04-06 Thread Kevin Huntly
totally my fault sorry it was permissions On Thu, Apr 6, 2023, 16:42 Christopher Schultz wrote: > Kevin, > > On 4/6/23 16:26, Kevin Huntly wrote: > > I've placed a utility jar in ${catalina.home}/shared/app for use across > all > > my webapps. However, I'm get

tomcat shared classloader

2023-04-06 Thread Kevin Huntly
Hello, I've placed a utility jar in ${catalina.home}/shared/app for use across all my webapps. However, I'm getting ClassNotFound exceptions when trying to use the shared stuff. Any ideas? ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 71

Re: Apache Tomcat 10.0.26 Shortcut issue in our environment - Need Help

2023-04-05 Thread Kevin Huntly
Hi Sriharikumar, It looks like the images were stripped from the email... When you have a chance, can you run the following on the Tomcat executable: Open Powershell Navigate to the Tomcat installation directory Run the following: - Get-Acl tomcat.exe On Wed, Apr 5, 2023, 07:04 P M, SRIHARIKUM

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

2023-04-03 Thread Kevin Huntly
i use ibm's support assistant with their plugins. works pretty well, and I believe there's a standalone version... i cant find them at the moment, but I know they're out there. ____ Kevin Huntly Email: kmhun...@gmail.com Cel

Re: Logging

2023-04-03 Thread Kevin Huntly
ok, can you tell me what your thoughts are? I'm always interested in new things ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+

Re: Logging

2023-04-03 Thread Kevin Huntly
idk why i add the typeset, but I do everywhere just out of habit. i was trained that way many many moons ago. Is there anything else in my setenv that needs work? Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311

Re: DBAs?

2023-04-03 Thread Kevin Huntly
I tried there no one answered LOL I ended up figuring out my issue though. Maybe not the best way, but it works Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK

Re: Logging

2023-04-03 Thread Kevin Huntly
I'm launching with startup.sh and I have a setenv: https://pastebin.com/PKRgz2y1 ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d

Re: DBAs?

2023-04-02 Thread Kevin Huntly
thats not helpful =) are you dba? Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- W+++ N+ o K(+) w

DBAs?

2023-04-02 Thread Kevin Huntly
Are there any DBAs in here? If so, are you aware of a MySQL user mailing list? I'm having an issue with some stored procedures and need some help ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424

Logging

2023-04-02 Thread Kevin Huntly
different file? ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- W+++ N+ o K(+) w--- O- M-- V-- PS+ P

Re: Fail Timcat if any of the contexts fails?

2023-03-29 Thread Kevin Huntly
oh, I should mention there is the failCtxIfServletFail ( something like that, I can't remember for sure and it's 4am) but that will only fail the one application with the servlet init failure. I have this set in my global context xml On Wed, Mar 29, 2023, 04:11 Kevin Huntly wrote: >

Re: Fail Timcat if any of the contexts fails?

2023-03-29 Thread Kevin Huntly
So, I don't think there is - and I'm not sure of any servlet container that does this... what would be the case for it? On Wed, Mar 29, 2023, 04:04 Thomas Meyer wrote: > Hi, > > Is it possible to shutdown/fail the Tomcat process if any of the deployed > context does fail? > > Mfg > Thomas

Re: Requirements to support HTTPS

2023-03-25 Thread Kevin Huntly
idk I went overboard and made my own CA and signed some certs lol On Sat, Mar 25, 2023, 13:54 Christopher Schultz < ch...@christopherschultz.net> wrote: > Blake, > > On 3/25/23 10:16, Blake McBride wrote: > > I wanted to confirm my suspicions regarding packages needed in tomcat to > > support HTT

Re: javax.naming.NamingException: Could not create resource instance

2023-03-23 Thread Kevin Huntly
di.TypeMismatchNamingException: Object of type [class jakarta.mail.Session] available at JNDI location [java:comp/env/mail/MailSession] is not assignable to [jakarta.mail.Session] ____ Kevin Huntly Email: kmhun..

javax.naming.NamingException: Could not create resource instance

2023-03-23 Thread Kevin Huntly
led. I know the exception is coming from Spring, but it is definitely related to the JNDI configuration for my mailsession. The base context.xml is largely unchanged, with the exception of this addition: Anyone have any ideas? ____ Kevin Huntly

Re: service() failed with http error 502

2023-03-22 Thread Kevin Huntly
Just wondering, are you able to telnet from your webserver into the Tomcat server over the appropriate port? e.g. 8443 or whatnot - whatever is configured in Tomcat's server.xml ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424

Re: Unable to start application

2023-03-20 Thread Kevin Huntly
;t want to do that, but I don't want to have a nonsecure instance either. so im probably going to go with an ssh tunnel since this is just dev and it won't be going to production (our prod is db2) On Mon, Mar 20, 2023, 20:09 Christopher Schultz < ch...@christopherschultz.net> wrote:

Re: Unable to start application

2023-03-18 Thread Kevin Huntly
his for you, since that's primarily what I develop against... ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++

Re: Unable to start application

2023-03-18 Thread Kevin Huntly
Hey Everyone, Is this possibly happening because I'm using JDK19 and not 8 or 9? ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d

Re: Unable to start application

2023-03-18 Thread Kevin Huntly
Hey John - if you're out there can you email me direct? I have a MySQL admin question if you have the time and the inclination ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -

Re: SSL issue

2023-03-18 Thread Kevin Huntly
hanks ! ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- W+++ N+ o K(+) w--- O- M-- V-- PS+ PE Y(+) PGP++(+++) t+ 5-- X-- R+ tv+ b++ DI++ D++

SSL issue

2023-03-18 Thread Kevin Huntly
onfig: So, what am I doing wrong here? ____ Kevin Huntly Email: kmhun...@gmail.com -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS

Re: Unable to start application

2023-03-18 Thread Kevin Huntly
located? It needs to be in ${CATALINA_BASE}/lib > > and not part of the WAR. > > > > Can we see the full logs from a clean start-up please? > > > > Mark > > > > > >> > >> Lastly, maybe to help debug a future issue, did you compile your

Re: AW: Unable to start application

2023-03-18 Thread Kevin Huntly
morning all, you are correct, i forgot to chmod 644 the jar when I copied it - I did that, restarted, no change, I turned off selinux and restarted, no change. Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311

Re: Unable to start application

2023-03-18 Thread Kevin Huntly
. Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- W+++ N+ o K(+) w--- O- M-- V-- PS+ PE Y(+) PGP++(+++) t

Re: Unable to start application

2023-03-17 Thread Kevin Huntly
g to do with it, or is this a typo in tomcat > logging? > > > > > On 3/17/23, Kevin Huntly wrote: > > yes, under Catalina/localhost > > > > On Fri, Mar 17, 2023, 19:07 John Dale (DB2DOM) > wrote: > > > >> Are you modifying a context.xml file i

Re: Unable to start application

2023-03-17 Thread Kevin Huntly
yes, under Catalina/localhost On Fri, Mar 17, 2023, 19:07 John Dale (DB2DOM) wrote: > Are you modifying a context.xml file in the conf folder? > > On 3/17/23, Kevin Huntly wrote: > > Also of note: > > > > 17-Mar-2

Re: Unable to start application

2023-03-17 Thread Kevin Huntly
t; path="" > > would work for localhost:8080 > > path="mypath" > > would work for localhost:8080/mypath > > Obviously, replacing "mypath" with your path. > > > > On 3/17/23, Kevin Huntly wrote: > > thank you i really appreciate that

Re: Unable to start application

2023-03-17 Thread Kevin Huntly
mpting to deploy the app based off the context - which is good, but bad that it's not reading the resources. so not really sure what to do. on an unrelated note... I'm running this MySQL server right... lol ____ Kevin Huntly Email: kmhun..

Re: Unable to start application

2023-03-17 Thread Kevin Huntly
pelling this stuff > out directly when I can. > > Sincerely, > > John > > > On 3/17/23, Kevin Huntly wrote: > > I assumed the context is driven by the xml name - at least that's what > I've > > read. happy to add it if it needs to be there > >

Re: Unable to start application

2023-03-17 Thread Kevin Huntly
also, to answer your other question - the app is installed as an exploded war under ${catalina.home}/installed apps as specified in the docbase On Fri, Mar 17, 2023, 18:12 Kevin Huntly wrote: > I assumed the context is driven by the xml name - at least that's what > I've read.

Re: Unable to start application

2023-03-17 Thread Kevin Huntly
ext? > > I'm seeing session cookie path, but not path. > > > > On 3/17/23, Kevin Huntly wrote: > > Also of note: > > > > 17-Mar-2023 17:25:42.113 INFO [main] > > org.apache.catalina.startup.HostConfig.deployDescriptor Deploying > > deplo

Re: Unable to start application

2023-03-17 Thread Kevin Huntly
] org.apache.tomcat.util.digester.Digester.endElement No rules found matching [Context/Environmnet] Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L

Re: Unable to start application

2023-03-17 Thread Kevin Huntly
Here's my santized server.xml and context.xml server.xml -> https://pastebin.com/Bj6Wh0qU context.xml -> https://pastebin.com/Z3dBf3eK

Re: Unable to start application

2023-03-17 Thread Kevin Huntly
There's no context.xml in the WAR ____ Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- W+++ N+ o K

Re: Unable to start application

2023-03-17 Thread Kevin Huntly
No, and for as much as I'm sure that would work I would rather have it in the context where it belongs. Additionally, it's not reading my JDBC resource references either, nor te MailSession I configured in the root context.xml. ____ Kevin Hu

Unable to start application

2023-03-17 Thread Kevin Huntly
Hello, I am unable to start my application on Tomcat 9.0.73 with JDK19 on RHEL 8.7. It appears to be ignoring everything in my context.xml, for example: Code: try { Context initContext = new InitialContext(); environment = (String) initContext.lookup("environment"); } catch (final NamingE

Re: Updating Oracle JDK or JRE from 1.8.0-1.8.0_291 to 1.8.0-1.8.0_301, Breaks Apache Tomcat 9 Connector Http11AprProtocol

2021-08-03 Thread Ray, Kevin L CIV USN FLEWEACEN NORFOLK VA (USA)
at >>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 >>) >>at >>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl >>.java:43) >>

Updating Oracle JDK or JRE from 1.8.0-1.8.0_291 to 1.8.0-1.8.0_301, Breaks Apache Tomcat 9 Connector Http11AprProtocol

2021-07-28 Thread Ray, Kevin L CIV USN FLEWEACEN NORFOLK VA (USA)
l-2021 16:34:40.121 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [27668] milliseconds Has anyone else run into this issue and if so, have you been able to resolve the issue? Very Respectfully, Kevin Ray RHCSA, Security+ Fleet Weather Center Norfolk 9141 3rd Ave. Norfolk

Tomcat SSO valve implementation

2020-12-16 Thread Kevin Oxley
We are trying to support SSO SAML 2.0 for user authentication in Tomcat (9.0.22). Can anybody provide a reference to a pre-integrated SAML SSO valve implementation that you've had a good experience with? -- Thanks, Kevin

Implementing SAML 2.0 Web Browser Profile within Tomcat realms

2020-11-19 Thread Kevin Oxley
ur efforts? -- Thanks, Kevin

Webapp previously stopped with Tomcat Manager started unexpectedly

2019-07-11 Thread Kevin Brake
Reply to Kevin Brake<mailto:kevin.br...@goodyearaz.gov> Tomcat 8.5.32JVM 1.8.0_181-b13 Windows Server 2016 amd64 We had stopped a webapp via Manager in February. Over July 4th the webapp started and ran for several days before it was discovered. There was a windows rest

Setclasspath error in Tomcat 8.5

2018-06-27 Thread kevin ferguson
g JRE_HOME:/usr/lib/jvm/java-8-oracle/jre Using CLASSPATH: /opt/tomcat/bin/bootstrap.jar:/opt/tomcat/bin/tomcat-juli.jar Tomcat started. Has anyone come across this? I have emailed Openolat they said this is not application this is to do with tomcat Th

test email

2018-06-27 Thread kevin ferguson
Hi Guys Please delete if received I send about 6 emails all bounced not sure why. The only think I can think is, the mailing list does not like photo atttachements. Kevin

Setclasspath error in Tomcat 8.5

2018-06-27 Thread kevin ferguson
g JRE_HOME:/usr/lib/jvm/java-8-oracle/jre* *Using CLASSPATH: /opt/tomcat/bin/bootstrap.jar:/opt/tomcat/bin/tomcat-juli.jar* *Tomcat started.* Has anyone come across this? Thanks Kevin

Re: unable to configure logging

2017-09-25 Thread Kevin Weslowski
2017-09-25 8:04 GMT+03:00 Kevin Weslowski : I've reviewed the documentation for Tomcat 8.5 logging https://tomcat.apache.org/tomcat-8.5-doc/logging.html as well as the generic java.util.logging documentation. However, I'm still having problems understanding and configuring logging

unable to configure logging

2017-09-24 Thread Kevin Weslowski
I've reviewed the documentation for Tomcat 8.5 logging https://tomcat.apache.org/tomcat-8.5-doc/logging.html as well as the generic java.util.logging documentation. However, I'm still having problems understanding and configuring logging for my web application that I've deployed to Tomcat 8.5.

RE: Errors establishing secure connections with tomcat 8.5.15

2017-07-13 Thread Kevin Mango
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, July 13, 2017 4:32 PM To: users@tomcat.apache.org Subject: Re: Errors establishing secure connections with tomcat 8.5.15 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kevin, On 7/11/17 3

RE: Errors establishing secure connections with tomcat 8.5.15

2017-07-11 Thread Kevin Mango
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, July 11, 2017 1:58 PM To: users@tomcat.apache.org Subject: Re: Errors establishing secure connections with tomcat 8.5.15 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kevin, On 7/7/17

RE: Errors establishing secure connections with tomcat 8.5.15

2017-07-07 Thread Kevin Mango
--Original Message----- From: Kevin Mango [mailto:kma...@nysif.com] Sent: Friday, July 7, 2017 9:52 AM To: Tomcat Users List Subject: RE: Errors establishing secure connections with tomcat 8.5.15 -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Friday, July

RE: Errors establishing secure connections with tomcat 8.5.15

2017-07-07 Thread Kevin Mango
e Tomcat will connect to other web applications hosted > somewhere else in your network? Is my understanding correct? > > On Fri, Jul 7, 2017 at 12:38 AM, Kevin Mango wrote: > >> Hello, >> >> I have been working to setup Apache Tomcat 8.5.15 to establish a >>

Errors establishing secure connections with tomcat 8.5.15

2017-07-06 Thread Kevin Mango
our network security 3. I am able to connect via http to the web apps Any assistance that could be provided in this matter would be greatly appreciated. Thank you, Kevin This e-mail transmission contains confidential information that is the property of th

Re: Zero downtime deployments

2015-12-08 Thread Kevin Hale Boyes
On 4 December 2015 at 11:19, Christopher Schultz < ch...@christopherschultz.net> wrote: > Kevin, > > On 12/3/15 2:21 PM, Kevin Hale Boyes wrote: > > Thanks for this link to the presentation. > > How do you all deal with some of the other dependencies that the web >

Re: Zero downtime deployments

2015-12-04 Thread Kevin Hale Boyes
3 which uses all the new > stuff. > > I haven't found anything better or more efficient than the 2-step > deployment with live code. > > On Thu, Dec 3, 2015 at 2:21 PM, Kevin Hale Boyes > wrote: > > Thanks for this link to the presentation. > > How do you all deal wit

Re: Zero downtime deployments

2015-12-03 Thread Kevin Hale Boyes
Oracle as our database though the problem exists for many database servers. Thanks, Kevin. On 3 December 2015 at 01:31, Neill Lima wrote: > Hello Jason, > > This approach of using httpd in front of 2+ Tomcats via AJP works well in > my company. There is a bit of config necessary at ht

Re: Tomcat 8 jspx and HTML5

2015-08-11 Thread Kevin Hale Boyes
On 8 August 2015 at 06:54, Konstantin Preißer wrote: > Hi Christopher, > > > -Original Message- > > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > > Sent: Saturday, August 8, 2015 2:32 PM > > > > This is a common problem, and the reason for it is that for > > some reas

Tomcat 8 jspx and HTML5

2015-08-07 Thread Kevin Hale Boyes
quot;/> When I put in the comment it gets rendered as I expect (not self-closing): <script src="sayhi.js" type="text/javascript">// tag can not be empty Why does this happen? It's quite natural to write the empty tag and countless example exist so why can

Re: Choosing a Connector Protocol

2015-06-09 Thread Kevin Hale Boyes
Thanks for you help! On 9 June 2015 at 07:47, Mark Thomas wrote: > On 09/06/2015 14:38, Kevin Hale Boyes wrote: > > I'm having trouble figuring out what protocol to use for a . > > I'm using Tomcat 8 and Java 8. > > > > The production system that Tomcat

Choosing a Connector Protocol

2015-06-09 Thread Kevin Hale Boyes
So, I'm asking for help in understanding what the difference is between the two connector protocols and how to choose the best one for my application. Thanks, Kevin.

Re: WorkManager replacement

2015-02-13 Thread Kevin Hale Boyes
til.concurrent since we use it elsewhere but I'm also going to look more into Spring. Thanks for your help, Kevin. On 13 February 2015 at 09:32, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Dan, > >

Re: WorkManager replacement

2015-02-13 Thread Kevin Hale Boyes
Spring is starting to appear to be the best choice. Thanks for the reference. On 13 February 2015 at 08:04, Daniel Mikusa wrote: > On Fri, Feb 13, 2015 at 9:49 AM, Kevin Hale Boyes > wrote: > > > We already use Spring in the project so I'll have a look there. > > &

Re: WorkManager replacement

2015-02-13 Thread Kevin Hale Boyes
s accepted for processing and when it was complete. I'll have to find replacements for that feature. Maybe that's easily done with Future's in the concurrency framework. Thanks for your help. Kevin On 13 February 2015 at 06:15, David kerber wrote: > On 2/13/2015 7:29 AM, Dani

Re: WorkManager replacement

2015-02-13 Thread Kevin Hale Boyes
We already use Spring in the project so I'll have a look there. Thanks On 13 February 2015 at 05:29, Daniel Mikusa wrote: > On Thu, Feb 12, 2015 at 11:59 PM, Kevin Hale Boyes > wrote: > > > I currently have an application running on weblogic that I'm moving over >

WorkManager replacement

2015-02-12 Thread Kevin Hale Boyes
ay to run background jobs in Tomcat 8? Thanks, Kevin

RE: tomcat severe error when shutting down service but startup is clean

2015-02-12 Thread Wirth, Kevin
iginal Message- > From: David kerber [mailto:dcker...@verizon.net] > Sent: Thursday, February 12, 2015 9:40 AM > To: Tomcat Users List > Subject: Re: tomcat severe error when shutting down service but > startup is clean > > On 2/12/2015 9:06 AM, Wirth, Kevin wrote: >>

RE: tomcat severe error when shutting down service but startup is clean

2015-02-12 Thread Wirth, Kevin
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, February 12, 2015 11:54 AM To: Tomcat Users List Subject: Re: tomcat severe error when shutting down service but startup is clean -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kevin

RE: tomcat severe error when shutting down service but startup is clean

2015-02-12 Thread Wirth, Kevin
-Original Message- From: Daniel Mikusa [mailto:dmik...@pivotal.io] Sent: Thursday, February 12, 2015 11:34 AM To: Tomcat Users List Subject: Re: tomcat severe error when shutting down service but startup is clean On Thu, Feb 12, 2015 at 11:20 AM, Wirth, Kevin wrote

  1   2   3   >