Re: Exclude url from authorized access-web.xml

2012-07-11 Thread Rahul R
How can I add an email id to auth instead of adding a whole group? Is that possible? I don't want to give the access to all the members of the groups in the AD. Following is the web.xml of my tomcat. Protected Area /*

Re: Client Authentication using SSL

2012-07-11 Thread burghard.britzke
may be that article helps: http://www.tomcatexpert.com/blog/2012/07/10/enabling-ssl-communication-and-client-certificate-authentication-between-apache-web- burghard. Am 12.07.2012 um 01:25 schrieb Jeffrey Janner: > Reposting to the list, as that's the way > > Esmond, > We already implement

Re: Logging framework for Tomcat -Exceptions

2012-07-11 Thread Kiran Badi
On 7/12/2012 7:20 AM, Tim Watts wrote: No offense, but this really isn't a list for teaching Java. But what the hell, I'll make one "exception": public class DAOException extends Exception { public DAOException(String msg) { super(); } public

Re: Logging framework for Tomcat -Exceptions

2012-07-11 Thread Tim Watts
On Thu, 2012-07-12 at 06:35 +0530, Kiran Badi wrote: > Hi, > > I have below code for catching DAO exceptions, No, it's not. It's code that defines an interface and a poorly implemented exception type. There's no catching. Anywhere. > but I feel its not correct > way to do this,Can some one p

Logging framework for Tomcat -Exceptions

2012-07-11 Thread Kiran Badi
Hi, I have below code for catching DAO exceptions,but I feel its not correct way to do this,Can some one point me to some library which will capture all exceptions which my code will throw and works with tomcat. I implementing Model2 mvc pattern and to my surprise I am able to show values to

Broken link in docs

2012-07-11 Thread Jeffrey Janner
http://tomcat.apache.org/native-doc/changelog.html Comes up missing. Clinked on from main Native Doc page. Jeff __ Confidentiality Notice: This Transmission (including any attachments) may contain information that is pri

RE: Client Authentication using SSL

2012-07-11 Thread Jeffrey Janner
Reposting to the list, as that's the way Esmond, We already implement your solution, with the exception of the SSL Client Certificate. That is what I was aiming for. Thanks for the pointer to AuthenticRoast. We'll give it a look. I've also seen something in the Apache tools called TripleSec

RE: Tomcat building problems: Apache Tomcat 5.5 Servelet/JSP container

2012-07-11 Thread Wei, Mingzhen
Konstantin, I followed the RUNNING.TXT after installing the binary release of Tomcat 5.5. But I cannot find the catalina.bat and catalina.sh for more environmental variables to set. Why tomcat is such a pain for installation? Thanks for your help. -Original Message- From: Konstant

Re: [tomcat users] Length Encoding

2012-07-11 Thread Salvatore Lionetti
Thanks for the quick response, i'm reading the rfc, although multipart/x-mixed-replace is 'experimental' and then not mentioned in the spec. Anyway, for the opposite case (multipart request), i've found: http://java.net/jira/browse/JERSEY-488 'sandoz' suggest as workaround to avoid chunck encodi

Re: [tomcat users] Length Encoding

2012-07-11 Thread Mark Thomas
On 11/07/2012 19:41, Salvatore Lionetti wrote: > Hi to all, > > I'm using Tomcat 7.0.28, a simple doGet() synchronous customization of > HttpServlet, responding with a 'push' multipart. > This response is generated by tomcat server and my webapp: does in yours > opinion looks like correct? Yes.

[tomcat users] Lenght Encoding

2012-07-11 Thread Salvatore Lionetti
Hi to all, I'm using Tomcat 7.0.28, a simple doGet() synchronous customization of HttpServlet, responding with a 'push' multipart. This response is generated by tomcat server and my webapp: does in yours opinion looks like correct? HTTP/1.1 200 OK > Server: Apache-Coyote/1.1 ... Connection: keep

RE: Client Authentication using SSL

2012-07-11 Thread Jeffrey Janner
> -Original Message- > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Sent: Wednesday, July 11, 2012 11:36 AM > To: 'Tomcat Users List' > Subject: Client Authentication using SSL > > Looking into implemented two-factor Auth for Tomcat with first factor > being our current user

Client Authentication using SSL

2012-07-11 Thread Jeffrey Janner
Looking into implemented two-factor Auth for Tomcat with first factor being our current userid/password form. I figured that the second factor could be Client Authentication using SSL, as it seems readily available in Tomcat. Aside from the wonderful Tomcat documentation on configuring the elem

Re: Apache-tomcat-7.0.29 can't startup in my computer.

2012-07-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 浪迹寰尘, On 7/11/12 11:15 AM, 浪迹寰尘 wrote: > Exception in thread "main" 2012-07-11 21:54:22 Commons Daemon > procrun stderr initialized java.lang.NoClassDefFoundError: > org/apache/juli/logging/LogFactory at > org.apache.catalina.startup.Bootstrap.(Bootst

Re: Apache-tomcat-7.0.29 can't startup in my computer.

2012-07-11 Thread Isuru Ranawaka
Hi, This error can be appeared when that class is seen at compile time and not in run time or if u add and remove relevant jar file more than one time.then there can be a possibility that at run time it picks a class which was not picked at compile time.

Re: [EXTERNAL] Re: Re: Re: General Architecture Question for multiple websites on a single RedHat server

2012-07-11 Thread Pid
On 11/07/2012 13:21, Simon, Leonard wrote: > Mark, > I really do appreciate your time in assisting, > It's these up front sessions that could lead to consulting gigs later on. There's something to look forward to. > Free consultations pay off in the end. Not very often they don't. p signat

Apache-tomcat-7.0.29 can't startup in my computer.

2012-07-11 Thread ????????
hi, I use windows xp OS. The tomcat(apache-tomcat-7.0.29) had works very well until last week. But now it can't startup . The informations in the log file are as bellow: " Exception in thread "main" 2012-07-11 21:54:22 Commons Daemon procrun stderr initialized java.lang.NoClassDefFoundError: org/a

Vhost-specific configuration for deployed apps?

2012-07-11 Thread Dave Shevett
Hi folks, this has come up in the list archives a couple times, but I'm having a devil of a time getting it working right. I'm trying to set a basic set of properties to a deployed app into Tomcat. Note that this app is being deployed via the tomcat manager (in fact it's coming from Jenkins), and

Re: [EXTERNAL] Re: Re: Re: General Architecture Question for multiple websites on a single RedHat server

2012-07-11 Thread Simon, Leonard
Mark, I really do appreciate your time in assisting, It's these up front sessions that could lead to consulting gigs later on. Free consultations pay off in the end. On Tue, Jul 10, 2012 at 3:33 PM, Mark Eggers wrote: > - Original Message - > > > From: André Warnier > > To: Tomcat Use