Re: [SOLVED] Cannot inherit from final class

2012-01-20 Thread Pid
On 19/01/2012 22:36, aaron.stro...@rsa.com wrote: Ugm. Axis2 sample uses it, so did I So Spring 3.1 is now out and the internetz says that Spring 1.2.8 was released 8 May 2006. Is this a production system, might I ask? p -Original Message- From: Pid [mailto:p...@pidster.com]

Re: Cannot rid of expired Certificate ...

2012-01-20 Thread Pid
On 20/01/2012 02:28, Brooke Hedrick wrote: Are you sure you updated the correct keystore? Which o/s are you running? (Please don't top post.) It's worth noting that some browsers appear to cache certs and sometimes changes are not immediately apparent. p On Jan 19, 2012 2:54 PM, Darryl

RE: Cannot rid of expired Certificate ...

2012-01-20 Thread Andrew Erskine
Top post ? Win2003svr Yes correct store .. the only one I've been using .. did try and clear the cache on firefox will try ie Thanks. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 20 January 2012 09:51 To: Tomcat Users List Subject: Re: Cannot rid of expired Certificate

Re: Cannot rid of expired Certificate ...

2012-01-20 Thread André Warnier
Top post is like this : when I reply to a message, at the top of the message. It makes it much harder to follow the logic flow of a conversation. Andrew Erskine wrote: Top post ? Win2003svr Yes correct store .. the only one I've been using .. did try and clear the cache on firefox will try

Re: Cannot rid of expired Certificate ...

2012-01-20 Thread Andrew Erskine
So how do I do that .. I'm only replying to questions .. On 20 Jan 2012, at 10:51, André Warnier a...@ice-sa.com wrote: Top post is like this : when I reply to a message, at the top of the message. It makes it much harder to follow the logic flow of a conversation. Andrew Erskine wrote:

Re: Cannot rid of expired Certificate ...

2012-01-20 Thread Pid
On 20/01/2012 10:52, Andrew Erskine wrote: So how do I do that .. I'm only replying to questions .. So, scroll down a bit... On 20 Jan 2012, at 10:51, André Warnier a...@ice-sa.com wrote: ... and reply below Top post is like this : when I reply to a message, at the top of the message. It

RE: Cannot rid of expired Certificate ...

2012-01-20 Thread Andrew Erskine
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: 20 January 2012 11:00 To: Tomcat Users List Subject: Re: Cannot rid of expired Certificate ... On 20/01/2012 10:52, Andrew Erskine wrote: So how do I do that .. I'm only replying to questions .. So, scroll down a bit... On

Tomcat 7 - java.lang.NoClassDefFoundError: Could not initialize class javax.servlet.http.Cookie

2012-01-20 Thread Guillermo GARCIA OCHOA
I have an application that use j_security for a form-based authentication. When the application is deployed for the first time (or the tomcat is restarted) user gets this exception when trying access a protected content directly (without login). GRAVE: Servlet.service() for servlet [default]

Re: Tomcat 7 - java.lang.NoClassDefFoundError: Could not initialize class javax.servlet.http.Cookie

2012-01-20 Thread Konstantin Kolinko
2012/1/20 Guillermo GARCIA OCHOA guillermo.garcia-oc...@inova-software.com: I have an application that use j_security for a form-based authentication. When the application is deployed for the first time (or the tomcat is restarted) user gets this exception when trying access a protected

RE: Tomcat 7 - java.lang.NoClassDefFoundError: Could not initialize class javax.servlet.http.Cookie

2012-01-20 Thread Guillermo GARCIA OCHOA
Answers inline ... -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: vendredi 20 janvier 2012 13:06 To: Tomcat Users List Subject: Re: Tomcat 7 - java.lang.NoClassDefFoundError: Could not initialize class javax.servlet.http.Cookie 2012/1/20 Guillermo

RE: Cannot rid of expired Certificate ...

2012-01-20 Thread Brooke Hedrick
H On Jan 20, 2012 4:23 AM, Andrew Erskine a.ersk...@darasoft.com wrote: Top post ? Win2003svr Yes correct store .. the only one I've been using .. did try and clear the cache on firefox will try ie Thanks. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 20 January

RE: Cannot rid of expired Certificate ...

2012-01-20 Thread Brooke Hedrick
On Jan 20, 2012 6:47 AM, Brooke Hedrick brooke.t.hedr...@gmail.com wrote: H On Jan 20, 2012 4:23 AM, Andrew Erskine a.ersk...@darasoft.com wrote: Top post ? Win2003svr Yes correct store .. the only one I've been using .. did try and clear the cache on firefox will try ie

RE: Cannot rid of expired Certificate ...

2012-01-20 Thread Justin Larose
From: Andrew Erskine a.ersk...@darasoft.com To: Tomcat Users List users@tomcat.apache.org Date: 01/20/2012 06:05 AM Subject: RE: Cannot rid of expired Certificate ... -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 20 January 2012 11:00 To: Tomcat Users List

Re: Caching of protected static content with Expires header: Expires Thu, 01 Jan 1970 03:00:00 EET?

2012-01-20 Thread Francis GALIEGUE
On Fri, Jan 20, 2012 at 14:03, Violeta Georgieva violet...@apache.org wrote: Hi, If the static content is not protected then by default it is cached and the corresponding headers are set - see screenshot1 screenshot2. but when I put it as protected content the following headers are set:

Re: Caching of protected static content with Expires header: Expires Thu, 01 Jan 1970 03:00:00 EET?

2012-01-20 Thread markt
Violeta Georgieva violet...@apache.org wrote: Hi, If the static content is not protected then by default it is cached and the corresponding headers are set - see screenshot1 screenshot2. but when I put it as protected content the following headers are set: Cache-control:private and Expires

RE: Tomcat 7 - java.lang.NoClassDefFoundError: Could not initialize class javax.servlet.http.Cookie

2012-01-20 Thread Guillermo GARCIA OCHOA
As suggested, the problem was the security manager: Most of our login related classes are the CATALINA_BASE/lib folder. So uncommenting this lines in the catalina.policy files fix the problem: // If using a per instance lib directory, i.e. ${catalina.base}/lib, // then the following

Re: Caching of protected static content with Expires header: Expires Thu, 01 Jan 1970 03:00:00 EET?

2012-01-20 Thread Francis GALIEGUE
On Fri, Jan 20, 2012 at 15:05, ma...@apache.org wrote: Violeta Georgieva violet...@apache.org wrote: [...] My question is why the expires header is set with this value? Doesn't this prevent caching? Yes. That is the point. But there is no need for an expires header if you don't want

RE: [SOLVED] Cannot inherit from final class

2012-01-20 Thread aaron.stromas
I'm aware of that. The reason I went with such an old version of Spring is that Axis2 POJO Spring example uses that version of Spring (1.2.8). The applicationContext.xml uses the DOCROOT element, not XML name spaces, not XML namespaces, so I did not want to vary too many things at the same time.

Re: Unable to sendViaPost to url...... .... java.net.SocketTimeoutException: Read timed out

2012-01-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bert, On 1/18/12 4:22 PM, Bert Verhees wrote: I have done my testing, and at this moment, it seems that I found the problem, I forgot to close a databaseconnection in a function which is called a zillion times. Just one line of code, and the

Per-user management rights

2012-01-20 Thread Tim De Pauw
Hi all, I'm trying to configure Tomcat so that a separate login is required to deploy certain apps. Let's say I have a '/someapp' context, which I would like 'someuser' to deploy remotely. However, 'someuser' cannot deploy apps to '/someotherapp', and conversely, 'someotheruser' cannot touch

Re: Per-user management rights

2012-01-20 Thread Mark Thomas
On 20/01/2012 15:19, Tim De Pauw wrote: I assume I'm doing something fundamentally wrong here, but the docs don't seem to cover this sort of thing explicitly. I guess I could create separate hosts for each app and user, but that seems tedious and unnecessary. Any pointers? Thanks. You

Re: Per-user management rights

2012-01-20 Thread Tim De Pauw
Thanks for your reply. I don't suppose there's an alternative to the Manager app floating around that would allow this? I came across a commercial solution at some point (which I forgot to bookmark, apparently), but that's not really an option. Multiple hosts probably won't solve this

Single virtual tomcat application which serves multiple contexts

2012-01-20 Thread Egor Samarkhanov
Hello ! I have multiple clients: client 1 - 40 users client 2 - 50 users client 3 - 60 users And I have a web application that is supposed to serve the clients. The application is deployed into Tomcat. Each client has it's own database. What I want to implement is the single web

Re: Per-user management rights

2012-01-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim, On 1/20/12 10:35 AM, Tim De Pauw wrote: Multiple hosts probably won't solve this problem either. I'm using AJP, which doesn't seem to play well with vhosts. Wait, what? In what way does AJP not play well with vhosts? - -chris -BEGIN PGP

Re: Single virtual tomcat application which serves multiple contexts

2012-01-20 Thread Pid
On 20/01/2012 15:56, Egor Samarkhanov wrote: Hello ! I have multiple clients: client 1 - 40 users client 2 - 50 users client 3 - 60 users And I have a web application that is supposed to serve the clients. The application is deployed into Tomcat. Each client has it's own database.

Re: Single virtual tomcat application which serves multiple contexts

2012-01-20 Thread André Warnier
Egor Samarkhanov wrote: Hello ! I have multiple clients: client 1 - 40 users client 2 - 50 users client 3 - 60 users And I have a web application that is supposed to serve the clients. The application is deployed into Tomcat. Each client has it's own database. What I want to implement

Re: Per-user management rights

2012-01-20 Thread Tim De Pauw
Not sure; a quick test seemed to suggest this, but I may have been doing something wrong. If I have two hosts X and Y that resolve to the same IP, can I still use AJP to forward requests to the respective Tomcat host? Regardless, I came across an old discussion [1], which suggests

Re: Per-user management rights

2012-01-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim, On 1/20/12 11:30 AM, Tim De Pauw wrote: Not sure; a quick test seemed to suggest this, but I may have been doing something wrong. If I have two hosts X and Y that resolve to the same IP, can I still use AJP to forward requests to the

Re: Single virtual tomcat application which serves multiple contexts

2012-01-20 Thread Egor Samarkhanov
André, Thanks for your notes! Please see my comments inline. AW Personal opinion: AW By putting some considerable effort into it, it is certainly possible to do something like AW that, by rewriting URLs and/or proxying and/or making all your pages refer to the context AW etc.. AW But the

Apache mod_jk proxy for Tomcat v6.0.29

2012-01-20 Thread Ruiyuan Jiang
Hi, all We have an Apache (v2.0.59) mod_jk on HPUX 11.23 and Tomcat v6.0.29 (Java 6). When we tried to access the home page, it shows the source code of the home page. On the same HPUX host, the same Apache server serves many virtual hosts that use mod_jk and the Tomcat 5.5.27 (Java 1.5) no

Re: BonCode AJP Connector 1.0rc ready - AJP from IIS to Tomcat

2012-01-20 Thread Jordan Michaels
Sweet! Is there a changelog between the 0.91 release to the 1.0rc release? Thanks Bilal! -Jordan - Original Message - From: Bilal S bilal.so...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, January 19, 2012 12:13:00 PM Subject: BonCode AJP Connector 1.0rc

Re: Caching of protected static content with Expires header: Expires Thu, 01 Jan 1970 03:00:00 EET?

2012-01-20 Thread Violeta Georgieva
And if I want to cache a protected resource only locally what I should do? Thanks 2012/1/20 ma...@apache.org Violeta Georgieva violet...@apache.org wrote: Hi, If the static content is not protected then by default it is cached and the corresponding headers are set - see screenshot1

Re: Apache mod_jk proxy for Tomcat v6.0.29

2012-01-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ruiyuan, On 1/20/12 1:25 PM, Ruiyuan Jiang wrote: We have an Apache (v2.0.59) mod_jk on HPUX 11.23 and Tomcat v6.0.29 (Java 6). When we tried to access the home page, it shows the source code of the home page. Sounds like your DocumentRoot points

Re: Per-user management rights

2012-01-20 Thread Tim De Pauw
Then my conclusion was premature. I stand corrected! Tim On 1/20/2012 5:50 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim, On 1/20/12 11:30 AM, Tim De Pauw wrote: Not sure; a quick test seemed to suggest this, but I may have been doing something wrong. If I

Re: Single virtual tomcat application which serves multiple contexts

2012-01-20 Thread André Warnier
Egor Samarkhanov wrote: André, Thanks for your notes! Please see my comments inline. AW Personal opinion: AW By putting some considerable effort into it, it is certainly possible to do something like AW that, by rewriting URLs and/or proxying and/or making all your pages refer to the context

Cannot Validate Signature for apache-tomcat-7.0.23-windows-i64.zip

2012-01-20 Thread Bill Rutledge
For apache-tomcat-7.0.23-windows-i64.zip, I used Kleopatra to import the KEYS and check the validity of the signatures in apache-tomcat-7.0.23-windows-i64.zip.asc and got the following. Does this look like I've made some mistake in this process? [cid:image001.png@01CCD788.1E255930]

Re: Cannot Validate Signature for apache-tomcat-7.0.23-windows-i64.zip

2012-01-20 Thread Pid
On 20/01/2012 20:39, Bill Rutledge wrote: For apache-tomcat-7.0.23-windows-i64.zip, I used Kleopatra to import the KEYS and check the validity of the signatures in apache-tomcat-7.0.23-windows-i64.zip.asc and got the following. Does this look like I’ve made some mistake in this process?