Re: SSL_CLIENT_CERT in tomcat

2002-03-05 Thread Laurie Young

Hi

Unfortunatly that book as not yet been published in the UK. Is there any
cahnge you coudl send me some details on how to go about doing this?

Laurie


On Mon, 4 Mar 2002, Eric Gilbertson wrote:

 Lauire:

 You can get the client cert info from the the HttpServletRequest argument
 that is passed into your doGet/Post method. See chapter 8 of More Servlets
 and Server Pages for an example.

 HTH,

 Eric Gilbertson
 [EMAIL PROTECTED]

 At 05:19 PM 3/4/2002 +, Laurie Young wrote:
 Hi
 
 I am running Apache, and connecting to tomcat using mod_jk
 
 In the information abtou mod_jk, and apache+mod ssl, foudn at
 http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-ssl-howto.html#s4
 
 It says:
 
 If you use Apache with SSL (Apache-SSL or apache+mod_ssl) and the
 
JkExtractSSL directive in httpd.conf, the apache connector
 
mod_jk will be able to pass some SSL information to tomcat.
 
 
 However, what it doesn't say is how i access this information (in
 particular the SSL_CLIENT_CERT variabele) from inside Tomcat.
 
 If anyonce can help I would very much appreciate it
 
 Laurie
 
 --
 ==
Laurie Robert Young
 [EMAIL PROTECTED]  |   [EMAIL PROTECTED]
 www.wildfalcon.com |  www.doc.ic.ac.uk/~laurie
ICQ UIN #20194782
 ==
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


-- 
==
  Laurie Robert Young
[EMAIL PROTECTED]  |   [EMAIL PROTECTED]
www.wildfalcon.com |  www.doc.ic.ac.uk/~laurie
  ICQ UIN #20194782
==


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




SSL_CLIENT_CERT in tomcat

2002-03-04 Thread Laurie Young

Hi

I am running Apache, and connecting to tomcat using mod_jk

In the information abtou mod_jk, and apache+mod ssl, foudn at
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-ssl-howto.html#s4

It says:

If you use Apache with SSL (Apache-SSL or apache+mod_ssl) and the

  JkExtractSSL directive in httpd.conf, the apache connector

  mod_jk will be able to pass some SSL information to tomcat.


However, what it doesn't say is how i access this information (in
particular the SSL_CLIENT_CERT variabele) from inside Tomcat.

If anyonce can help I would very much appreciate it

Laurie

-- 
==
  Laurie Robert Young
[EMAIL PROTECTED]  |   [EMAIL PROTECTED]
www.wildfalcon.com |  www.doc.ic.ac.uk/~laurie
  ICQ UIN #20194782
==



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




HELP - Must get Apache talkign to Tomcat

2002-02-27 Thread Laurie Young

HI everyone

I need to get apache+mod_ssl talking to tomcat. And i'm havinga night mare
of problems that I can't seem to sort.

Mod_webapp will let apache+mod_ssl connect to servlets in tomcat, but
keeps dogin stupid things to the SSL connection (suddently making the
browser change from an HTTPS request to an HTTP request). Nor does it
appear to support sending envirnment variables to tomcat. Not that I can
be certain on this, if anyone knows of any actual documentation for
mod_webapp please let me know.

mod_jk connecting though a AJP13 connector sounds like it does everything
I need. I managed to get mod_jk loaded into apache. But if tomcat 4.0
complains about
Catalina.start: java.lang.ClassNotFoundException:
org.apache.ajp.tomcat4.Ajp13Connector

If I try downloading Tomcat 4.0.2 then it just plain doesn't work
I run startup.sh and get

Using CATALINA_BASE:   /homes/laurie/iceni/jakarta-tomcat-4.0.2
Using CATALINA_HOME:   /homes/laurie/iceni/jakarta-tomcat-4.0.2
Using CATALINA_TMPDIR: /homes/laurie/iceni/jakarta-tomcat-4.0.2/temp
Using JAVA_HOME:   /homes/laurie/bin/jdk1.3.1_01

But the server itself never starts, and nothing gets written to any of the
logs!

I realy need to get this working - please help.

Laurie

-- 
==
  Laurie Robert Young
[EMAIL PROTECTED]  |   [EMAIL PROTECTED]
www.wildfalcon.com |  www.doc.ic.ac.uk/~laurie
  ICQ UIN #20194782
==


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




org.apache.ajp.tomcat4.Ajp13Connector

2002-02-25 Thread Laurie Young

Tomcat refuses to start when I have the AJP13 connector enabled on the
grounds that it can't find org.apache.ajp.tomcat4.Ajp13Connector

Any ideas?

-- 
==
  Laurie Robert Young
[EMAIL PROTECTED]  |   [EMAIL PROTECTED]
www.wildfalcon.com |  www.doc.ic.ac.uk/~laurie
  ICQ UIN #20194782
==


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: org.apache.ajp.tomcat4.Ajp13Connector

2002-02-25 Thread Laurie Young

Why would that prevent Java from finding a class?


On Mon, 25 Feb 2002, jyc wrote:

 perhaps AJP13 protocol is running on a port that is already listening.

 - Original Message -
 From: Laurie Young [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, February 25, 2002 6:07 PM
 Subject: org.apache.ajp.tomcat4.Ajp13Connector


  Tomcat refuses to start when I have the AJP13 connector enabled on the
  grounds that it can't find org.apache.ajp.tomcat4.Ajp13Connector
 
  Any ideas?
 
  --
  ==
Laurie Robert Young
  [EMAIL PROTECTED]  |   [EMAIL PROTECTED]
  www.wildfalcon.com |  www.doc.ic.ac.uk/~laurie
ICQ UIN #20194782
  ==
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


-- 
==
  Laurie Robert Young
[EMAIL PROTECTED]  |   [EMAIL PROTECTED]
www.wildfalcon.com |  www.doc.ic.ac.uk/~laurie
  ICQ UIN #20194782
==


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Sending Environment Variables from Apache to Tomcat

2002-02-21 Thread Laurie Young

Hi

How do I send my Apache Environment Variables from my apache server, to
the tomcat servlets?

I had a look on the web and found a page that seemd to imply I had to
rewrite the Jserv module and part of tomcat, but I think it was refering
to quite an old version of apache/tomcat

I am running apache 1.3.22
Tomcat 4.0

and i'm connecting Apache to Tomcat wtih the following commands

WebAppConnection warpConnection warp localhost:8000
WebAppDeploy subdesign warpConnection /subdesign/

Laurie

-- 
==
  Laurie Robert Young
[EMAIL PROTECTED]  |   [EMAIL PROTECTED]
www.wildfalcon.com |  www.doc.ic.ac.uk/~laurie
  ICQ UIN #20194782
==


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




mod_webapp, mod_jk - Whats the difference

2002-02-21 Thread Laurie Young

Hi

Can anyone tell me what the difference is between these two - as far as I
can tell in Tomcat 3 we are suppose to use mod_jk, but in tomcat 4 this
has been upgraded to mod_webapp which has no documentation, and as far
as I can tell does nothing other than just send the request to tomcat

Laurie

-- 
==
  Laurie Robert Young
[EMAIL PROTECTED]  |   [EMAIL PROTECTED]
www.wildfalcon.com |  www.doc.ic.ac.uk/~laurie
  ICQ UIN #20194782
==


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]