RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread apachep2
Can you search archive? My bet is you didn't define [uri] in your workers2.properties. -Original Message- From: David Godfrey [mailto:[EMAIL PROTECTED] Sent: March 4, 2003 11:36 AM To: '[EMAIL PROTECTED]' Subject: Problems configuring Tomcat with Apache using mod_jk2 Hi, I'm having

Re: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Ben Ricker
Ricker On Tue, 2003-03-04 at 10:36, David Godfrey wrote: Hi, I'm having problems when trying to use Tomcat and Apache HTTP server together, with mod_jk2. I have built Apache from the source, installed Tomcat 4.1.18, and tested each individually (they seem to function correctly). When I add

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread apachep2
To: '[EMAIL PROTECTED]' Subject: Re: Problems configuring Tomcat with Apache using mod_jk2 You need to JkMount the /examples in httpd.conf. Something like JkMount */examples blah where blah is the name of your loadbalancer setup in workers.properties. It would help if you post the entries you added

Re: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Ben Ricker
and Apache HTTP server together, with mod_jk2. I have built Apache from the source, installed Tomcat 4.1.18, and tested each individually (they seem to function correctly). When I add in mod_jk2, both Apache and Tomcat still start and function correctly, but there does not appear to be any

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread David Godfrey
type=java.lang.Integer/ /Context /Host /Engine /Service /Server Many thanks, David -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED] Sent: 04 March 2003 16:37 To: '[EMAIL PROTECTED]' Subject: Re: Problems configuring Tomcat with Apache using

Re: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Mark Eggers
Actually, mod_jk2 does not use JKMount . . . . In workers2.properties you might have a configuration that reads: # Uri mapping [uri:/examples/*.jsp] worker=ajp13:localhost:8009 Now this is really pointing to: $TOMCAT_HOME/webapps/examples Most of the time, the absolute directory is outside of

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Ben Ricker
To: '[EMAIL PROTECTED]' Subject: Re: Problems configuring Tomcat with Apache using mod_jk2 You need to JkMount the /examples in httpd.conf. Something like JkMount */examples blah where blah is the name of your loadbalancer setup in workers.properties. It would help if you post the entries

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Andy Eastham
-Connector Service -- Service name=Tomcat-Apache !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8009 minProcessors=5 maxProcessors=75 enableLookups=true redirectPort=8443

forwarding from Tomcat to Apache

2003-03-04 Thread Todd Paridon
Background: I am using Apache 2.0.43, Tomcat 4.1.18 with mod_jk as the connector. I am using a servlet to check a users response to a retry/cancel operation. If it is a retry I want to go back to a static page being served by Apache, if it is cancel I want to access another page being served

RE: forwarding from Tomcat to Apache

