Re: Checksum Validation of Release 9.0.53 on a Mac

2021-09-23 Thread Darryl Philip Baker
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, "

Re: Checksum Validation of Release 9.0.53 on a Mac

2021-09-23 Thread Chris Cheshire
> 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 >

Checksum Validation of Release 9.0.53 on a Mac

2021-09-23 Thread Darryl Philip Baker
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

Re: User session validation

2018-03-29 Thread Alex O'Ree
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

Re: User session validation

2018-03-29 Thread Christopher Schultz
-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,

Re: User session validation

2018-03-28 Thread George S.
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

User session validation

2018-03-28 Thread Alex O'Ree
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.

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-04 Thread Mark Thomas
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

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-04 Thread Indunil Rathnayake
; 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

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-02 Thread Christopher Schultz
-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. >

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-02 Thread Indunil Rathnayake
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

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-02 Thread Mark Thomas
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

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-01 Thread Christopher Schultz
-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

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-01 Thread Christopher Schultz
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 >>

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-01 Thread Indunil Rathnayake
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

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-01 Thread Indunil Rathnayake
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

Re: Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-01 Thread Christopher Schultz
-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

Mutual SSL client certificate validation(Key Usage and Extended Key Usage) in tomcat server

2018-02-01 Thread Indunil Rathnayake
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

Re[2]: Tomcat 7/8/9 context path restrictions/validation

2017-09-26 Thread Konstantin Ryadov
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

Re: Tomcat 7/8/9 context path restrictions/validation

2017-09-21 Thread Mark Thomas
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

Re: Tomcat 7/8/9 context path restrictions/validation

2017-09-20 Thread Guang Chao
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

Tomcat 7/8/9 context path restrictions/validation

2017-09-20 Thread Konstantin Ryadov
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

Re: Extended Validation Certificates Support JNDIRealm

2017-04-21 Thread Christopher Schultz
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: >> &

Re: Extended Validation Certificates Support JNDIRealm

2017-04-20 Thread Lucas S. Silva
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

Re: Extended Validation Certificates Support JNDIRealm

2017-04-20 Thread Christopher Schultz
-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

Extended Validation Certificates Support JNDIRealm

2017-04-20 Thread Lucas S. Silva
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

RE: Moved app from TomEE to Tomcat, now getting Spring errors failing to go through proxy for XML validation

2017-03-10 Thread KARR, DAVID
> -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

Re: Moved app from TomEE to Tomcat, now getting Spring errors failing to go through proxy for XML validation

2017-03-10 Thread Christopher Schultz
-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

Moved app from TomEE to Tomcat, now getting Spring errors failing to go through proxy for XML validation

2017-03-10 Thread KARR, DAVID
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

Re: Rfc6265CookieProcessor domain validation errors

2016-08-25 Thread Svetlin Zarev
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

Re: Rfc6265CookieProcessor domain validation errors

2016-08-25 Thread Mark Thomas
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

Re: Rfc6265CookieProcessor domain validation errors

2016-08-25 Thread Svetlin Zarev
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

Rfc6265CookieProcessor domain validation errors

2016-08-25 Thread 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 %x2E ("."): Let cookie-domain be the attribute-value without the leading %x2E (".") character. Otherwis

Re: [jdbc-pool] Validation query leaves transaction open

2016-08-15 Thread John Huss
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

Re: [jdbc-pool] Validation query leaves transaction open

2016-08-15 Thread Christopher Schultz
-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

Re: [jdbc-pool] Validation query leaves transaction open

2016-08-12 Thread Jose María Zaragoza
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

Re: [jdbc-pool] Validation query leaves transaction open

2016-08-12 Thread John Huss
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

Re: [jdbc-pool] Validation query leaves transaction open

2016-08-12 Thread Jose María Zaragoza
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

[jdbc-pool] Validation query leaves transaction open

2016-08-11 Thread 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 (possibly until the database crashes). This seems to be especially

Re: tomcat 7 connection pool validation interval

2016-07-03 Thread Keiichi Fujino
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

Re: tomcat 7 connection pool validation interval

2016-07-03 Thread Phil Steitz
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

RE: tomcat 7 connection pool validation interval

2016-07-01 Thread Nir Dweck
-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

Re: tomcat 7 connection pool validation interval

2016-07-01 Thread Phil Steitz
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

RE: tomcat 7 connection pool validation interval

