starting tomcat with opts - FC4

2006-02-19 Thread kevin
Where is the best place of RHFC5 to add the code to start tomcat5 with CATALINA_OPTS="-Djava.awt.headless=true" Would it be in the dtomcat5 script in /usr/bin Thanks KP

Help getting MySQL connected to Tomcat

2008-02-23 Thread kevin
invoke(Method.java:585) at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:344) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:435) So why the connection refused? Any help is appreciated. Thanks, Kevin

Re: Help getting MySQL connected to Tomcat

2008-02-24 Thread kevin
e WHERE src = ? and dst = ?"); update = con.prepareStatement("UPDATE Exchange SET rate = ? WHERE src = ? NAD dst = ?"); } ... } So why can't it find a driver. I put the mysql-connector-java-5.1.5-bin.jar in \common\lib Thanks again for any he

Re: Help getting MySQL connected to Tomcat

2008-02-24 Thread kevin
Yes, In the context.xml I have Also in web.xml I have jdbc/CurrencyDB javax.sql.DataSource Container Thanks, Kevin - Original Message - From: "Alan Chaney" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday,

Re: Help getting MySQL connected to Tomcat

2008-02-24 Thread kevin
p11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:68

Re: Help getting MySQL connected to Tomcat

2008-02-24 Thread kevin
" removeAbandonedTimeout="30" logAbandoned="true" testOnBorrow="true" validationQuery="SELECT 1" /> My impression is that the Resource can have any name as long as you use this to look it

Re: Help getting MySQL connected to Tomcat