2003-03-04 Thread Mike Jackson
PROTECTED] Sent: Tuesday, March 04, 2003 9:36 AM To: [EMAIL PROTECTED] Subject: forwarding from Tomcat to Apache Background: I am using Apache 2.0.43, Tomcat 4.1.18 with mod_jk as the connector. I am using a servlet to check a users response to a retry/cancel operation. If it is a retry I

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Rick Bullotta
Eastham [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 12:32 PM To: Tomcat Users List Subject: RE: Problems configuring Tomcat with Apache using mod_jk2 David, This looks like jk config to me, not jk2. If it helps, here are my working config files for apache 2 and mod_jk2 on solaris

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Andy Eastham
Users List' Subject: RE: Problems configuring Tomcat with Apache using mod_jk2 The mystery to me is why there is a shm.file entry in jk2.properties...when the actual entry seems to need to be in workers2.properties. The documentation is very sparse in this area. Rick Bullotta CTO

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Rick Bullotta
, 2003 3:49 PM To: Tomcat Users List Subject: RE: Problems configuring Tomcat with Apache using mod_jk2 Rick, That's a leftover from the file on the web I copied my config from - it's commented out anyway. I haven't a clue what it does. All I know is that this set up works! Andy

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Kwong Chong
2003 3:36 To: '[EMAIL PROTECTED]' Subject: Problems configuring Tomcat with Apache using mod_jk2 Hi, I'm having problems when trying to use Tomcat and Apache HTTP server together, with mod_jk2. I have built Apache from the source, installed Tomcat 4.1.18, and tested each individually (they seem

Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39, mod_jkunder Solaris.

2003-02-27 Thread Julio César Mejia Vergara
Hello, I have a SunBlade 100 (SPARC) with Solaris 8 running Apache 2.0.39 (Compiled) and Tomcat 4.1.18 (Binary) , i just finished compiling mod_jk.so yesterday whit no errors and everything looks good when a start Tomcat and Apache but when i try to run the jsp and servelt examples http

RE: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39, mod_jk under Solaris.

2003-02-27 Thread Turner, John
PM To: Tomcat Users List Subject: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39, mod_jk under Solaris. Hello, I have a SunBlade 100 (SPARC) with Solaris 8 running Apache 2.0.39 (Compiled) and Tomcat 4.1.18 (Binary) , i just finished compiling mod_jk.so yesterday whit

Re: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39,mod_jk under Solaris.

2003-02-27 Thread Mark Strecker
compiling mod_jk.so yesterday whit no errors and everything looks good when a start Tomcat and Apache but when i try to run the jsp and servelt examples http://localhost/examples/jsp/num/numguess.jsp i get error 404 NOT FOUND, i can access the examples directory http://147.15.81.14/examples

RE: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39, mod_jk under Solaris.

2003-02-27 Thread Turner, John
for Tomcat 4.1.18, Apache 2.0.39, mod_jk under Solaris. I had/have the same problem with the examples using mod_jk ... but the applications I care about work fine ... I think I changed the examples/*.jsp to examples/* in httpd.conf and got better results. This is in fact how I setup my

The classical problem: Tomcat with Apache

2003-02-25 Thread Victor Gonzalez
Hi, I will believe I am dummy! Because I check different methods to implement it but never I can do! Well, I have the versions: Apache 2.0.44 and Tomcat 4.1.18 (both for Windows) in the same machine. Well, I need to know the module or dll to download (please, the link too) and how

Re: The classical problem: Tomcat with Apache

2003-02-25 Thread Hannes Schmidt
You are not a dummie but your question is too general. What exactly do you want to do? - Original Message - From: Victor Gonzalez [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 7:49 PM Subject: The classical problem: Tomcat with Apache Hi

Re: The classical problem: Tomcat with Apache

2003-02-25 Thread Kaarle Kaila
At 12:49 25.2.2003 -0600, Victor Gonzalez wrote: Hi, hi, A rather good guide exists on http://www.johnturner.com/ for the older connector. regards Kaarle I will believe I am dummy! Because I check different methods to implement it but never I can do! Well, I have the versions: Apache 2.0.44

RE: The classical problem: Tomcat with Apache

2003-02-25 Thread Victor Gonzalez
: Hannes Schmidt [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 12:55 PM To: Tomcat Users List Subject: Re: The classical problem: Tomcat with Apache You are not a dummie but your question is too general. What exactly do you want to do? - Original Message - From: Victor Gonzalez

RE: The classical problem: Tomcat with Apache

2003-02-25 Thread pqin
Users List' Subject: The classical problem: Tomcat with Apache Importance: High Hi, I will believe I am dummy! Because I check different methods to implement it but never I can do! Well, I have the versions: Apache 2.0.44 and Tomcat 4.1.18 (both for Windows) in the same machine. Well, I need

RE: The classical problem: Tomcat with Apache

2003-02-25 Thread pqin
2:00 PM To: Tomcat Users List; 'Tomcat Users List' Subject: Re: The classical problem: Tomcat with Apache At 12:49 25.2.2003 -0600, Victor Gonzalez wrote: Hi, hi, A rather good guide exists on http://www.johnturner.com/ for the older connector. regards Kaarle I will believe I am dummy

RE: The classical problem: Tomcat with Apache

2003-02-25 Thread Turner, John
Complete HOWTO, step by step: http://www.johnturner.com/howto John -Original Message- From: Victor Gonzalez [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 1:49 PM To: 'Tomcat Users List' Subject: The classical problem: Tomcat with Apache Importance: High Hi

RE: The classical problem: Tomcat with Apache

2003-02-25 Thread Victor Gonzalez
Tnks so much John, it was a headache for me! Victor Gonzalez *** -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 2:01 PM To: 'Tomcat Users List' Subject: RE: The classical problem: Tomcat with Apache Complete HOWTO, step

RE: The classical problem: Tomcat with Apache

2003-02-25 Thread Turner, John
No problem, glad to help. John -Original Message- From: Victor Gonzalez [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 4:24 PM To: 'Tomcat Users List' Subject: RE: The classical problem: Tomcat with Apache Importance: High Tnks so much John, it was a headache

Re: Tomcat and Apache

2003-02-21 Thread Andoni
there is a document somewhere on the web explaining all the benefits. I would recommend you do put Apache as your live interface to the world. Tomcat was designed as an application server not a web server and so if you are being pure about using the correct tool for every job then go with Apache Tomcat

Re: Tomcat and Apache

2003-02-21 Thread Ian Hunter
to the outside world. I don't feel that way about Tomcat. In fact, I'll only expose Tomcat apps via a connector, rather than HTTP. - Original Message - From: Andoni [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 21, 2003 7:13 AM Subject: Re: Tomcat and Apache

RE: Tomcat and Apache

2003-02-21 Thread Turner, John
benefits you get from using Apache + Tomcat are too many for me to ignore. John -Original Message- From: Ian Hunter [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 8:36 AM To: Tomcat Users List Subject: Re: Tomcat and Apache Well said. One reason I front end

RE: Tomcat and Apache

2003-02-21 Thread pqin
of interpreting HTMLs. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Etienne [mailto:[EMAIL PROTECTED]] Sent: February 21, 2003 7:01 AM To: 'Tomcat Users List' Subject: Tomcat and Apache Hi, I have a simple question

Tomcat 4.1.18 Apache 2.0.44 work together on win2K using mod_jk-2.0.43.dll

2003-02-20 Thread Burcu Dalmis
Hi, I have been trying to work Apache2.0.44 and Tomcat 4.1.18 together on my win2K machine for 2 days but still I have 500 Internal server error.. I found many of instructions how to connect Tomcat 4.0.x and APache 2.0 or Apache 1.3 and Tomcat 4.1 or connectors other then mod_jk. I have looked

RE: Tomcat 4.1.18 Apache 2.0.44 work together on win2K using mod_jk-2.0.43.dll

2003-02-20 Thread Turner, John
Win2K/XP HOWTO will help, it describes everything in a very detailed fashion: http://www.johnturner.com/howto John -Original Message- From: Burcu Dalmis [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 6:58 AM To: Tomcat Users List Subject: Tomcat 4.1.18 Apache 2.0.44

tomcat 4.1.18 / apache 2.0.44 / red hat 8

2003-02-11 Thread Stephen Surman
Hi. Does anyone know of a good HOWTO for configuring Tomcat 4.1.18 with Apache 2.0.44 under Red Hat 8? I have read several texts and several web postings, but all omit important details. I am anxiously awaiting a HOWTO on this particular configuration from John Turner, but maybe something

RE: tomcat 4.1.18 / apache 2.0.44 / red hat 8

2003-02-11 Thread Turner, John
that are not covered in my HOWTO, I can help you better or make the changes to my HOWTO that you need. John -Original Message- From: Stephen Surman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 12:03 PM To: [EMAIL PROTECTED] Subject: tomcat 4.1.18 / apache 2.0.44 / red

RE: tomcat 4.1.18 / apache 2.0.44 / red hat 8

2003-02-11 Thread Turner, John
, February 11, 2003 12:03 PM To: [EMAIL PROTECTED] Subject: tomcat 4.1.18 / apache 2.0.44 / red hat 8 Hi. Does anyone know of a good HOWTO for configuring Tomcat 4.1.18 with Apache 2.0.44 under Red Hat 8? I have read several texts and several web postings, but all omit important details. I

Re: tomcat 4.1.18 / apache 2.0.44 / red hat 8

2003-02-11 Thread liug
agreeing with me on staying with mod_jk. Stephen Surman [EMAIL PROTECTED] wrote: Hi. Does anyone know of a good HOWTO for configuring Tomcat 4.1.18 with Apache 2.0.44 under Red Hat 8? I have read several texts and several web postings, but all omit important details. I am anxiously awaiting

RE: tomcat 4.1.18 / apache 2.0.44 / red hat 8

2003-02-11 Thread Turner, John
doesn't, the incentive for me to push JK2 into production on my servers will continue to be pretty low. John -Original Message- From: liug [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 12:13 PM To: [EMAIL PROTECTED] Subject: Re: tomcat 4.1.18 / apache 2.0.44 / red hat 8

Tomcat and Apache

2003-02-06 Thread Richard Johnstone
/opt/webFrontEnd/examples/servlet/avc.web.Clients.ClientsHomePage The /opt/webfrontend is my document root for apache There is no lines in the tomcat logs so apache isn't even posting to tomcat I must have missed something simple but I can't see what it is. Any Help Please Here is what I have

Antwort: Tomcat and Apache

2003-02-06 Thread Dietmar . Mueller
. Dietmar Richard Johnstone [EMAIL PROTECTED] am 06.02.2003 12:02:01 Bitte antworten an Tomcat Users List [EMAIL PROTECTED] An:[EMAIL PROTECTED] Kopie: Thema: Tomcat and Apache I apologise for sending this as I know there are about 50 posts daily on this subject but I can't get the 2

Re: Antwort: Tomcat and Apache

2003-02-06 Thread Richard Johnstone
acceptCount=10 debug=0/ Then it should work. Dietmar Richard Johnstone [EMAIL PROTECTED] am 06.02.2003 12:02:01 Bitte antworten an Tomcat Users List [EMAIL PROTECTED] An:[EMAIL PROTECTED] Kopie: Thema: Tomcat and Apache I apologise for sending this as I know there are about 50 posts daily

RE: Tomcat and Apache

2003-02-06 Thread Turner, John
at the apache logs it says /opt/webFrontEnd/examples/servlet/avc.web.Clients.ClientsHomePage The /opt/webfrontend is my document root for apache There is no lines in the tomcat logs so apache isn't even posting to tomcat I must have missed something simple but I can't see what it is. Any

RE: Tomcat and Apache

2003-02-06 Thread Richard Johnstone
at the apache logs it says /opt/webFrontEnd/examples/servlet/avc.web.Clients.ClientsHomePage The /opt/webfrontend is my document root for apache There is no lines in the tomcat logs so apache isn't even posting to tomcat I must have missed something simple but I can't see what it is. Any

RE: Tomcat and Apache

2003-02-06 Thread Bill
John -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 6:02 AM To: [EMAIL PROTECTED] Subject: Tomcat and Apache I apologise for sending this as I know there are about 50 posts daily on this subject but I

RE: Tomcat and Apache

2003-02-06 Thread Turner, John
Did you map that servlet in web.xml?? John -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 9:28 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat and Apache OK, took all the stuff out of httpd.conf so all

RE: Tomcat and Apache

2003-02-06 Thread Richard Johnstone
Solaris, perhaps my Solaris HOWTO can help: http://www.johnturner.com/howto John -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 6:02 AM To: [EMAIL PROTECTED] Subject: Tomcat and Apache I apologise

RE: Tomcat and Apache

2003-02-06 Thread Richard Johnstone
-Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 9:28 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat and Apache OK, took all the stuff out of httpd.conf so all that is in there in the loadmodule and include In mod_jk.conf it has

RE: Tomcat and Apache

2003-02-06 Thread Turner, John
method that I would use if I was having the same problem. HTH John -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 9:53 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat and Apache Nope. Do I need to? I didn't realise I need

RE: Tomcat and Apache

2003-02-06 Thread pqin
So how does ssl play in this checklist? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: February 6, 2003 10:06 AM To: 'Tomcat Users List' Subject: RE: Tomcat and Apache

RE: Tomcat and Apache

2003-02-06 Thread Turner, John
IP addresses. So something like: VirtualHost 1.2.3.4 instead of VirtualHost www.domain.com But, using ServerName in the first one should bypass any issues. Communications between Apache and Tomcat over a JK or JK2 connector are in the clear, they are not SSL. John -Original Message

RE: Tomcat and Apache

2003-02-06 Thread Richard Johnstone
] Subject: RE: Tomcat and Apache Nope. Do I need to? I didn't realise I need to as the page loaded using http://999.99.999.99:8080/avcweb/servlet/MyClass, it's just http://999.99.999.99/avcweb/servlet/MyClass that doesn't seem to work [EMAIL PROTECTED] 02/06/03 02:35pm Did you map

RE: Tomcat and Apache

2003-02-06 Thread pqin
He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: February 6, 2003 10:42 AM To: 'Tomcat Users List' Subject: RE: Tomcat and Apache SSL requests are decrypted by Apache at the front-end. So, I guess

RE: Tomcat and Apache

2003-02-06 Thread Turner, John
PROTECTED]] Sent: Thursday, February 06, 2003 10:52 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat and Apache Basically I call 192.4.200.65 from my PC. This is the IP address of my server. I have the servername in httpd.conf set to localhost and also the name of the host as localhost If I call

Problem with mod_jk, tomcat 4.1.18, apache 1.3.26, on FreeBSD 4.3

2003-02-03 Thread Benjamin Hart
Hi, I've been unable to set up the ajp13 redirect for servlets between my apache and tomcat on freebsd, despite trying everything! The error I am getting is: Cannot load /home/y/libexec/mod_jk.so into server: /home/y/libexec/mod_jk.so: Undefined symbol ap_hook_post_config Having looked around

RE: Problem with mod_jk, tomcat 4.1.18, apache 1.3.26, on FreeBSD 4.3

2003-02-03 Thread Turner, John
, February 03, 2003 12:03 PM To: Tomcat Users List Subject: Problem with mod_jk, tomcat 4.1.18, apache 1.3.26, on FreeBSD 4.3 Hi, I've been unable to set up the ajp13 redirect for servlets between my apache and tomcat on freebsd, despite trying everything! The error I am getting

RE: Problem with mod_jk, tomcat 4.1.18, apache 1.3.26, on FreeBSD 4.3

2003-02-03 Thread Benjamin Hart
-Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 5:09 PM To: 'Tomcat Users List' Subject: RE: Problem with mod_jk, tomcat 4.1.18, apache 1.3.26, on FreeBSD 4.3 Are you comfortable with rolling your own connector? It's been years since I

Betr.: FreeBSD, JK2, Tomcat 4.1, Apache 2.0.44

2003-01-31 Thread Jacco Braat
Hi, try rebuilding Apache from the ports with the -DWITH_THREADS option Jacco. [EMAIL PROTECTED] 31-1-2003 0:05:05 Hi, could someone please point me to a reference on how to make these three work neatly together? Apache 2.0.44 is nice up and running on FreeBSD 4.7, and even Tomcat makes its

Re: Betr.: FreeBSD, JK2, Tomcat 4.1, Apache 2.0.44

2003-01-31 Thread Rasputin
* Jacco Braat [EMAIL PROTECTED] [0122 09:22]: Hi, try rebuilding Apache from the ports with the -DWITH_THREADS option Jacco. [EMAIL PROTECTED] 31-1-2003 0:05:05 Hi, could someone please point me to a reference on how to make these three work neatly together? Apache 2.0.44 is nice up and

FreeBSD, JK2, Tomcat 4.1, Apache 2.0.44

2003-01-30 Thread Niklas Saers Mailinglistaccount
Hi, could someone please point me to a reference on how to make these three work neatly together? Apache 2.0.44 is nice up and running on FreeBSD 4.7, and even Tomcat makes its purring sound. No JK, though. I found a binary for jk 1.2 that was compiled for Apache 2.0.42, and it gave me some

Tomcat and Apache+SSL integration issues

2003-01-29 Thread Mris Orbidns
tried Tomcat+SSL without Apache HTTP server and all worked perfectly. Also I am not sure that mod_proxy (with ProxyPass and ProxyPassReverse in httpd.conf file) is enough, or should we use mod_jk ? Does anybody have some ideas how to solve it ? thanx Maris Orbidans app. architect

Re: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Lajos
to Tomcat. It doesnt work very well , if I go to https:// and login succesfully, IE shows a warning message you are gonna be redirected to a non-secure connection and it goes back to http:// I have tried Tomcat+SSL without Apache HTTP server and all worked perfectly. Also I am not sure

Re: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Ing. Gustavo Edelstein
Hi Lajos, Which is your platform ? Thanks, Ing. Gustavo A. Edelstein Tech. Mgr. Equiplus S.A. www.equiplus.com - Original Message - From: Lajos [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 1:26 PM Subject: Re: Tomcat and Apache+SSL

RE: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Mris Orbidns
we have Tomcat and Apache on different hosts. Do we need to install Tomcat on Apache's host too ? Apache HTTP server needs config file workers.properties. It has a property Tomcat_home which points to Tomcat installation. Maris -Original Message- From: Lajos [mailto:[EMAIL

Re: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Lajos
, January 29, 2003 1:26 PM Subject: Re: Tomcat and Apache+SSL integration issues Maris - I have done this on several occasions with mod_jk without any problem. I can't compare it to mod_proxy, since I rarely use it, but I suggest you try mod_jk. Regards, Lajos Mris Orbidns wrote: hello all

Re: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Lajos
Actually, I think you can dispense with the workers.tomcat_home setting. Just place workers.properties somewhere where httpd.conf can access it. Regards, Lajos Mris Orbidns wrote: we have Tomcat and Apache on different hosts. Do we need to install Tomcat on Apache's host too ? Apache HTTP

Re: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Ing. Gustavo Edelstein
: Wednesday, January 29, 2003 1:56 PM Subject: Re: Tomcat and Apache+SSL integration issues I've done it on Linux, Solaris and Windows. I have various guides on my site, www.galatea.com/flashguides, that detail my experiences. The biggest problem I've had was in some Tomcat 4.0.x versions

Re: Tomcat and Apache+SSL integration issues

2003-01-29 Thread Lajos
. www.equiplus.com - Original Message - From: Lajos [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 1:56 PM Subject: Re: Tomcat and Apache+SSL integration issues I've done it on Linux, Solaris and Windows. I have various guides on my site

Re: Trying to setup Tomcat with Apache in Linux: module mod_jk.cis not compatible with this version of Apache

2003-01-25 Thread Lajos Moczar
You'd have to roll the .so yourself - I have instructions on my site (www.galatea.com/flashguides). Sadly, there are no binaries on the official site, though perhaps someone else might have one lying around. But do consider upgrading to 2.0.43 - there are some security fixes that make it a

Re: Trying to setup Tomcat with Apache in Linux: module mod_jk.cis not compatible with this version of Apache

2003-01-25 Thread Andres Montiel
Yup, I'm using Apache 2.0.40 :( Is there a way to make mod_jk work with Apache 2.0.40? - Andres On Fri, 2003-01-24 at 15:19, Lajos Moczar wrote: Andres - What version of Apache are you using? Generally, you have to match the mod_jk version to Apache. Apache 2.0.40 is not compatible with

RE: Trying to setup Tomcat with Apache in Linux: module mod_jk.c is not compatible with this version of Apache

2003-01-24 Thread Turner, John
AM To: Tomcat Users List Subject: Re: Trying to setup Tomcat with Apache in Linux: module mod_jk.c is not compatible with this version of Apache Andres - What version of Apache are you using? Generally, you have to match the mod_jk version to Apache. Apache 2.0.40 is not compatible with mod_jk

Re: Trying to setup Tomcat with Apache in Linux: module mod_jk.cis not compatible with this version of Apache

2003-01-24 Thread Andres Montiel
Yup, I'm using Apache 2.0.40 :( Is there a way to make mod_jk work with Apache 2.0.40? - Andres On Fri, 2003-01-24 at 15:19, Lajos Moczar wrote: Andres - What version of Apache are you using? Generally, you have to match the mod_jk version to Apache. Apache 2.0.40 is not compatible with

Newbie installing and configuring Tomcat with Apache on a Debian

2003-01-23 Thread Manuel Gonzalez
Hello, I am new trying to configure Tomcat integrated with Apache on a Debian distribution. Has anyone a kind of step by step installation? Thanks very much Manuel -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Trying to setup Tomcat with Apache in Linux: module mod_jk.c isnot compatible with this version of Apache

2003-01-23 Thread Andres Montiel
I have already installed the rpm version of Tomcat (taken from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.18/rpms/tomcat4-4.1.18-full.1jpp.noarch.rpm) and the related webapps

Re: Trying to setup Tomcat with Apache in Linux: module mod_jk.cis not compatible with this version of Apache

2003-01-23 Thread Lajos Moczar
Andres - What version of Apache are you using? Generally, you have to match the mod_jk version to Apache. Apache 2.0.40 is not compatible with mod_jk 2.0.42/43. Regards, Lajos Andres Montiel wrote: I have already installed the rpm version of Tomcat (taken from

Closed OutStream doesn't throw exception when using Tomcat with Apache?

2003-01-21 Thread Thomas Lange
Closing the connection doesn't throw an exception when writing to the OutStream of my Servlet when using Tomcat with Apache. I can write to it indefinitely. It works however, when using Tomcat as standalone. How can I make the servlet throw an exception when the connection ist closed? I'm using

Re: Closed OutStream doesn't throw exception when using Tomcat with Apache?

2003-01-21 Thread Thomas Lange
I've found the answer myself. Actually, when the connection is closed, i.e. the stop button is pressed, writing to the PrintWriter obtained by response.getWriter() doesn't necessarily throw an exception, however writing to the ServletOutputStream obtained by response.getOutputStream does. So just

RE: connecting Tomcat with Apache

2003-01-20 Thread Turner, John
Windows XP Pro HOWTO, everything described exactly, step by step: http://www.johnturner.com/howto John -Original Message- From: Wesley Hobbie [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 19, 2003 3:59 PM To: [EMAIL PROTECTED] Subject: connecting Tomcat with Apache am

connecting Tomcat with Apache

2003-01-19 Thread Wesley Hobbie
am using Windows XP Pro, Apache 2.0.43, and Tomcat 4.1.15. Here is the problem, I have Apache working great, I want to be able to serve JSP pages, I installed Tomcat and have it working fine for standalone, displays my JSP pages just fine at http://localhost:8080 (which is my Tomcat port). My

Integrating Tomcat with Apache

2003-01-17 Thread Brian Pisano
I am having trouble Integrating Tomcat with Apache I am running: Tomcat 4.1.18 Apache 1.3.27 Java 1.4.1_01 Red Hat 7.2 I was following the instructions in Professional Tomcat Apache. Tomcat runs correctly standalone. When I

Re: Integrating Tomcat with Apache

2003-01-17 Thread Lajos Moczar
Brian - Have a look at http://www.galatea.com/flashguides for my integration instructions. Or, post the relevant sections of your httpd.conf, server.xml and workers.properties. Regards, Lajos Brian Pisano wrote: I am having trouble Integrating Tomcat with Apache I am running: Tomcat

Re: Start tomcat before apache on RedHat7.3

2003-01-15 Thread Arcadius A.
Bill Lunnon [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Have attached a copy of my /etc/rc.d/init.d/httpd file. It starts TOMCAT (3.3.1) and apache(1.3.27) and stops the other way. Hope this helps Bill Thanks Bill! :-) -- To unsubscribe

Re: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Arcadius A.
what runs when, and stick the delay in there. Another solution is to not use ApacheConfig (i.e. and the dynamically generated mod_jk.conf file) at all, just use some static version that you created. In fact, this makes a lot more sense to me, for a number of reasons, including that I don't

Re: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Arcadius A.
the next service in the list, which will eventually be Apache, 2) delay the point when Apache's startup command/script is executed, 3) start Tomcat at boot and Apache manually, or 4) start both manually, Tomcat first, and Apache second after a self-imposed delay that gives Tomcat a chance to complete

RE: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Turner, John
Then the delay shouldn't need to be more than 5 or 10 seconds. John -Original Message- From: Arcadius A. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 8:38 AM To: [EMAIL PROTECTED] Subject: Re: Start tomcat before apache on RedHat7.3 what runs when, and stick

Re: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Arcadius A.
t you're talking about? This problem is realy strange I have TomCat 3.2 running on FreeBSD with apache3.27 and mod_jk (automatic config) when I reboot, tomcat and apache start quite fine without the need of any special script but I cannot see why I'm having troubles on RedHat.

RE: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Turner, John
example of a script that could do what you're talking about? This problem is realy strange I have TomCat 3.2 running on FreeBSD with apache3.27 and mod_jk (automatic config) when I reboot, tomcat and apache start quite fine without the need of any special script but I cannot

RE: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Mike Millson
a script that could do what you're talking about? This problem is realy strange I have TomCat 3.2 running on FreeBSD with apache3.27 and mod_jk (automatic config) when I reboot, tomcat and apache start quite fine without the need of any special script but I cannot see why I'm having troubles o

RE: Start tomcat before apache on RedHat7.3

2003-01-14 Thread Bill Lunnon
-Original Message- From: news [mailto:[EMAIL PROTECTED]]On Behalf Of Arcadius A. Sent: Wednesday, 15 January 2003 1:13 AM To: [EMAIL PROTECTED] Subject: Re: Start tomcat before apache on RedHat7.3 Turner, John [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL P

Wolfe Linux. Tomcat and apache.

2003-01-13 Thread Triptpal Singh Lamba
Hi all, I have been using Tomcat 4.1 ..on win XP and its been working fine. My dev environment has been eclipse. Now I need to install it for staging on a server which has multiple problems. I plan to get apache-tomcat working together as a first subgoal. Is it possible to install tomcat on a diff

Start tomcat before apache on RedHat7.3

2003-01-13 Thread Arcadius A.
Hello! I've successfully installed tomcat+apache+mod_jk. Everything work fine...except : At boot time, apache starts before tomcat so after the system boots, I still need to restart apache before I can access the jsp pages Note that I have placed startup scripts for both apache and tomcat

RE: Start tomcat before apache on RedHat7.3

2003-01-13 Thread Turner, John
- From: Arcadius A. [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 8:10 AM To: [EMAIL PROTECTED] Subject: Start tomcat before apache on RedHat7.3 Hello! I've successfully installed tomcat+apache+mod_jk. Everything work fine...except : At boot time, apache starts before tomcat

Re: Start tomcat before apache on RedHat7.3

2003-01-13 Thread Arcadius A.
Turner, John [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'm assuming that you are using the ApacheConfig class to auto-generate configuration directives for Apache's httpd.conf. Tomcat needs time to start up, and the ApacheConfig class needs time to

Tomcat 4.1.18 + Apache 1.3.22 (mod_jk): SEVERE: Error in action code

2003-01-13 Thread Marco Bucciarelli
I am working on RedHat Linux 7.0, Sun JDK 1.4.1_01, Apache 1.3.22 and Tomcat 4.1.18 connected together using mod_jk (Thanks to John Turner's howtos). I did not compile the jk module, but I got an RPM of the 1.2.2 version. Everything seems to work fine, but if I see at catalina.out I get

RE: Start tomcat before apache on RedHat7.3

2003-01-13 Thread Turner, John
) start Tomcat at boot and Apache manually, or 4) start both manually, Tomcat first, and Apache second after a self-imposed delay that gives Tomcat a chance to complete. Word of advice: STAY OUT of /etc/rc.d/init.d unless you know exactly what you are doing, or have a good backup and a rescue disk

RE: Tomcat 4.1.18 + Apache 1.3.22 (mod_jk): SEVERE: Error in action code

2003-01-13 Thread Denise Mangano
, but apparently not if that is what you are running... HTH Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Marco Bucciarelli [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 8:53 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.1.18 + Apache

RE: Start tomcat before apache on RedHat7.3

2003-01-13 Thread Milt Epstein
AM To: [EMAIL PROTECTED] Subject: Start tomcat before apache on RedHat7.3 Hello! I've successfully installed tomcat+apache+mod_jk. Everything work fine...except : At boot time, apache starts before tomcat so after the system boots, I still need to restart apache before I can

Tomcat w/Apache Question

2003-01-09 Thread Wilson, Allen
in reference to a C header file socketvar.h. If someone could provide some insight on what the problem is or information on successful configuring Apache and Tomcat to work together (I am presently using information out of the Wrox Professional Apache Tomcat book). It would be appreciated Thank you

Re: Tomcat w/Apache Question

2003-01-09 Thread Lajos Moczar
Allen - I have some guides on my site, http://www.galatea.com/flashguides, the describe the details of Apache-Tomcat integration. Let me know if they help. Regards, Lajos Wilson, Allen wrote: Has anyone successfully configured Tomcat to with with Apache using the AJP connector. I am

RE: Tomcat w/Apache Question

2003-01-09 Thread Nick Sophinos
knew of them last month ;-) - Nick -Original Message- From: Lajos Moczar [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 11:05 AM To: Tomcat Users List Subject: Re: Tomcat w/Apache Question Allen - I have some guides on my site, http://www.galatea.com/flashguides

RE: Tomcat w/Apache Question

2003-01-09 Thread Wilson, Allen
Lajos... ...this should definitely helpthanks... Allen -Original Message- From: Lajos Moczar [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 1:05 PM To: Tomcat Users List Subject: Re: Tomcat w/Apache Question Allen - I have some guides on my site, http

<    1   2   3   4   5   6   7   8   9   10   >