AW: Apache 2, Tomcat 5, mod_jk?

2003-09-17 Thread Nitschke Michael
mod_jk2 is a rework/reimplementation of mod_jk and is expected to work
with Apache 2 and tomcat 4. there are some good tutorials and howtos, for
linking apache and tomcat together, around.
We used this : http://cnr.berkeley.edu/~salazar/apache_tomcat.html

Mike

-Ursprüngliche Nachricht-
Von: Vaga Bond [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 17. September 2003 05:29
An: [EMAIL PROTECTED]
Betreff: Apache 2, Tomcat 5, mod_jk?

Hey Guys,
   I've recently setup Apache2 and Tomcat 5 separately and 
was wondering if mod_jk or mod_jk2 can be used to link the two of them. 
Secondly, what's the difference between mod_jk and mod_jk2?

Awaiting your reply.

vagabond

_
Get a FREE computer virus scan online from McAfee. 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: AW: Apache 2, Tomcat 5, mod_jk?

2003-09-17 Thread Vladyslav Kosulin
Nitschke Michael wrote:

mod_jk2 is a rework/reimplementation of mod_jk and is expected to work
with Apache 2 and tomcat 4. there are some good tutorials and howtos, for
Tomcat = 4

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


AW: Apache 2.0 + Tomcat 4.1.12 + Realms + Java WebStart don't work

2003-01-14 Thread Stratmann, Holger
I was using Tomcat 4.1 with JavaWebStart (JWS) and it worked fine!

Does your realm work ok? IOW: Can you call html/jsp-pages which are access
protected?
Try calling a page that is in the same directory as the JNLP.

Also: 
Which version of JavaWebStart are you using?
If you say: the system is unable to load the JNLP file, do you mean the
browser or do you mean JavaWebStart?
Do you use BASIC or form-based authentication? I use BASIC and I'm not sure
if (and how!) form-based could work...
(I was happy to see that JavaWebStart supported BASIC :-)

Let us know...
   Holger

Btw: As a hint for everybody who's using authentication w/ JavaWebStart:
I found it quite annoying to enter username/password every time I launch the
application (!!), just because JWS wants to check for updates. When you
press Cancel (No, I don't want to check for updates...), JWS does not
launch the application.
Then I found out that JWS uses the HEAD-method to check if files were
modified. GREAT!! You can use access-protection for everything but HEAD and
you're prompted for the password only if an update is available on the
server (which is usually a cool method...)

 -Ursprüngliche Nachricht-
 Von: Antonio Vázquez [mailto:[EMAIL PROTECTED]]
 Gesendet: Dienstag, 14. Januar 2003 17:46
 An: Tomcat
 Betreff: Apache 2.0 + Tomcat 4.1.12 + Realms + Java WebStart 
 don't work
 
 
 I have a little problem with Apache 2.0 + Tomcat 4.1.2 using 
 JDBC Realms and
 Java WebStart.
 
 If i configure the web application a call the JNLP file, all 
 works, but when
 I include  a REALM, the system is unable to load de JNLP file.
 
 I made several test and I am sure that the problem is when 
 you use realm
 logins.
 
 Any idea?
 
 Thanks
 Antonio Vázquez
 [EMAIL PROTECTED]
 www.winsoftsystems.com
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: AW: Apache + mod_jk + Tomcat + Internet

2002-08-02 Thread Carrie Salazar

there is an excellent tutorial on running Cygwin's OpenSSH SSH2
here: http://tech.erdelynet.com/cygwin-sshd.asp 

i have it running beautifully on my win2k/apache2.0.39/tomcat4.0.4
machine.  cygwin is VERY cool if you are originally used to working
on UNIX but forced on a window$ machine.
--
carrie s.

 From: Robert L Sowders [EMAIL PROTECTED]
 Date: Thu, 1 Aug 2002 18:52:53 -0700
 Install cygwin on your windows machine and then the openssh server for it.
 
 
 Secondly I have been looking at ssh (openssh) I have set it up on apache 
 but 
 is it available for a windows environment too? or do i need to have a 
 openssh 
 gateway (made from linux) which then tunnels into the windows machine?
 
 Regards
 Amran

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




AW: Apache + mod_jk + Tomcat + Internet

2002-08-01 Thread Ralph Einfeldt

You can setup a SSL Tunnel between the machines. 

(Keywords for further search: ssh, tunnel, ssl, port forwarding)

E.G.: 
http://www.oreillynet.com/pub/a/wireless/2001/02/23/wep.html

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Gesendet: Donnerstag, 1. August 2002 00:23
 An: [EMAIL PROTECTED]
 Betreff: Apache + mod_jk + Tomcat + Internet
 
 
 I have a Apache (1.3.26) web server on Linux and a tomcat 
 (4.04) on Windows XP which communicates via the mod_jk 
 module.  At present they are on the LAN but due to 
 exceptional reasons I need to separate them and the only 
 way I will be able to connect them is over the internet. 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: AW: Apache + mod_jk + Tomcat + Internet

2002-08-01 Thread AMRAN121

Firstly I am aware that their will be a perfomance hit but hopefully it will 
be a short term thing (approx 6 months.

Secondly I have been looking at ssh (openssh) I have set it up on apache but 
is it available for a windows environment too? or do i need to have a openssh 
gateway (made from linux) which then tunnels into the windows machine?

Regards
Amran

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: AW: Apache + mod_jk + Tomcat + Internet

2002-08-01 Thread Robert L Sowders

Install cygwin on your windows machine and then the openssh server for it.





[EMAIL PROTECTED]
08/01/2002 10:40 AM
Please respond to Tomcat Users List

 
To: [EMAIL PROTECTED]
cc: 
Subject:Re: AW: Apache + mod_jk + Tomcat + Internet

Firstly I am aware that their will be a perfomance hit but hopefully it 
will 
be a short term thing (approx 6 months.

Secondly I have been looking at ssh (openssh) I have set it up on apache 
but 
is it available for a windows environment too? or do i need to have a 
openssh 
gateway (made from linux) which then tunnels into the windows machine?

Regards
Amran

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]






AW: Apache SSLCERT + Tomcat 3.3 + keytool

2002-06-14 Thread Power-Netz \(Schwarz\)


 See http://www.comu.de/docs/tomcat_ssl.htm

 | i have a THAWTE standart CERTIFICATION  which thawte says it's X.509v3 ,
 | but the keytool does not allow to import the corresponding RSA key,
 |  with / without  the password, build as .pem file.
 | The same .pem works great with the apache.
 |
 | How to import this RSA Key with keytool?
 |

Year, worked great until i tried to change the passwords.. which at all, did
not work!
I had to change the defaultpassword in the ImportKey.java and to spare some
time,
i changed the default name to tomcat. ready.

and now to MultiDomainVirtuellHosting and SSL with different CERTS :-)



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




AW: Apache and Tomcat integrating problems

2002-05-29 Thread Ralph Einfeldt

Make shure that your apache is compiled with mod_so.
(apache -l)

If you don't use a leading slash the path is relativ to the
server root. To use the directive the way you do, the path 
should be /usr/local/apache/libexec/mod_jk.so

Or you have to use 
LoadModule jk_module conf/libexec/mod_jk.so

 -Ursprüngliche Nachricht-
 Von: Mauricio Tia Ni Gong Lin [mailto:[EMAIL PROTECTED]]
 Gesendet: Mittwoch, 29. Mai 2002 16:54
 An: [EMAIL PROTECTED]
 Betreff: Apache and Tomcat integrating problems
 
 
 I have been trying to integrate the Apache Web Server and Tomcat, but
 I get the following message when I start the Apache Web Server:
 
 
 Syntax error on line 211 of /usr/local/apache/conf/httpd.conf:
 Invalid command 'LoadModule', perhaps mis-spelled or defined 
 by a module not
 included in the server configuration
 bin/apachectl start: httpd could not be started
 -
 
 The line 211 is:
 
 LoadModule jk_module libexec/mod_jk.so
 
 I created a libexec directory  in /usr/local/apache/conf 
 and I set the
 mod_jk.so in libexec directory.
 
 Anybody could tell me what is going on?
 
 Regards,
 
 Lin
 
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
 
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: AW: apache or tomcat

2002-03-10 Thread Scott Ahten

Is is a known bug? Can someone point me to a Bug ID for this? I'm about 
to purchase a certificate for Tomcat standalone, but I may have to make 
other plans if there are SSL problems with versions of IE5.0.

~Scott

Lauer, Oliver wrote:

In addition:

The only problem with TC/SSL (standalone) is that its implementation (jsse)
doesn't work with IE5.0 128 SP1 due to a bug in IE5.0 
Apache's mod_ssl does instead and thus we were forced to switch to
Apache(ssl)/TC though we want to support as many browsers as possible and
IE5.0 is still a very popular one.
And as connector I would prefer mod_jk at this stage because it can
loadbalance quite now.
Oliver 


AXA eSolutions GmbH
AXA Konzern AG Germany
Oliver Lauer 
Web Architect
Wörthstraße 34
D-50668 Köln
Germany
Tel.: +49 221 148 31277
Fax: +49 221 148 43963
Mobil: +49 179 59 064 59
e-Mail: [EMAIL PROTECTED]
_








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




AW: apache or tomcat

2002-02-05 Thread Lauer, Oliver

In addition:

The only problem with TC/SSL (standalone) is that its implementation (jsse)
doesn't work with IE5.0 128 SP1 due to a bug in IE5.0 
Apache's mod_ssl does instead and thus we were forced to switch to
Apache(ssl)/TC though we want to support as many browsers as possible and
IE5.0 is still a very popular one.
And as connector I would prefer mod_jk at this stage because it can
loadbalance quite now.
Oliver 


 AXA eSolutions GmbH
 AXA Konzern AG Germany
 Oliver Lauer 
 Web Architect
 Wörthstraße 34
 D-50668 Köln
 Germany
 Tel.: +49 221 148 31277
 Fax: +49 221 148 43963
 Mobil: +49 179 59 064 59
 e-Mail: [EMAIL PROTECTED]
 _
 


-Ursprüngliche Nachricht-
Von: Lloyd H. Meinholz [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 5. Februar 2002 17:23
An: Tomcat Users List
Betreff: Re: apache or tomcat


My feeling is that if you have much static content and are able to get
the connectors working easily, use apache, otherwise use only tomcat. 

An advantage of using tomcat as a web server is that you have only one
server to setup, configure and consume resources instead of two. If most
of your site is dynamic, your requests are pretty much just passing
through apache on their way to tomcat anyway and that is a delay.

One thing that I'm a little concerned about is the performance
difference of apache/ssl and tomcat/ssl. I have no reason to doubt
tomcat/ssl, I just don't know how mature it is compared to apache/ssl (I
know, it's really JSSE right?). From the doc, it appears generating a
certificate request for VeriSign and installing it is not too difficult,
but until I've done it, I'm worried about that too.

I am in the process of moving several iPlanet/JRun sites to only tomcat.
I tried for weeks to get mod_webapp built on my environment with no
success. I have given up hope now but will probably look back in a few
months and see if things got any better. I didn't want to look into
mod_jk since that connector seems to be on the way out (I don't want to
spend the time learning something that already has a replacement). I
decided that since at least 95% of our sites are dynamic anyway, I will
use only tomcat. 

One final point, if you want to use other applications that are cgi-bin,
then you definitely need apache. I have this situation on a couple of my
sites and that is why I will continue to monitor the develoment of the
connectors.

Lloyd


Gang Wu wrote:
 
 Hi,
 
 I'm choosing between 2 solutions.
 1. Apache as web server with SSL config, tomcat as servlet container
 2. Tomcat as both web server and servlet container with SSL config.
 
 I do need some help to distiguish those 2 solutions. does tomcat as web
 =
 server have any obvious disadvantages?
 
 regards
 
 Gang

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


--
Aus Rechts- und Sicherheitsgruenden ist die in dieser E-Mail gegebene Information 
nicht rechtsverbindlich. Eine rechtsverbindliche Bestaetigung reichen wir Ihnen gerne 
auf Anforderung in schriftlicher Form nach. Beachten Sie bitte, dass jede Form der 
unautorisierten Nutzung, Veroeffentlichung, Vervielfaeltigung oder Weitergabe des 
Inhalts dieser E-Mail nicht gestattet ist.Diese Nachricht  ist ausschliesslich fuer 
den bezeichneten Adressaten oder dessen Vertreter bestimmt. Sollten Sie nicht der 
vorgesehene Adressat dieser E-Mail oder dessen Vertreter sein, so bitten wir Sie, sich 
mit dem Absender der E-Mail in Verbindung zu setzen.

For legal and security reasons the information provided in this e-mail is not legally 
binding. Upon request we would be pleased to provide you with a legally binding 
confirmation in written form. Any form of unauthorised use, publication, reproduction, 
copying or disclosure of the content of this e-mail is not permitted. This message is 
exclusively for the person addressed or their representative. If you are not the 
intended recipient of this message and its contents, please notify the sender 
immediately.

==


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




AW: apache or tomcat

2002-02-05 Thread Michael Weissenbacher

just to add my experience:
after much time spent on unsuccessful installation/compilation of mod_webapp
for tomcat 4, i've moved to using the mod_jk connector from tomcat 3.3 for
tomcat 4 and it works great with apache. maybe mod_webapp will become better
but at the moment it is unusable for me because it just crashes my apache
with a segmentation fault.

michael

Gang Wu wrote:
 
 Hi,
 
 I'm choosing between 2 solutions.
 1. Apache as web server with SSL config, tomcat as servlet container
 2. Tomcat as both web server and servlet container with SSL config.
 
 I do need some help to distiguish those 2 solutions. does tomcat as web
 =
 server have any obvious disadvantages?
 
 regards
 
 Gang

--
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]




Re: AW: apache or tomcat

2002-02-05 Thread Emerson

A question michael :

Does the last version of TC 4 generates the conf file inserted in Apache?

At 17:40 5/2/2002 +0100, you wrote:
just to add my experience:
after much time spent on unsuccessful installation/compilation of mod_webapp
for tomcat 4, i've moved to using the mod_jk connector from tomcat 3.3 for
tomcat 4 and it works great with apache. maybe mod_webapp will become better
but at the moment it is unusable for me because it just crashes my apache
with a segmentation fault.

michael

Gang Wu wrote:
 
 Hi,
 
 I'm choosing between 2 solutions.
 1. Apache as web server with SSL config, tomcat as servlet container
 2. Tomcat as both web server and servlet container with SSL config.
 
 I do need some help to distiguish those 2 solutions. does tomcat as web
 =
 server have any obvious disadvantages?
 
 regards
 
 Gang

--
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]


Emerson Cargnin
TRE-SC
Setor de Desenvolvimento 
Tel: (48) 251-3700 - Ramal 3134

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




Re: AW: apache or tomcat

2002-02-05 Thread Lloyd H. Meinholz

Thanks for that pointer about IE5.0, I didn't know that...

Lloyd


 Lauer, Oliver wrote:
 
 In addition:
 
 The only problem with TC/SSL (standalone) is that its implementation
 (jsse)
 doesn't work with IE5.0 128 SP1 due to a bug in IE5.0
 Apache's mod_ssl does instead and thus we were forced to switch to
 Apache(ssl)/TC though we want to support as many browsers as possible
 and
 IE5.0 is still a very popular one.
 And as connector I would prefer mod_jk at this stage because it can
 loadbalance quite now.
 Oliver

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




AW: Apache 1.3.22 + Tomcat 4.0.1

2001-12-12 Thread Lauer, Oliver

I didn't manage to get it properly working and used mod_jk then ! This one
works fine ! 

 AXA eSolutions GmbH
 AXA Konzern AG Germany
 Oliver Lauer 
 Web Architect
 Wörthstraße 34
 D-50668 Köln
 Germany
 Tel.: +49 221 148 31277
 Fax: +49 221 148 43963
 Mobil: +49 179 59 064 59
 e-Mail: [EMAIL PROTECTED]
 _
 


-Ursprüngliche Nachricht-
Von: Ilya Khandamirov [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 12. Dezember 2001 09:24
An: Tomcat Users List
Betreff: Apache 1.3.22 + Tomcat 4.0.1


Is this combination supposed to work under Windows 2000? Are there people in
this list, who use mod_webapp successfully (again, sorry, under Windows
2000)? Are there alternatives to mod_webapp?

Thanks,

Ilya


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


--
Aus Rechts- und Sicherheitsgruenden ist die in dieser E-Mail gegebene Information 
nicht rechtsverbindlich. Eine rechtsverbindliche Bestaetigung reichen wir Ihnen gerne 
auf Anforderung in schriftlicher Form nach. Beachten Sie bitte, dass jede Form der 
unautorisierten Nutzung, Veroeffentlichung, Vervielfaeltigung oder Weitergabe des 
Inhalts dieser E-Mail nicht gestattet ist.Diese Nachricht  ist ausschliesslich fuer 
den bezeichneten Adressaten oder dessen Vertreter bestimmt. Sollten Sie nicht der 
vorgesehene Adressat dieser E-Mail oder dessen Vertreter sein, so bitten wir Sie, sich 
mit dem Absender der E-Mail in Verbindung zu setzen.

For legal and security reasons the information provided in this e-mail is not legally 
binding. Upon request we would be pleased to provide you with a legally binding 
confirmation in written form. Any form of unauthorised use, publication, reproduction, 
copying or disclosure of the content of this e-mail is not permitted. This message is 
exclusively for the person addressed or their representative. If you are not the 
intended recipient of this message and its contents, please notify the sender 
immediately.

==


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




AW: Apache 1.3.22 + Tomcat 4.0.1

2001-12-12 Thread Ralph Einfeldt


mod_jk.dll from the 3.3 distribution should work.

http://jakarta.apache.org/~hgomez/ajp13-tc4.0/

 -Ursprüngliche Nachricht-
 Von: Ilya Khandamirov [mailto:[EMAIL PROTECTED]]
 Gesendet: Mittwoch, 12. Dezember 2001 17:05
 An: Tomcat Users List
 Betreff: RE: Apache 1.3.22 + Tomcat 4.0.1
 
 
 Dear Oliver,
 
 Thank you very much for your answer.
 Could you please provide me with a link to the information on 
 how to use
 mod_jk with Tomcat 4. Will mod_jk.dll from 3.3 binary 
 distribution work?
 Should i create mod_jk.conf-auto manually? WorkersFile?
 
 
 Thanks (Vielen Dank),
 Ilya
 

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