Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-15 Thread Kiarna Boyd
Hi, I've been following this thread for a bit and can offer some of my painfully gained insights. I have Apache, tomcat 5.0.28, mod_jk and SSL. This is not a real fix, just my workarounds. It drove me nuts forever until I figured out that Apache webserver does not successful apply rewrite

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
Well, maybe I've just make a mistake somewhere. I looked at my jsp-examples/ url work with ssl and without in mod_jk. Where should I look to see why this one works but my app doesn't? Stanczak Group wrote: I know this has been asked, but the all the emails and on-line docs don't seem to make

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Mladen Turk
Stanczak Group wrote: Well, maybe I've just make a mistake somewhere. I looked at my jsp-examples/ url work with ssl and without in mod_jk. Where should I look to see why this one works but my app doesn't? Stanczak Group wrote: I know this has been asked, but the all the emails and on-line

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure connection, so that's why I'm making it sound like a redirect. But the real issue is when I access the url for example http://www.myapp.com/thisapp it works, but when

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Mladen Turk
Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure connection, so that's why I'm making it sound like a redirect. Hmm. You are still unclear. Seems to me that you are saying that you can access

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
Mladen Turk wrote: Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure connection, so that's why I'm making it sound like a redirect. Hmm. You are still unclear. Seems to me that you are

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
test time Stanczak Group wrote: Mladen Turk wrote: Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure connection, so that's why I'm making it sound like a redirect. Hmm. You are still

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
Mladen Turk wrote: Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure connection, so that's why I'm making it sound like a redirect. Hmm. You are still unclear. Seems to me that you are

Re: Apache + Tomcat + Mod_JK + SSL How to? Got it.

2005-08-14 Thread Stanczak Group
It was something simple. I didn't have to mod_jk directive setup on the virtual host with ssl. Stanczak Group wrote: Mladen Turk wrote: Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure

Re: apache-tomcat-mod_jk-ssl

2005-05-24 Thread Tom Holmes Jr.
I have Tomcat 5.5.9 and Apache 2.0.54 running on Windows 2000, connecting them with mod_jk (not jk2). The only thing I want to do now is have Apache run Tomcat in-process like I did with jk2, is this possible? And if it is, what files do I need to update and configure? Thanks.

Re: Apache, Tomcat/JBoss, SSL, redirection

2003-06-11 Thread David Salbego
As I have not received any hints, is there a better list I should be posting this type of question to? Like I said, I think the question is reasonable but I might be overlooking something completely obvious. thanks again for your assistance, --Dave At 04:25 PM 6/10/2003, David Salbego

Re: Apache, Tomcat/JBoss, SSL, redirection

2003-06-11 Thread Nikola Milutinovic
As I have not received any hints, is there a better list I should be posting this type of question to? Like I said, I think the question is reasonable but I might be overlooking something completely obvious. Don't give up on us :-) The error you describe is strange, I've read it just now

Re: Apache+Tomcat with SSL?

2003-02-18 Thread Lajos
Hi Manoj - You'll want to compile Apache with mod_ssl in it. I have several FlashGuides on my site which will help you - http://www.galatea.com/flashguides/apache-ssl-win32.xml or http://www.galatea.com/flashguides/apache-ssl-unix.xml, depending on your OS. Let me know if something doesn't

Re: Apache+Tomcat with SSL?

2003-02-18 Thread Manoj Kithany
1.3.26 running on IBM AIX 5.1L OS? THANKS! From: Lajos [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Apache+Tomcat with SSL? Date: Tue, 18 Feb 2003 09:08:04 -0700 Hi Manoj - You'll want to compile Apache with mod_ssl in it. I

RE: Apache+Tomcat with SSL?

2003-02-18 Thread Turner, John
http://www.modssl.org/ John -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 12:32 PM To: [EMAIL PROTECTED] Subject: Re: Apache+Tomcat with SSL? Hi Lajos, I have Apache 1.3.26 on IBM AIX 5.1L I also have mod_ssl 2.8.11

RE: apache tomcat and ssl

2002-08-09 Thread Ricky Leung
Did you define jk directives in the SSL virtual host section of your apache config file? If you want https to behave exactly like http, but just secure, copy your virtual jk directives over to the ssl portion. Also, make sure when you start apache, it doesn't complain about mod_jk without EAPI

RE: Apache - Tomcat as SSL-Environment. Any suggestions ?

2001-03-26 Thread Filip Hanik
I would recommend leaving Tomcat and Apache on the same machine, use mod_jk (ajp13) for the communication and leave the SSL to Apache. this will maximize your performance Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original

Re: Apache - Tomcat as SSL-Environment. Any suggestions ?

2001-03-26 Thread David Crooke
Irma Trger wrote: Hi, we are currently planning a setup for a new application and decided to use Apache as Web Server and Tomcat as JSP/Servlet Engine. This is -so far- a pretty common way I guess. We now think about the environment to build up, because it has to be an application running