2008-02-24 Thread kevin
Are you sure? I thought the webapp context.xml went in WEB-INF. At any rate I tried moving it to META-INF and it did not help. Thanks, Kevin - Original Message - From: "Hassan Schroeder" <[EMAIL PROTECTED]> To: "Tomcat Users List" ; <[EMAIL PROTECTED

Re: Help getting MySQL connected to Tomcat

2008-02-24 Thread kevin
! Lesson learned, always rebuild war and redeploy. Thanks for all the help! Kevin - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, February 24, 2008 4:35 PM Subject: Re: Help getting MySQL connected to Tomcat Are you sure? I thought t

Eclipse with tomcat and mysql

2008-03-10 Thread kevin
ks in advance for the help, Kevin HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exce

Re: Eclipse with tomcat and mysql

2008-03-10 Thread kevin
Eclipse (Eurpoa) version 3.1.1 I am using the Web Standard Tools. (The project I created is a Dynamic Web Project). I do NOT have the Sysdeo Tomcat plugin. Would this help? Thanks, Kevin - Original Message - From: "Len Popp" <[EMAIL PROTECTED]> To: "Tomcat U

Re: Eclipse with tomcat and mysql

2008-03-10 Thread kevin
Yes the driver is in my project libraries. Thanks, Kevin - Original Message - Do you have the driver for MySQL added to your project libraries? -Steve O. - To start a new topic, e-mail: users@tomcat.apache.org

Re: Eclipse with tomcat and mysql

2008-03-10 Thread kevin
e database context to /conf/Catalina/localhost/.xml It would not work in the /conf/server.xml So I also tried copying the /conf/Catalina to "/Servers/Tomcat v5.5 Server at localhost-config/Catalina" Neither of these worked. Kevin - Original Message - From: "Len Popp

Re: Eclipse with tomcat and mysql

2008-03-10 Thread kevin
version 5.1.5 Kevin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Tomcat Users List" Sent: Monday, March 10, 2008 11:20 AM Subject: Re: Eclipse with tomcat and mysql Kevin-- what version is your MySQL driver? ? Martin

Re: Eclipse with tomcat and mysql

2008-03-10 Thread kevin
web before one worked. The TC docs don't seems to be correct for version 5.5. Is thie the correct syntax? docbase="musicDB"> classname="org.apache.catalina.logger.FileLogger"> Thanks Kevin - Original Message - From: "Len Pop

Re: Eclipse with tomcat and mysql

2008-03-10 Thread kevin
driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost:3306/musicDB?autoReconnect=true" maxwait="5000" maxactive="4" maxidle="2"/> I still get an exception: java.sql.SQLException: No suitable drive

Re: Eclipse with tomcat and mysql

2008-03-10 Thread kevin
so I tried the one in lower case which I found in an example on the web. Thanks, Kevin - Original Message - From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, March 10, 2008 6:04 PM Subject: RE: Eclipse with tomcat and

Re: Eclipse with tomcat and mysql

2008-03-10 Thread kevin
-examples-howto.html debug="5" reloadable="true" crossContext="true">...Now if I can get it to work with eclipse I'll be all set.Thanks for all your help,Kevin - Original Message - From: "Caldarale, Charles R" <[EMAIL PROTECTED

Re: Eclipse with tomcat and mysql

2008-03-10 Thread kevin
Ah. Thanks for the clarification. that's a big help. Kevin - Original Message - From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, March 10, 2008 7:44 PM Subject: RE: Eclipse with tomcat and mysql From: [E

tomcat full GC every 2 minutes for first 6 hours after war reload

2012-05-29 Thread Kevin
Hi We have a cluster of tomcat servers being used on a very high volume website. We've noticed that for the first 5-6 hours after an application re-load that Full GC will run every 2 minutes pausing the application for anywhere between 5 and 20 seconds. After 5-6 hours the full GC will no longer r

Re: tomcat full GC every 2 minutes for first 6 hours after war reload

2012-05-29 Thread Kevin
On 5/29/12 11:09 AM, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Kevin, > >(FYI these are always a PITA to diagnose...) > >On 5/29/12 11:03 AM, Kevin wrote: >> We have a cluster of tomcat servers being used on a ve

Re: tomcat full GC every 2 minutes for first 6 hours after war reload

2012-05-30 Thread Kevin
On 5/30/12 2:38 AM, "Pid" wrote: >On 29/05/2012 20:50, Kevin wrote: >> >> >> On 5/29/12 11:09 AM, "Christopher Schultz" >> >> wrote: >> >> Kevin, >> >> (FYI these are always a PITA to diagnose...) >> >&g

Cannot set JAVA_HOME for jsvc/Tomcat 7.0.11... i've tried EVERYTHING

2011-03-24 Thread Kevin
Hi, I'm pulling my hair trying to install Tomcat 7.0.11 on my machine. Here's my info at a glance: OS: Ubuntu 10.10 Tomcat version: 7.0.11 Tomcat main folder path: /usr/local/apache-tomcat-7.0.11/ JDK version (via the java -version command) : 1.6.0.24 JDK location: /usr/lib/jvm/java-6-s

Errant slow request

2010-09-04 Thread Kevin
Hi, I'm using Apache Bench (ab) to send 1,000 requests with a concurrency of 500 to a simple servlet on Tomcat trunk (revision 992708, 2010-09-03) which uses request.startAsync() and Executors.newFixedThreadPool(10) to do the work and return a few bytes of response and asyncContext.complete().

Re: Errant slow request

2010-09-05 Thread Kevin
Hi Rainer, On 9/5/2010 12:55 AM, Rainer Jung wrote: Can you share the Java thread dumps? If locking is involved, implementations are not necessarily fair. This can lead to such behaviour, especially when locks start to become overloaded. Here is a ZIP of four javacores: http://www.filesavr

Re: Errant slow request

2010-09-05 Thread Kevin
Hi Pid, On 9/5/2010 9:49 AM, Pid wrote: Which OS are you using? Windows 7, 32-bit One of the (non-access) log files in tomcat/logs might have a stacktrace in it. You are right. I found a NullPointerException in org.apache.catalina.core.AsyncContextImpl.doInternalComplete which occurs at

Re: Errant slow request

2010-09-06 Thread Kevin
Hi Rainer, On 9/6/2010 4:21 AM, Rainer Jung wrote: I can't find any thread being active in handling a request. I checked the first, second and last dump. I couldn't either. At first I thought maybe it was Apache Bench timing out because I saturated Tomcat's thread pool/backlog, but the acces

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: 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

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
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
] 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
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
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
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
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
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
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
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-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: 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
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

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: 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++

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: 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
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-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: 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

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: 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..

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: 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: 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: >

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

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

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

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-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
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: 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: 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: 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

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: 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 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

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

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

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:

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

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..

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

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

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: 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

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-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

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: 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-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: >

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: 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

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
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
]) 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
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: 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
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
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

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: 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+

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
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: 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: 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

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: [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

Implementing SAML 2.0 Web Browser Profile within Tomcat realms

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

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

NamingException: Cannot create resource instance

2006-09-07 Thread Kevin Hart
rom Wrox's book "Professional Apache Tomcat 5." I must be misreading it. Thanks in advance, Kevin - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: NamingException: Cannot create resource instance

2006-09-07 Thread Kevin Hart
ResultSet rset = stmt.executeQuery("select * from employee;"); .. As you can see, I'm just trying to get an example working. Thanks again for any help, Kevin Quoting Kevin Hart <[EMAIL PROTECTED]>: > Hello, > > I'm trying to get a jsp to access a mysql

  1   2   3   >