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
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
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
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,
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
"
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
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
!
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
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
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
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
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
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
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
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
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
-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
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
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
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
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
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
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().
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
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
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
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
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
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
Here's my santized server.xml and context.xml
server.xml -> https://pastebin.com/Bj6Wh0qU
context.xml -> https://pastebin.com/Z3dBf3eK
]
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
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
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.
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
> >
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..
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
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
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
.
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
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
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
onfig:
So, what am I doing wrong here?
____
Kevin Huntly
Email: kmhun...@gmail.com
-BEGIN GEEK CODE BLOCK-
Version: 1.0
GCS
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++
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
-
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
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+++
;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:
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
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
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..
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
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
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:
>
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
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
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
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
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
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
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+
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
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
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
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 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
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
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
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:
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
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..
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
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
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
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
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
-
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
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
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
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:
>
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
_
${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
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
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--
]) 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
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
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
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
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
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
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+
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
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
This is what I have:
Kevin Huntly
Email: kmhun...@gmail.com
Cell: 716/424-3311
-BEGIN GEEK CODE BLOCK-
Version: 1.0
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
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
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
ur efforts?
--
Thanks,
Kevin
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
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]
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 - 100 of 282 matches
Mail list logo