Re: Mod_jk setup problems

2005-09-20 Thread Don Boling
Thanks Mark, I this helped a lot ... I'll insert comments as well... ;) Mark Eggers wrote: A couple of things here. I'll try to insert comment where appropriate. --- Don Boling [EMAIL PROTECTED] wrote: I can't seem to get anything to successfully pass though the mod_jk connector to the

Re: Mod_jk setup problems

2005-09-20 Thread Mark Eggers
Glad I was able to help a little bit. In my experience (Linux,Solaris,Win/2K), 8080 should always work if you have the Connector configured. If you can't get to http://localhost:8080/jsp-examples/ running, then there is something else amiss. In your httpd.conf file, I still didn't see something

Mod_jk setup problems

2005-09-19 Thread Don Boling
Hi, I am running Tomcat5.5.9 and JDK1.5.0_04 with a Apache 1.3 webserver on FreeBSD 5.3. I can't seem to get anything to successfully pass though the mod_jk connector to the webapp. My mod_jk.conf , workers.properties are as follows. $ less mod_jk.conf # JkWorkersFile

Re: Mod_jk setup problems

2005-09-19 Thread Mark Eggers
A couple of things here. I'll try to insert comment where appropriate. --- Don Boling [EMAIL PROTECTED] wrote: I can't seem to get anything to successfully pass though the mod_jk connector to the webapp. What version of mod_jk? My mod_jk.conf , workers.properties are as follows. $ less

Re: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-24 Thread Simon Pabst
Hmm i guess $APACHE_HOME points to Redhats Apache Home or where? The make should be done in the source directory, not in the Apache installation home. Just forget about the Redhat Apache and build apache completely from source, here's a step by step list (YMMV):

Re: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-24 Thread achana
I actually downloaded and installed Apache2 recently, it is not the old version delivered in the distro. Before the make and make install, there were 2 directories : /usr/local/apache /usr/local/httpd-2.0.40 $APACHE_HOME points to /usr/local/apache I edit the files in $APACHE_HOME/conf and apache

Re: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-24 Thread Simon Pabst
Jeez, obviously $APACHE_HOME points to an apache installation directory and not source, so no wonder your previous make didn't work. You don't need the source directory /usr/local/httpd-2.0.40 anymore, so you can delete it (or move somewhere else as backup). As for your previous configuration

Solved: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-24 Thread achana
Hi Simon That worked, I got mod_ssl. Thanks for the tips, much appreciated. Simon Pabst wrote: Jeez, obviously $APACHE_HOME points to an apache installation directory and not source, so no wonder your previous make didn't work. You don't need the source directory /usr/local/httpd-2.0.40

Re: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-23 Thread achana
Hiya, thanks for the tip. When I ran ./configure --help, the option --enable-ssl is missing. So I tried this : ./configure --with-apache= --with-ssl= --prefix= So komme ich auch nicht weiter ! Those options are not available in configure !?! TIA :( Simon Pabst wrote: This should go to

Re: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-23 Thread Simon Pabst
That configure of yours is not quite right: the following is required for Apache with SSL/HTTPS Support (still called mod_ssl): --enable-ssl this is only required if the auto detection of apache can't fint the installed open ssl: --with-ssl=/path/to/openssl At 17:49 23.07.2003 +1000, you

Re: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-23 Thread achana
Well yes, I did that and configure ran normally after a make distclean (I think I maight have left some junk there from last time)... Then I tried doing this : # cd $APACHE_HOME # make # make certificate # make install make didn't work and complained No targets specified and no Makefile found.

SSL and mod_jk setup

2003-07-15 Thread Leander Jedamus
Hi! I have followed the paper from John Turner http://www.johnturner.com/howto/apache2-tomcat4112-sol8-howto.html and everything is working. Now I want to have https://localhost/examples/ working. How can I do that? Thanks in advance Leander -- Leander Jedamus Presse- und Öffentlichkeitsarbeit

Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-14 Thread achana
Apache2.0.40 seems to ship with mod_ssl in the directory .../httpd-2.0.40/modules/ssl. But no mention of OpenSSL, although both ssl_util_ssl.c and ssl_util_ssl.h refer to OpenSSL. I ftp-ed openssl-0.9.76b.tar.gz , but they only tralk about Apache 1.3.24 as in : # configure

Re: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-14 Thread Simon Pabst
This should go to Apache Mailing List propably. Apache 2 has its own mod_ssl included. You still need an installed OpenSSL to use mod_ssl, as how to configure: httpd-2.0.45 # ./configure --help|grep -i ssl --enable-sslSSL/TLS support (mod_ssl) --with-ssl=DIR SSL/TLS

Re: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-14 Thread achana
Danke. Simon Pabst wrote: This should go to Apache Mailing List propably. Apache 2 has its own mod_ssl included. You still need an installed OpenSSL to use mod_ssl, as how to configure: httpd-2.0.45 # ./configure --help|grep -i ssl --enable-sslSSL/TLS support (mod_ssl)

Re: mod_jk setup

2002-05-13 Thread Simon Stewart
It'll only bring you pain and grief, but here's how I did it on linux:q http://www.pubbitch.org/jboss I'll test with the latest CVS when I get a chance and update the HOWTO. There's been a site with tips for win32 that's been posted to the list several times. Have a root through the archives

Re: mod_jk setup

2002-05-10 Thread KL OOI
can anyone please help me - Original Message - From: KL OOI [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, May 10, 2002 1:10 PM Subject: Re: mod_jk setup Apache 1.3.24 - Original Message - From: Michael Leditschke [EMAIL PROTECTED] To: Tomcat

Re: mod_jk setup

2002-05-10 Thread @Basebeans.com
Subject: Re: mod_jk setup From: Bruno V [EMAIL PROTECTED] === You should check : http://www.acg-gmbh.de/mod_jk/ Other guides and tutorial about Apache + tomcat + connectors : http://bruno.vernay.free.fr/HowTo/bWebServerHowTo/ch05.html -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: mod_jk setup

2002-05-10 Thread Cammy Ng
remark all connector except ajp13 6) all your context on server.xml - Original Message - From: KL OOI [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, May 10, 2002 12:11 AM Subject: Re: mod_jk setup can anyone please help me - Original Message - From

RE: mod_jk setup

2002-05-10 Thread Yunming . Li
I use Apache2 and want to install mod_jk too. Thanks -Original Message- From: KL OOI [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 1:10 AM To: Tomcat Users List Subject: Re: mod_jk setup Apache 1.3.24 - Original Message - From: Michael Leditschke [EMAIL PROTECTED

mod_jk setup

2002-05-09 Thread KL OOI
Hi all, Can anyone provide a clear step by step that how to setup Apache and Tomcat 4.0.3 with mod_jk in Windows 2000 Pro? I have go thorough the documentation by I am lost and unsuccessful. Thanks. Regards KL

RE: mod_jk setup

2002-05-09 Thread Michael Leditschke
What version of Apache? -Original Message- From: KL OOI [mailto:[EMAIL PROTECTED]] Sent: Friday, 10 May 2002 1:11 PM To: TOMCAT-USER Subject: mod_jk setup Hi all, Can anyone provide a clear step by step that how to setup Apache and Tomcat 4.0.3 with mod_jk in Windows 2000

Re: mod_jk setup

2002-05-09 Thread KL OOI
Apache 1.3.24 - Original Message - From: Michael Leditschke [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, May 10, 2002 12:58 PM Subject: RE: mod_jk setup What version of Apache? -Original Message- From: KL OOI [mailto:[EMAIL PROTECTED]] Sent