Re: Authentication from a REST service

2013-07-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Martin,

On 7/27/13 12:00 PM, Martin O'Shea wrote:
 Are there any suggestions if I'm not using servlet 3?

Any reason the container-provided authentication system (e.g. HTTP
BASIC) isn't acceptable?

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJR9Sx/AAoJEBzwKT+lPKRYnNwP/jkKNS3GAgciwXh7nkdBsVnd
eengy++YrJNLpEABkJDWY635EvX2fksZH/2ALufepybuyY9pkYehhtC/v971JFtW
p63fvsNA+4t4a8HFkU19AB0HJuz+nvQxyDD741oZUM/5853ATY6OPUX+JCYGcDR4
tQrSH3dWriwTNVHpVw2WOU+FPB2V73jN4WOW2wcr5R5Y2nX5ad+HhMIwfzr20UTa
ZDuVvuYw18v7XQ+ghc3DsDc2XJCAUlfIci6T5v7YuW/5xbbpxcjZuXUbXNgX4O74
7/gH7UNXXCKbzaDsrIF95gT68hXGQ0g63tDCcikohv9lJbH94pNgqMt27SivAt5c
Ht5K4t0VZ6Lv9kPYi2c/mUdBL51I8QYsHwix4ot+T69iwW8Lt5jrryrtxdSKiTZh
bygF5bGAg44/VHWisyhIjzjAOzychzw1D9MCC3wM+oMep/XTKEwyNHUC6h4cTlQg
TwqSSjwJ2vBXvsOWFOCJ7SwEdS1NOa2HoEpqtMWwlXJBIHYk2RuCN1UC3NlBytW3
jz92C0ERVcvA39fb8+EvOP2yT8M3adBdqVOvLSOmhixvZd4l4rhxfrzNmfUtJSZQ
emzbkvO4JVRP+Lf8bGiDiUrIqV0/6L+YoB4GVSNqnJbh6xP7yZ9AY7G/z6+tAHEk
AE+WCdC4cDVn9G58vo7l
=Na0c
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Authentication from a REST service

2013-07-28 Thread Martin O'Shea
Chris

Have you an example at all?

At the moment, I've simply rigged a simple authentication method of my own . 
Have you a code example of container-provided authentication system, or could 
you refer me to one?

Thanks

Martin O'Shea.

-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net] 
Sent: 28 Jul 2013 15 37
To: Tomcat Users List
Subject: Re: Authentication from a REST service

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Martin,

On 7/27/13 12:00 PM, Martin O'Shea wrote:
 Are there any suggestions if I'm not using servlet 3?

Any reason the container-provided authentication system (e.g. HTTP
BASIC) isn't acceptable?

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJR9Sx/AAoJEBzwKT+lPKRYnNwP/jkKNS3GAgciwXh7nkdBsVnd
eengy++YrJNLpEABkJDWY635EvX2fksZH/2ALufepybuyY9pkYehhtC/v971JFtW
p63fvsNA+4t4a8HFkU19AB0HJuz+nvQxyDD741oZUM/5853ATY6OPUX+JCYGcDR4
tQrSH3dWriwTNVHpVw2WOU+FPB2V73jN4WOW2wcr5R5Y2nX5ad+HhMIwfzr20UTa
ZDuVvuYw18v7XQ+ghc3DsDc2XJCAUlfIci6T5v7YuW/5xbbpxcjZuXUbXNgX4O74
7/gH7UNXXCKbzaDsrIF95gT68hXGQ0g63tDCcikohv9lJbH94pNgqMt27SivAt5c
Ht5K4t0VZ6Lv9kPYi2c/mUdBL51I8QYsHwix4ot+T69iwW8Lt5jrryrtxdSKiTZh
bygF5bGAg44/VHWisyhIjzjAOzychzw1D9MCC3wM+oMep/XTKEwyNHUC6h4cTlQg
TwqSSjwJ2vBXvsOWFOCJ7SwEdS1NOa2HoEpqtMWwlXJBIHYk2RuCN1UC3NlBytW3
jz92C0ERVcvA39fb8+EvOP2yT8M3adBdqVOvLSOmhixvZd4l4rhxfrzNmfUtJSZQ
emzbkvO4JVRP+Lf8bGiDiUrIqV0/6L+YoB4GVSNqnJbh6xP7yZ9AY7G/z6+tAHEk
AE+WCdC4cDVn9G58vo7l
=Na0c
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Apache Tomcat Connector - configuration

2013-07-28 Thread srinivas yelamanchili
Hi,
I am trying to configure Apache httpd talk to Tomcat

From the documentation at
http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html

1. Under 'Using Tomcat auto-configure' we have this line
creating your workers.properties file at 
$TOMCAT_HOME/conf/jk/workers.properties

Under 'Simple configuration example' we have this line
# Where to find workers.properties
    JkWorkersFile /etc/httpd/conf/workers.properties

For the auto-configuration the worker properties file path is in TOMCAT_HOME 
path but for custom it's in HTTPd path?
What's the recommended path?



2. Under 'Using Tomcat auto-configure'

a) The simplest way to configure Apache HTTP Server to use mod_jk is to turn 
on the Apache HTTP Server auto-configure setting in Tomcat
How to turn on the auto-configure setting in Tomcat?

b) Please note that this example is specific to Tomcat 5.x, unlike other 
sections of this document which also apply to previous Tomcat branches.
This statement may need to be updated with respect to latest Tomcat 7.0?

c) Listener className=org.apache.jk.config.ApacheConfig 
modJk=/path/to/mod_jk.so /
Here '/path/to' is not actual folders so should be italicized to mean as a 
pseudo-code?


3. Under 'Simple configuration example'
In which file (name) should the given configuration be saved to and under 
location HTTPd or TOMCAT_HOME path?



4. Under 'Introduction'
There is actually three versions of Apache HTTP Server, 1.3, 2.0 and 2.2 and 
all can be used with mod_jk, the Tomcat redirector module.
comments:
2.4 is missing and 'three' is no longer accurate
'There is' should be 'There are'


Thanks,
-sri