2016-07-01 Thread Nir Dweck
-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

Re: tomcat 7 connection pool validation interval

2016-06-30 Thread Phil Steitz
> 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(); >

tomcat 7 connection pool validation interval

2016-06-30 Thread 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(connString); p.setUsername(user); p.setPasswor

Re: [jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-04 Thread Davoust, Pascal
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

Re: [jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-04 Thread Christopher Schultz
-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

Re: [jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-04 Thread Davoust, Pascal
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

Re: [jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-04 Thread Christopher Schultz
{ 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

Re: [jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-04 Thread Pid
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

Re: [jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-04 Thread Christopher Schultz
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

[jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-03 Thread Davoust, Pascal
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

Re: Backend Cookie Validation

2010-11-09 Thread Christopher Schultz
-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

Backend Cookie Validation

2010-11-09 Thread Martin Uria
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

RE: axis2:-) not seeing validation or administrator links from axis2

2010-03-11 Thread Caldarale, Charles R
> 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.

Re: axis2:-) not seeing validation or administrator links from axis2

2010-03-11 Thread Hassan Schroeder
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,

RE: axis2:-) not seeing validation or administrator links from axis2

2010-03-11 Thread Terence Coffey
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

Re: axis2: not seeing validation or administrator links from axis2

2010-03-11 Thread Pid
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

RE: axis2: not seeing validation or administrator links from axis2

2010-03-11 Thread Caldarale, Charles R
> 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

Re: axis2: not seeing validation or administrator links from axis2

2010-03-11 Thread Pid
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

RE: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Karthik Nanjangude
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

RE: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Caldarale, Charles R
> 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-

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
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

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
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

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
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-

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
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

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
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

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
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.

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
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

Re: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Konstantin Kolinko
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

RE: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Caldarale, Charles R
> 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

axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Terence Coffey
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

RE: xml validation on -- good idea or not?

2009-05-21 Thread Martin Gainty
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

Re: xml validation on -- good idea or not?

2009-05-21 Thread Julian Dunn
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

Re: xml validation on -- good idea or not?

2009-05-21 Thread Mark Thomas
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:/

Re: xml validation on -- good idea or not?

2009-05-20 Thread Bill Barker
"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

RE: xml validation on -- good idea or not?

2009-05-20 Thread Martin Gainty
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

Re: xml validation on -- good idea or not?

2009-05-20 Thread Xie Xiaodong
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

xml validation on -- good idea or not?

2009-05-20 Thread Julian Dunn
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

Re: [Same Behavior]Connections timing out even with validation query??

2008-07-22 Thread Ken Bowen
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

Re: [Same Behavior]Connections timing out even with validation query??

2008-07-22 Thread Christopher Schultz
-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

Re: [New Behavior - Maybe]Connections timing out even with validation query??

2008-07-17 Thread Ken Bowen
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

Re: [Same Behavior]Connections timing out even with validation query??

2008-07-16 Thread Hassan Schroeder
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

Re: [Same Behavior]Connections timing out even with validation query??

2008-07-16 Thread Ken Bowen
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:

Re: [Same Behavior]Connections timing out even with validation query??

2008-07-16 Thread David Smith
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"

Re: [Same Behavior]Connections timing out even with validation query??

2008-07-16 Thread Ken Bowen
;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

Re: Connections timing out even with validation query??

2008-07-15 Thread Ken Bowen
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

Re: Connections timing out even with validation query??

2008-07-15 Thread Hassan Schroeder
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: > > >

Re: Connections timing out even with validation query??

2008-07-15 Thread Ken Bowen
'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"

Re: Connections timing out even with validation query??

2008-07-15 Thread David Smith
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&

Connections timing out even with validation query??

2008-07-15 Thread Ken Bowen
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

Re: Validation

2008-06-20 Thread Christopher Schultz
-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

Validation

2008-06-13 Thread emerson cargnin
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

Validation of certificates through OCSP

2007-10-25 Thread David
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

Validation error messages from TagLibraryValidator for X--nothing more

2007-08-29 Thread GroovyCode
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

Re: Deactivating XML-validation

2007-04-07 Thread Mark Thomas
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

Re: Deactivating XML-validation

2007-04-03 Thread Stefan Günther
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

Re: Deactivating XML-validation

2007-04-02 Thread Mark Thomas
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

Deactivating XML-validation

2007-04-02 Thread Stefan Günther
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   2   >