As I thought I was doing things wrong, thanks.
Darryl Baker, GSEC (he/him/his)
Sr. System Administrator
Distributed Application Platform Services
Northwestern University
4th Floor
2020 Ridge Avenue
Evanston, IL 60208-0801
darryl.ba...@northwestern.edu
(847) 467-6674
On 9/23/21, 10:03 AM, "
> On Sep 23, 2021, at 10:48 AM, Darryl Philip Baker
> wrote:
>
> I am trying to download and validate the binary release 53 file name is
> apache-tomcat-9.0.53.tar.gz using openssl and the SHA256 checksum from the
> link on the download web page. The target system for the installation is
>
I am trying to download and validate the binary release 53 file name is
apache-tomcat-9.0.53.tar.gz using openssl and the SHA256 checksum from the link
on the download web page. The target system for the installation is running
RHEL7. The checksums don’t match. I don’t know if I am doing things
Thanks for the info
On Thu, Mar 29, 2018, 12:30 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Alex,
>
> On 3/28/18 7:20 PM, Alex O'Ree wrote:
> > Does tomcat do any validation on session
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alex,
On 3/28/18 7:20 PM, Alex O'Ree wrote:
> Does tomcat do any validation on session id's based on up
> addresses? I'm thinking that if some one intercepts the session
> token and tries to use it from another ip address,
On 3/28/2018 5:20 PM, Alex O'Ree wrote:
Does tomcat do any validation on session id's based on up addresses? I'm
thinking that if some one intercepts the session token and tries to use it
from another ip address, then it's feasible to detect this and invalidate
the sessio
Does tomcat do any validation on session id's based on up addresses? I'm
thinking that if some one intercepts the session token and tries to use it
from another ip address, then it's feasible to detect this and invalidate
the session.
rform those checks
if the underlying TLS handler is not already doing them, or instruct
the underlying handler to perform those checks if they are not already
being done and can be done during the handshake.
Thanks.. Appreciate if you can share some reference for how we can enable
this valida
; evidence that they do not?
>
> Sorry, I meant to say that Tomcat should probably perform those checks
> if the underlying TLS handler is not already doing them, or instruct
> the underlying handler to perform those checks if they are not already
> being done and can be done during t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 2/2/18 5:35 AM, Mark Thomas wrote:
> On 02/02/18 04:06, Christopher Schultz wrote:
>
>
>
>> It seems reasonable for Tomcat to verify that any "critical"
>> key-use extensions are respected, and perhaps even some
>> non-critical ones.
>
or for handling requests for a
> > particular servlet and have configured a trust store for the
> > connector. Anyone knows whether tomcat handles validation of "Key
> > Usage" and "Extended Key Usage" extensions in client certificates?
> > And how it's handled
On 02/02/18 04:06, Christopher Schultz wrote:
> It seems reasonable for Tomcat to verify that any "critical" key-use
> extensions are respected, and perhaps even some non-critical ones.
I'd assume that JSSE / OpenSSl do this automatically. Is there any
evidence that they do not?
Mark
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Indunil,
On 2/1/18 7:33 AM, Indunil Rathnayake wrote:
> I have configured a tomcat connector for handling requests for a
> particular servlet and have configured a trust store for the
> connector. Anyone knows whether tomcat handles vali
e configured a tomcat connector for handling requests for a
>> particular servlet and have configured a trust store for the
>> connector. Anyone knows whether tomcat handles validation of "Key
>> Usage" and "Extended Key Usage" extensions in client
>>
Adding Chris
On 1 February 2018 at 18:03, Indunil Rathnayake
wrote:
> Hi,
>
> I have configured a tomcat connector for handling requests for a
> particular servlet and have configured a trust store for the connector.
> Anyone knows whether tomcat handles validation of "Key
requests for a
> > particular servlet and have configured a trust store for the
> > connector. Anyone knows whether tomcat handles validation of "Key
> > Usage" and "Extended Key Usage" extensions in client certificates?
> > And how it's handled throu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Indunil,
On 2/1/18 7:29 AM, Indunil Rathnayake wrote:
> I have configured a tomcat connector for handling requests for a
> particular servlet and have configured a trust store for the
> connector. Anyone knows whether tomcat handles vali
Hi,
I have configured a tomcat connector for handling requests for a particular
servlet and have configured a trust store for the connector. Anyone knows
whether tomcat handles validation of "Key Usage" and "Extended Key Usage"
extensions in client certificates? And how
erver.xml limitations?
>> Does it exist any context path validation (unescaped symbols, whitespaces
>> and so on)?
>> Is first “/” always required in context path value? What is the difference
>> between value with first “/” and without?
>
>A leading "/" is r
On 20/09/17 10:47, Konstantin Ryadov wrote:
>
> Hello!
> Could you explain context path (e.g. described on
> https://tomcat.apache.org/tomcat-7.0-doc/config/context.html ) value set in
> server.xml limitations?
> Does it exist any context path validation (unescaped symbol
On Wed, Sep 20, 2017 at 5:47 PM, Konstantin Ryadov
wrote:
>
> Hello!
> Could you explain context path (e.g. described on
> https://tomcat.apache.org/tomcat-7.0-doc/config/context.html ) value set
> in server.xml limitations?
> Does it exist any context path validation
Hello!
Could you explain context path (e.g. described on
https://tomcat.apache.org/tomcat-7.0-doc/config/context.html ) value set in
server.xml limitations?
Does it exist any context path validation (unescaped symbols, whitespaces and
so on)?
Is first “/” always required in context path value
specific OID (which
> one?) in the cert, or are you trying to determine if the
> certificate is an EV certificate specifically?
>
> -chris
>
>> On 20 April 2017 at 19:50, Christopher Schultz
>> > <mailto:ch...@christopherschultz.net>
>>> wrote:
>>
&
a custom JNDIRealm that will do some
> > validations based on the Extended Validation Certificates like the
> > OID it this supported by tomcat?
>
> The term "Extended Validation" has a special meaning when you are
> talking about X.509 certificates. What do you mean, h
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Lucas,
On 4/20/17 1:12 PM, Lucas S. Silva wrote:
> I am trying to implement a custom JNDIRealm that will do some
> validations based on the Extended Validation Certificates like the
> OID it this supported by tomcat?
The term
Hi,
I am trying to implement a custom JNDIRealm that will do some
validations based on the Extended Validation Certificates like the
OID it this supported by tomcat? Or I will just get whatever the LDAP
server supports?
I could not find which method I would have to overwrite to get the
extended
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Friday, March 10, 2017 10:32 AM
> To: Tomcat Users List
> Subject: Re: Moved app from TomEE to Tomcat, now getting Spring errors
> failing to go through proxy for XML validati
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
David,
On 3/10/17 1:07 PM, KARR, DAVID wrote:
> I have an app using CXF/REST/Spring/JDBC that is working pretty
> well in TomEE (7.0.1). I'm trying to move it to Tomcat (8.5.11)
> because it doesn't need to be in TomEE, and I'm having problems
> ad
I have an app using CXF/REST/Spring/JDBC that is working pretty well in TomEE
(7.0.1). I'm trying to move it to Tomcat (8.5.11) because it doesn't need to
be in TomEE, and I'm having problems adding additional features due to aspects
of TomEE.
I'm first testing the port by running Tomcat in Ec
Thanks Mark, this makes sense.
Best regards,
Svetlin
This isn't a bug. You are misunderstanding the RFC.
>
> Domain attributes are only sent from servers to user agents.
>
> The general rule to keep in mind is:
> "Be lenient in what you accept. Be strict in what you send."
>
> Section 5.2.3 appl
On 25/08/2016 08:28, Svetlin Zarev wrote:
> Hello!
>
> The new Rfc6265CookieProcessor fails to validate domains that start with a
> dot. According to rfc6265#5.2.3 [1]:
>
> If the first character of the attribute-value string is %x2E ("."):
>
> Let cookie-domain be the attribute-value with
Proposed fix: https://github.com/apache/tomcat85/pull/2
2016-08-25 10:28 GMT+03:00 Svetlin Zarev :
> Hello!
>
>
>
> The new Rfc6265CookieProcessor fails to validate domains that start with a
> dot. According to rfc6265#5.2.3 [1]:
>
>
>
> If the first character of the attribute-value string is %x2
Hello!
The new Rfc6265CookieProcessor fails to validate domains that start with a
dot. According to rfc6265#5.2.3 [1]:
If the first character of the attribute-value string is %x2E ("."):
Let cookie-domain be the attribute-value without the leading %x2E
(".") character.
Otherwis
r Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> John,
>
> On 8/11/16 3:33 PM, John Huss wrote:
> > I have verified that in version 8.0.36 of tomcat jdbc the
> > validation query functionality does not commit t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
John,
On 8/11/16 3:33 PM, John Huss wrote:
> I have verified that in version 8.0.36 of tomcat jdbc the
> validation query functionality does not commit the transaction it
> starts in order to run the validation query, which can cause
ry sentence, Tomcat doesn't use autocommit
= true setting
> On Fri, Aug 12, 2016 at 4:13 AM Jose María Zaragoza
> wrote:
>
>> 2016-08-11 21:33 GMT+02:00 John Huss :
>> > I have verified that in version 8.0.36 of tomcat jdbc the validation
>> query
>> > fun
of tomcat jdbc the validation
> query
> > functionality does not commit the transaction it starts in order to run
> the
> > validation query, which can cause an open transaction for a very long
> time
> > (possibly until the database crashes). This seems to be especially
2016-08-11 21:33 GMT+02:00 John Huss :
> I have verified that in version 8.0.36 of tomcat jdbc the validation query
> functionality does not commit the transaction it starts in order to run the
> validation query, which can cause an open transaction for a very long time
> (possib
I have verified that in version 8.0.36 of tomcat jdbc the validation query
functionality does not commit the transaction it starts in order to run the
validation query, which can cause an open transaction for a very long time
(possibly until the database crashes). This seems to be especially
2016-06-30 23:32 GMT+09:00 Nir Dweck :
> I am using tomcat connection pool (tomcat 7) in my application (java
> application) to connect to a remote Oracle DB on an Azure machine. My
> connection pool configuration is as follow:
>
> PoolProperties p = new PoolProperties();
> p.setUrl(connS
On 7/1/16 11:35 PM, Nir Dweck wrote:
> -Original Message-
> From: Phil Steitz [mailto:phil.ste...@gmail.com]
> Sent: Friday, July 01, 2016 9:16 PM
> To: users@tomcat.apache.org
> Subject: Re: tomcat 7 connection pool validation interval
>
> On 7/1/16 7:1
-Original Message-
From: Phil Steitz [mailto:phil.ste...@gmail.com]
Sent: Friday, July 01, 2016 9:16 PM
To: users@tomcat.apache.org
Subject: Re: tomcat 7 connection pool validation interval
On 7/1/16 7:14 AM, Nir Dweck wrote:
> -Original Message-
> From: Phil
On 7/1/16 7:14 AM, Nir Dweck wrote:
> -Original Message-
> From: Phil Steitz [mailto:phil.ste...@gmail.com]
> Sent: Thursday, June 30, 2016 6:57 PM
> To: Tomcat Users List
> Subject: Re: tomcat 7 connection pool validation interval
>
>
>
>>> On Jun 30, 2
-Original Message-
From: Phil Steitz [mailto:phil.ste...@gmail.com]
Sent: Thursday, June 30, 2016 6:57 PM
To: Tomcat Users List
Subject: Re: tomcat 7 connection pool validation interval
>> On Jun 30, 2016, at 9:32 AM, Nir Dweck wrote:
>>
>> I am using tomcat connec
> On Jun 30, 2016, at 9:32 AM, Nir Dweck wrote:
>
> I am using tomcat connection pool (tomcat 7) in my application (java
> application) to connect to a remote Oracle DB on an Azure machine. My
> connection pool configuration is as follow:
>
>PoolProperties p = new PoolProperties();
>
I am using tomcat connection pool (tomcat 7) in my application (java
application) to connect to a remote Oracle DB on an Azure machine. My
connection pool configuration is as follow:
PoolProperties p = new PoolProperties();
p.setUrl(connString);
p.setUsername(user);
p.setPasswor
Sorry, I probably did not make myself clear.
I certainly do not suggest to issue the rollback on each connection
checkout, but only as part of the validation process - because this is
where the problem lies and only there - which I would imagine is triggered
only occasionally (when connection is
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Pascal,
On 1/4/13 5:56 PM, Davoust, Pascal wrote:
> Indeed I was referring to the tomcat jdbc-pool code, not mine :-).
>
> Now, I would suggest to consider that this problem is more common
> than you could imagine at first sight. First because this
hen I suggest that the behavior is corrected by default,
not requiring additional configuration. Especially so that most people use
the provided sample and documentation, which enables the validation
mechanism. Or maybe do it the other way round, have a configuration key
which allows to disabl
{ stmt =
>>> connection.createStatement(); stmt.execute(query);
>>> stmt.close(); this.lastValidated = now; return true; } catch
>>> (Exception ex) { if
>>> (getPoolProperties().getLogValidationErrors()) { log.warn("SQL
>>> Validation error", ex); } else if
potentially dodgy situation with the validation
>> mechanism.
>
>> The code I'm using does change the transaction isolation level of
>> a connection that has been newly borrowed from the pool (before
>> doing anything else) but sometimes gets an error while doing s
situation with the validation
> mechanism.
>
> The code I'm using does change the transaction isolation level of
> a connection that has been newly borrowed from the pool (before
> doing anything else) but sometimes gets an error while doing so,
> such as:
>
> org.postgres
Hi all,
I'm using the tomcat jdbc connection pool (7.0.34) to connect against a
PostgreSQL database (version 8.4 - jdbc driver 9.0.801) and I'm having a
potentially dodgy situation with the validation mechanism.
The code I'm using does change the transaction isolation level of a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Martin,
On 11/9/2010 3:30 PM, Martin Uria wrote:
> I am trying to have a cookie validated in Tomcat against a mysql
> entry, if it validates it should proceed to the requested resource,
> and if not, it should redirect to a different page (which write
Hi all,
A little stumped on how to accomplish this:
I am trying to have a cookie validated in Tomcat against a mysql entry, if it
validates it should proceed to the requested resource, and if not, it should
redirect to a different page (which writes the cookie on successful login).
The idea
> From: Terence Coffey [mailto:terence_j_cof...@yahoo.co.uk]
> Subject: RE: axis2:-) not seeing validation or administrator links from
> axis2
> I've removed the two directories WEB-INF and META-INF.
You need to remove the other files and directories I pointed out as well.
On Thu, Mar 11, 2010 at 4:15 PM, Terence Coffey
wrote:
> 2 further questions
> 1. How do I associate style information with the XML file so it's nicely
> formatted on the screen ?
Normally you don't -- XML is for machine consumption.
If you want it turned into (X)HTML for display in a browser,
axis2.deployment.util.TempFileManager
>
> INFO: TempFileManager::unable to delete /tmp/axis2-tmp-
> 6334442305603549214.tmp
- http://localhost:8080/axis2/
I can now see the validation and administrator link.
I added the manager role to the login user for the Tomcat Manager. I can
now view the Ax
On 11/03/2010 14:16, Caldarale, Charles R wrote:
From: Pid [mailto:p...@pidster.com]
Subject: Re: axis2: not seeing validation or administrator links from
axis2
r...@tc-laptop:/home/tc/TomCat/apache-tomcat-6.0.24/webapps# ls -asl
total 19000
4 -rw-r--r-- 1 tc tc 376 2007-07-30 16
> From: Pid [mailto:p...@pidster.com]
> Subject: Re: axis2: not seeing validation or administrator links from
> axis2
>
> > r...@tc-laptop:/home/tc/TomCat/apache-tomcat-6.0.24/webapps# ls -asl
> > total 19000
> > 4 -rw-r--r-- 1 tc tc 376 2007-07-30 16:26 h
nce (EPR)
/axis2/services/StockQuoteService/getPrice?symbol=IBM
--- On Wed, 10/3/10, Konstantin Kolinko wrote:
From: Konstantin Kolinko
Subject: Re: axis2: not seeing validation or administrator links from axis2
To: "Tomcat Users List"
Date: Wednesday, 10 March, 2010, 21:42
2010/3
ginal Message-
From: Terence Coffey [mailto:terence_j_cof...@yahoo.co.uk]
Sent: Wednesday, March 10, 2010 11:32 PM
To: users@tomcat.apache.org
Subject: axis2: not seeing validation or administrator links from axis2
Hello,
If someone can point me in the right direction, it would be great.
I'm
> From: Terence Coffey [mailto:terence_j_cof...@yahoo.co.uk]
> Subject: Re: axis2: not seeing validation or administrator links from
> axis2
>
> 10-Mar-2010 22:42:52 org.apache.axis2.deployment.util.TempFileManager
>
> INFO: TempFileManager::unable to delete /tmp/axis2-tmp-
ice?symbol=IBM
displays
−
The service cannot be found for the endpoint reference (EPR)
/axis2/services/StockQuoteService/getPrice?symbol=IBM
--- On Wed, 10/3/10, Konstantin Kolinko wrote:
> From: Konstantin Kolinko
> Subject: Re: axis2: not seeing validation or administrator l
2010/3/11 Terence Coffey :
> INFO: Deploying web application archive axis2.war
> SEVERE: Exception fixing docBase for context [/axis2]
> java.io.FileNotFoundException:
> /home/tc/TomCat/apache-tomcat-6.0.24/webapps/axis
> 2/META-INF/MANIFEST.MF (No such file or directory)
> at java.io.FileO
wrote:
> From: Konstantin Kolinko
> Subject: Re: axis2: not seeing validation or administrator links from axis2
> To: "Tomcat Users List"
> Date: Wednesday, 10 March, 2010, 20:59
> 2010/3/10 Terence Coffey :
> > Hi,
> > when i enter http://localhost:8080/axis2/axis2-
2010/3/10 Terence Coffey :
> Hi,
> when i enter http://localhost:8080/axis2/axis2-web/ my browser redirects
> it to http://localhost:8080/axis2/services/
> In the terminal in which i started axis2server.sh the follow error message
> is shown
I missed that you have axis2server.sh running.
So .. yo
vice.java:187)
at
org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
--- On Wed, 10/3/10, Konstantin Kolinko wrote:
> From: Konstantin Kolinko
> Subject: Re: axis2: not seeing validation or administrator links from axis2
> To: &quo
2010/3/10 Terence Coffey :
> hi,
> The contents of my war file looks a bit different.
> when i do a jar -xvf axis2.war I get the following output which is different
> from what's shown in your supplied web link. As you will see
> it appears to be much larger.
>
It looks like the one in the manual.
dules/soapmonitor-1.5.1.mar
inflated: WEB-INF/services/services.list
inflated: WEB-INF/services/version-1.5.1.aar
inflated: WEB-INF/web.xml
--- On Wed, 10/3/10, Konstantin Kolinko wrote:
> From: Konstantin Kolinko
> Subject: Re: axis2: not seeing validation or administrator links from
2010/3/10 Terence Coffey :
Note, that
> At this stage I restarted the apache web server (sudo /etc/init.d/apache2
> stop sudo /etc/init.d/apache2 start) and axis server.
you have restarted Apache HTTPD, not Apache Tomcat
> In my browser i type http://localhost:8080/axis2/,
and browsed an addr
> From: Terence Coffey [mailto:terence_j_cof...@yahoo.co.uk]
> Subject: axis2: not seeing validation or administrator links from axis2
>
> I'm a new user to TomCat
It's Tomcat, not TomCat. Fix your spelling.
> 10-Mar-2010 17:37:43 org.apache.coyote.http11.Http11Prot
shows a heading "Deployed services" followed by a version on the next line and
getVersion on the following line. the URL is now shown as
http://localhost:8080/axis2/service.
This screen is different from what is shown in the above document. I'm not
seeing the validation or Adm
né que les email peuvent facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
> Date: Thu, 21 May 2009 17:42:37 -0400
> From: julian.d...@cbc.ca
> To: users@tomcat.apache.org
> Subject: Re: xml validation on -- good idea or
ept that Tomcat *should* be using the
schemas
> that it ships with. So not having an internet connection is not
supposed to
> be a problem.
It is worth noting that there are a bunch of issues with validation in
6.0.x and, I suspect, 5.5.x as well. See:
http://svn.apache.org/viewvc?rev=751
o not having an internet connection is not supposed to
> be a problem.
It is worth noting that there are a bunch of issues with validation in
6.0.x and, I suspect, 5.5.x as well. See:
http://svn.apache.org/viewvc?rev=751502&view=rev
http://svn.apache.org/viewvc?rev=752589&view=rev
http:/
"Julian Dunn" wrote in message
news:4a14199c.4caf.003...@cbc.ca...
>
> Hi,
>
> Is it a good idea to run with xmlValidation="true" in server.xml?
>
In a development enviroment, it can be helpful (especially if you change
web.xml often). I would generally discurage it in a production environmen
there are 2 terms you should know
used by the Host interface
/*** Get the server.xml attribute's xmlValidation.
* @return true if validation is enabled.
*/
public boolean getXmlValidation();
/**
* Set the validation feature of the XML parser used
I think it just validates the xml file using the DTDs or xml-schemas
specified in your xml file. If you could not connect to the url you
specified in the dtds or xml-schemas, the situation you encountered might
happen.
2009/5/20 Julian Dunn
>
> Hi,
>
> Is it a good idea to run with xmlValidati
Hi,
Is it a good idea to run with xmlValidation="true" in server.xml?
I had this on for a while, but then it mysteriously stopped working --
the container could no longer validate DTDs, refused to load webapps,
etc.
What does xmlValidation="true" actually do?
I am using Tomcat 5.5.23.
- Julia
Nice technique ... thanks ... might help to zero in on it.
On Jul 22, 2008, at 12:48 PM, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ken,
Ken Bowen wrote:
| All connections are /supposed/ to be closed when the interaction if
| finished, but there still could be on
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ken,
Ken Bowen wrote:
| All connections are /supposed/ to be closed when the interaction if
| finished, but there still could be one slipping through.
I find it useful in development to set the connection pool size to
exactly 1 connection, and, of c
makes a connection leak *very* obvious.
(<http://www.lambdaprobe.org/>)
Also, change that value above, restart, and tail -f your mysql query
log and tomcat logs together, so you can confirm validation queries
are being sent, and see when they stop showing up in the log.
HTH,
--
Hassan
estions: install LambdaProbe, which provides a nice graphical
pool monitor; makes a connection leak *very* obvious.
(<http://www.lambdaprobe.org/>)
Also, change that value above, restart, and tail -f your mysql query
log and tomcat logs together, so you can confirm validation queries
are be
t 10:23 AM, Hassan Schroeder wrote:
On Tue, Jul 15, 2008 at 4:04 AM, Ken Bowen <[EMAIL PROTECTED]> wrote:
The problem: With MySQL connect_timeout = 5, I'm getting timeout
exceptions
(below) even though I have a
validation query set; Here's my app's META-INF/context-xml:
problem: With MySQL connect_timeout = 5, I'm getting timeout
exceptions
(below) even though I have a
validation query set; Here's my app's META-INF/context-xml:
type="javax.sql.DataSource"
maxActive="100" maxIdle="30" maxWait="1"
;ll
see what it looks like tomorrow morning.
Thanks,
Ken
On Jul 15, 2008, at 10:23 AM, Hassan Schroeder wrote:
On Tue, Jul 15, 2008 at 4:04 AM, Ken Bowen <[EMAIL PROTECTED]> wrote:
The problem: With MySQL connect_timeout = 5, I'm getting timeout
exceptions
(below) even though I
ROTECTED]> wrote:
The problem: With MySQL connect_timeout = 5, I'm getting timeout
exceptions
(below) even though I have a
validation query set; Here's my app's META-INF/context-xml:
type="javax.sql.DataSource"
maxActive="100" maxI
On Tue, Jul 15, 2008 at 4:04 AM, Ken Bowen <[EMAIL PROTECTED]> wrote:
> The problem: With MySQL connect_timeout = 5, I'm getting timeout exceptions
> (below) even though I have a
> validation query set; Here's my app's META-INF/context-xml:
>
>
>
'm getting timeout
exceptions (below) even though I have a
validation query set; Here's my app's META-INF/context-xml:
type="javax.sql.DataSource"
maxActive="100" maxIdle="30" maxWait="1"
username="xx"
s (below) even though I have a
validation query set; Here's my app's META-INF/context-xml:
type="javax.sql.DataSource"
maxActive="100" maxIdle="30" maxWait="1"
username="xx" password="xx&
tting timeout
exceptions (below) even though I have a
validation query set; Here's my app's META-INF/context-xml:
type="javax.sql.DataSource"
maxActive="100" maxIdle="30" maxWait="1"
username="xx" pas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Emerson,
emerson cargnin wrote:
| I saw that in the server.xml web.xml validation is disabled. And with
| the comment:
|
| Note: XML Schema validation will not work with Xerces 2.2
|
| The thing is, I can't see any xerces library inside tomc
I saw that in the server.xml web.xml validation is disabled. And with
the comment:
Note: XML Schema validation will not work with Xerces 2.2
The thing is, I can't see any xerces library inside tomcat. I have
xerces 2.4 on my app, but I believe it doesn't matter my webapp lib.
Even i
rently provices OCSP validation ... any feedback
about this? I also found a servlet filter in the list which provides for
this functionality but I wonder if it's the best way to go about it. The
author of the filter states that he couldn't make it work as a real but
since jGuard probably works
ERROR
org.apache.catalina.core.ContainerBase.[Catalina].[64.119.174.37].[/].[jsp]
- Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Validation error messages from
TagLibraryValidator for logic in
/main/content/search-results-content.jspValidation error messages
from TagLibraryValidator for eblt in
Stefan Günther wrote:
>> Which Tomcat version and which JDK?
>>
> tomcat5-5.5.9-1jpp_5rh
OK. I don't see this. 5.5.9 starts within a few seconds for me with or
without internet access.
> java-1.5.0-ibm
Try with a Sun jvm. It could be related to the parser implementation.
Do you see this with a cl
Hello,
> > xmlValidation="false" xmlNamespace="false"
> Might be webapp or xml parser related.
>
> > Why does it still try to validate xml or is there another reason why
> tomcat tries to connect to eos.apache.org?
> Basically, it shouldn't. Is this a clean install or are you running
> any webapp
Stefan Günther wrote:
> According to a number of posting tomcat tries a xml validation duing startup
> by searching for a file on eos.apache.org. I have checked
> /etc/tomcat5/server.xml and found a line dealing with xml validation:
This is www.apache.org
> xmlValidation="fa
tomcat tries a xml validation duing startup by
searching for a file on eos.apache.org. I have checked /etc/tomcat5/server.xml
and found a line dealing with xml validation:
xmlValidation="false" xmlNamespace="false"
Why does it still try to validate xml or is there another reason
1 - 100 of 105 matches
Mail list logo