RE: Connector for apache and tomcat

2005-06-16 Thread Christine Ho
I fixed the problem already. thanks, Christine --- Christine Ho [EMAIL PROTECTED] wrote: Thanks. I have tried it and I still cant make it work. But it is better than before. I got HTTP status 404 - /jsp-eg/index.html. In error.log in apache, I got the following: [Wed Jun 15 15:33:04

RE: Connector for apache and tomcat

2005-06-16 Thread luc_boudreau
that your module is expecting something that I didn't configure and This particular configuration works fine for me. Luc Boudreau Universit du Qubec Canada -Message d'origine- De: Christine Ho [mailto:[EMAIL PROTECTED] Envoy: 15 juin 2005 20:15 : Tomcat Users List Objet: RE: Connector

RE: Connector for apache and tomcat

2005-06-15 Thread luc_boudreau
Please refer to message 128209 for a complete howto. Request it by sending an email to : [EMAIL PROTECTED]

RE: Connector for apache and tomcat

2005-06-15 Thread Christine Ho
Thanks. I have tried it and I still cant make it work. But it is better than before. I got HTTP status 404 - /jsp-eg/index.html. In error.log in apache, I got the following: [Wed Jun 15 15:33:04 2005] [emerg] No JkShmFile defined in httpd.conf. LoadBalancer will not function properly! No

RE: Connector on Solaris 10

2005-04-04 Thread Dale, Matt
Are you saying that you can't get gcc to work? This would be why you are having difficulty compling JK. Get gcc to work then worry about the connector. Ta Matt -Original Message- From: jefou [mailto:[EMAIL PROTECTED] Sent: 04 April 2005 17:00 To: Tomcat Users List Cc: [EMAIL PROTECTED]

RE: Connector on Solaris 10

2005-04-04 Thread jefou
gcc is working fine when compiling simple c programs. -- Original Message -- From: Dale, Matt [EMAIL PROTECTED] Date: Mon, 4 Apr 2005 17:13:04 +0100 Are you saying that you can't get gcc to work? This would be why you are having difficulty compling JK.

Re: Connector on Solaris 10

2005-04-04 Thread QM
On Mon, Apr 04, 2005 at 10:59:52AM -0500, jefou wrote: : I have setup Solaris 10 OS on AMD64 and I am trying to build the JK connector for Apache2 with Tomcat5, but I am not having any success at all with neither the Solaris nor the GNU gcc compiler. What errors do you see? -QM -- software

RE: Connector debug

2004-12-07 Thread Allistair Crossley
debug attributes don't do much and are gone in 5.5. to get debugging, configure it at the jk connector side. Alistair. -Original Message- From: David Dankwerth [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 13:49 To: Tomcat Users List Subject: Connector debug Hello I am

Re: Connector debug

2004-12-07 Thread David Dankwerth
Hi Thanks for the answer , i am trying to see what the tomcat side of the connection does rather than what mod_jk does. Are you saying that tomcat 5.5 docs may be more useful ? Thanks David D Allistair Crossley wrote: debug attributes don't do much and are gone in 5.5. to get debugging,

RE: Connector debug

2004-12-07 Thread Allistair Crossley
PROTECTED] Sent: 07 December 2004 13:58 To: Tomcat Users List Subject: Re: Connector debug Hi Thanks for the answer , i am trying to see what the tomcat side of the connection does rather than what mod_jk does. Are you saying that tomcat 5.5 docs may be more useful ? Thanks

Re: Connector debug

2004-12-07 Thread David Dankwerth
placed to confirm or reject that. -Original Message- From: David Dankwerth [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 13:58 To: Tomcat Users List Subject: Re: Connector debug Hi Thanks for the answer , i am trying to see what the tomcat side of the connection does rather than what

RE: Connector debug

2004-12-07 Thread Allistair Crossley
config, however a tomcat dev is prob. best placed to confirm or reject that. -Original Message- From: David Dankwerth [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 13:58 To: Tomcat Users List Subject: Re: Connector debug Hi Thanks for the answer , i am trying to see

Re: Connector debug

2004-12-07 Thread David Dankwerth
: David Dankwerth [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 14:30 To: Tomcat Users List Subject: Re: Connector debug Hi Browsed through 5.5 docs , and yes , they didnt help much. I am trying to find out how many connector threads are running , what are they doing (serving) , how many spare do i

Re: Connector debug

2004-12-07 Thread Sunitha Kumar
JProfiler or JProbe could help, they show the request processors and which state the threads are in. they even colour them in. Allistair. -Original Message- From: David Dankwerth [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 14:30 To: Tomcat Users List Subject: Re: Connector debug Hi

[OT] connecting a profiler (WAS: Re: Connector debug)

2004-12-07 Thread QM
I've changed the subject, since this your question is effectively a new train of thought. On Tue, Dec 07, 2004 at 11:08:58AM -0800, Sunitha Kumar wrote: : Is there a way we could attach a debugger to an already running instance : of tomcat? : JProfiler requires re-start of tomcat. : thanks,

Re: [OT] connecting a profiler (WAS: Re: Connector debug)

2004-12-07 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 QM wrote: | I've changed the subject, since this your question is effectively a new | train of thought. | | On Tue, Dec 07, 2004 at 11:08:58AM -0800, Sunitha Kumar wrote: | : Is there a way we could attach a debugger to an already running instance | :

RE: Connector build error

2004-03-22 Thread Adam Fowler
Hi, This made me a bit miffed too. The developers have changed the jk/native2/README.txt to explain how to do it natively. Here is the post to the dev list below. If you get some annoying message saying could not find library -lapr-0 then fear not. You either: a) edit the

Re: Connector build error

2004-03-22 Thread Rick Lutowski
Adam Fowler wrote: Hi, This made me a bit miffed too. The developers have changed the jk/native2/README.txt to explain how to do it natively. Here is the post to the dev list below. If you get some annoying message saying could not find library -lapr-0 then fear not. You either: a)

RE: Connector processes

2004-03-05 Thread Shapira, Yoav
Hi, Is there a way, from within a servlet, to find out what the maximum number of processes has (maxProcessors attribute) and how many of them are in use? Yes. The code is of course tomcat-specific, not guaranteed to work in future tomcat versions, and the servlet must be running in a

Re: Connector attribute serverSocketTimeout in server.xml

2003-12-29 Thread Bill Barker
Hume, John - NA US HQ Delray [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Can anyone point me in the direction of a resource to explain the Connector attribute serverSocketTimeout? I haven't found any reference to it in the jakarta site or this mailing list. Thanks. It's the

Re: Connector and MBean

2003-11-19 Thread Bill Barker
As long as you don't care that it doesn't work with the 'admin' webapp, and you register the MBean correctly, it should work. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I wrote my own Connector for Tomcat which have to be registered on the MbeanServer since version 4.1.

Re: Connector Problem

2003-11-09 Thread lohcl
] cc: (bcc: LOH Choon Leng/Mfg Plan Sys/CHRT/ST Group) Subject: Re: Connector Problem

Re: Connector Problem

2003-11-07 Thread geeta
[EMAIL PROTECTED] Subject: Re: Connector Problem Hi ! I am using solaris 2.8, will this set of instruction works fine as well ? where do I get rpm : autmake, autoconfig, m4 libtool from ? Best Regards, Loh Choon Leng Chartered Semiconductor Manufacturing

Re: Connector Problem

2003-11-07 Thread lohcl
) Subject: Re: Connector Problem

Re: Connector Problem

2003-11-07 Thread lohcl
[EMAIL PROTECTED] 08/11/2003 03:49 AM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: (bcc: LOH Choon Leng/Mfg Plan Sys/CHRT/ST Group) Subject: Re: Connector Problem

Re: Connector Problem

2003-11-07 Thread Chong Yu Meng
] cc: (bcc: LOH Choon Leng/Mfg Plan Sys/CHRT/ST Group) Subject: Re: Connector Problem

Re: Connector Problem

2003-11-07 Thread Chong Yu Meng
] cc: (bcc: LOH Choon Leng/Mfg Plan Sys/CHRT/ST Group) Subject: Re: Connector Problem

Re: Connector Problem

2003-11-06 Thread Chong Yu Meng
) Subject: Re: Connector Problem

Re: Connector Problem

2003-11-06 Thread lohcl
) Subject: Re: Connector Problem

Re: Connector Problem

2003-11-05 Thread lohcl
Users List [EMAIL PROTECTED] cc: (bcc: LOH Choon Leng/Mfg Plan Sys/CHRT/ST Group) Subject: Re: Connector Problem

Re: Connector Problem

2003-11-05 Thread Bill Barker
) Subject: Re: Connector Problem [EMAIL PROTECTED] wrote: Trying to build the connector, got the following error, anyone can help? $PWD ./buildconf.sh libtoolize --force --automake --copy ./buildconf.sh: libtoolize: not found aclocal ./buildconf.sh: aclocal: not found

Re: Connector Problem

2003-11-05 Thread srevilak
lohcl When following the following procedure to build the connector, [snip ..] lohcl Following error occur, pls help ... lohcl BUILD FAILED lohcl file:/PTSDEV/jakarta-tomcat-connectors-4.1.27-src/jk/native/build.xml:222: lohcl java.io.IOException: libtool: not found You need to have the tools

RE: Connector Problem

2003-11-05 Thread Phillip Qin
Linux's libtools is needed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: November 5, 2003 3:33 PM To: Tomcat Users List Subject: Re: Connector Problem lohcl When following the following procedure to build the connector, [snip ..] lohcl Following error

Re: Connector Problem

2003-11-04 Thread David Rees
[EMAIL PROTECTED] wrote: Trying to build the connector, got the following error, anyone can help? $PWD ./buildconf.sh libtoolize --force --automake --copy ./buildconf.sh: libtoolize: not found aclocal ./buildconf.sh: aclocal: not found automake -a --foreign -i --copy ./buildconf.sh: automake: not

RE: Connector or Apache and Tomcat

2003-08-26 Thread Madere, Colin
If you're not concerned with having lots of users hitting the static content, you can serve it with Tomcat (meaning not use Apache and a connector), though there may be reasons of performance and security that you may want to have Apache in front anyway. To set up what you want just with Tomcat,

Re: Connector persistance across multiple apache frontends

2003-06-24 Thread Tim Funk
Yes. In each tomcat, you will need in server.xml Engine jvmRoute=someUniqueTomcatId ... Then each uniqueTomcatId will need to be in workers.properties (or whatever config file you make apache use). Then all the 'uniqueTomcatId' workers sit behind a loadbalancer worker also defined in

RE: Connector persistance across multiple apache frontends

2003-06-24 Thread Filip Hanik
-Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 6:24 PM To: Tomcat Users List Subject: Re: Connector persistance across multiple apache frontends Yes. In each tomcat, you will need in server.xml Engine jvmRoute=someUniqueTomcatId ... Then each

Re: Connector(s)/SSL

2003-06-23 Thread Jason Bainbridge
On Tue, 24 Jun 2003 04:07, Geralyn M Hollerman wrote: I *think* what they're saying is that I should let Apache take care of SSL and configure Apache for - as in, for mod_ssl. Correct, you only need to setup SSL for Tomcat if you are running it standalone and maybe also if you are still

Re: [connector] bad mime type?

2003-03-09 Thread J Aaron Farr
On Sat, 2003-03-08 at 21:24, J Aaron Farr wrote: Hello. I've checked the archives and done several google searches all to no avail, so if someone could point this out to me, I'd be very grateful: Environment: RedHat 8.0 Apache 2.0.4 JBoss 3.0 + Tomcat 4.1.18 Using coyote

RE: Connector issues - jk2, 4.1.18, 2.0.44

2003-02-12 Thread Eric L. Wittle
Jake, I had a similar problem, but with the jk2 binary I downloaded. It wouldn't run with 2.0.44. I tried the mod_jk2.so that is on John Turner's site, and it loaded. I don't know what he did to build it, but it is clearly radically different from the binary on the Jakarta site, since the Jakarta

RE: Connector issues - jk2, 4.1.18, 2.0.44

2003-02-12 Thread Turner, John
My version has the secret sauce option fully enabled. I am SUPER COMPILER. LOL John -Original Message- From: Eric L. Wittle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 11:18 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Connector issues - jk2

Re: Connector issues - jk2, 4.1.18, 2.0.44

2003-02-12 Thread liug
Eric L. Wittle [EMAIL PROTECTED] wrote: # Map the Tomcat examples webapp to the Web server uri space [uri:/examples/*] info=Map the whole webapp In my Tomcat 4.1.18 conf directory, my jk2.properties files contains the folloing: handler.list=apr,channelSocket,request

RE: Connector issues - jk2, 4.1.18, 2.0.44

2003-02-12 Thread pqin
Thinks He Knows What He Is Doing -Original Message- From: liug [mailto:[EMAIL PROTECTED]] Sent: February 12, 2003 2:17 PM To: [EMAIL PROTECTED] Subject: Re: Connector issues - jk2, 4.1.18, 2.0.44 Eric L. Wittle [EMAIL PROTECTED] wrote: # Map the Tomcat examples webapp to the Web server uri

Re: Connector issues - jk2, 4.1.18, 2.0.44

2003-02-12 Thread liug
PROTECTED]] Sent: February 12, 2003 2:17 PM To: [EMAIL PROTECTED] Subject: Re: Connector issues - jk2, 4.1.18, 2.0.44 Eric L. Wittle [EMAIL PROTECTED] wrote: # Map the Tomcat examples webapp to the Web server uri space [uri:/examples/*] info=Map the whole webapp In my Tomcat 4.1.18 conf

Re: Connector issues - jk2, 4.1.18, 2.0.44

2003-02-12 Thread liug
: liug [mailto:[EMAIL PROTECTED]] Sent: February 12, 2003 2:17 PM To: [EMAIL PROTECTED] Subject: Re: Connector issues - jk2, 4.1.18, 2.0.44 Eric L. Wittle [EMAIL PROTECTED] wrote: # Map the Tomcat examples webapp to the Web server uri space [uri:/examples/*] info=Map the whole webapp In my

RE: Connector issues - jk2, 4.1.18, 2.0.44

2003-02-11 Thread Turner, John
Current versions of JK and JK2 are fully compatible with Apache 2.0.43 and 2.0.44. First, are you sure you compiled the connector against the Apache 2.0.44 source? RH 8 comes with a munged Apache 2.0.40 if you took the defaults. Is it possible that, while building the connectors, the APXS for

Re: Connector issues - jk2, 4.1.18, 2.0.44

2003-02-11 Thread Jake Robb
[EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 3:23 PM Subject: RE: Connector issues - jk2, 4.1.18, 2.0.44 Current versions of JK and JK2 are fully compatible with Apache 2.0.43 and 2.0.44. First, are you sure you compiled the connector against

Re: Connector Problem, has anyone seen this behavior?

2003-01-02 Thread Bill Barker
The mod_jk (V1.0) for 3.2.x doesn't have the re-try connection logic that the later versions have. You should upgrade to at least V1.1 (ships with TC 3.3), or, better 1.2.x (current stable release). Brandon Cruz [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

RE: Connector

2002-12-16 Thread Turner, John
The CoyoteConnector is enabled by default in Tomcat 4.1.12. The CoyoteConnector handles multiple protocols, including JK, JK2, and HTTP. It depends on what you send it, and what port its listening on. John -Original Message- From: response [mailto:[EMAIL PROTECTED]] Sent:

Re: connector and tomcat 4.1.12 !!

2002-10-25 Thread Max
... or a book ? - Original Message - From: Robert L Sowders [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 24, 2002 7:32 PM Subject: Re: connector and tomcat 4.1.12 !! Looks like you are having problems with your class path. Guess you didn't update

Re: connector and tomcat 4.1.12 !!

2002-10-25 Thread Robert L Sowders
[EMAIL PROTECTED] 10/25/2002 06:10 AM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: connector and tomcat 4.1.12 !! Thanks. But i don't understand why tomcat need to get its classpath in apache configuration file

Re: connector and tomcat 4.1.12 !!

2002-10-24 Thread Robert L Sowders
Looks like you are having problems with your class path. Guess you didn't update the workers2.properties file when you updated to 4.1.12. In the [VM] section of workers2.properties, try replacing the line: OPT=-Djava.class.path=${TOMCAT_HOME}/bin/tomcat-jni.jar with the following

Re: connector between tomcat apache

2002-10-11 Thread unplug
To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: connector between tomcat apache Any example for using mod_jk2 with apache1.3+tomcat4.1? I follow the instruction from the document to download the mod_jk2. Then I put it under apache_home/modules

RE: connector between tomcat apache

2002-10-11 Thread Turner, John
${serverRoot} is something like /opt/apache. Robert Sowders has already provided an example workers2.properties file. John -Original Message- From: unplug [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 5:41 AM To: Tomcat Users List Subject: Re: connector between tomcat apache

Re: connector between tomcat apache

2002-10-11 Thread sonam singh
: Subject:Re: connector between tomcat apache Any example for using mod_jk2 with apache1.3+tomcat4.1? I follow the instruction from the document to download the mod_jk2. Then I put it under apache_home/modules. Then I add LoadModule AddModule of mod_jk2 in httpd.conf

Re: connector between tomcat apache

2002-10-11 Thread sonam singh
PROTECTED] cc: Subject:Re: connector between tomcat apache Any example for using mod_jk2 with apache1.3+tomcat4.1? I follow the instruction from the document to download the mod_jk2. Then I put it under apache_home/modules. Then I add LoadModule

Re: connector between tomcat apache

2002-10-11 Thread Raj Saini
to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: connector between tomcat apache Any example for using mod_jk2 with apache1.3+tomcat4.1? I follow the instruction from the document to download the mod_jk2. Then I put

Re: connector between tomcat apache

2002-10-10 Thread Robert L Sowders
To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: connector between tomcat apache Any example for using mod_jk2 with apache1.3+tomcat4.1? I follow the instruction from the document to download the mod_jk2. Then I put it under apache_home/modules. Then I add

Re: connector between tomcat apache

2002-10-09 Thread Raj Saini
You can use use the ajp13 with tomcat. (mod_jk at apache end). Warp connecter is not reliable and what I learnt is no more actively developed. There are loadbalancing and fault tolerance features in ajp which are not in warp (mod_webapp) Raj unplug wrote: Hi all, I want to confirm the

Re: connector between tomcat apache

2002-10-09 Thread sonam singh
use mod_jk to load balncing it is more reliable regards Sonam Singh --- Raj Saini [EMAIL PROTECTED] wrotsue e: You can use use the ajp13 with tomcat. (mod_jk at apache end). Warp connecter is not reliable and what I learnt is no more actively developed. There are loadbalancing and fault

RE: connector between tomcat apache

2002-10-09 Thread Turner, John
Mod_jk (AJP13). Don't use WARP/mod_webapp. Mod_jk2 is beta, workable, but use at your own risk. Mod_jk is stable and well-supported at this time. John -Original Message- From: unplug [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 10:09 PM To: tomcat-user Subject:

Re: connector between tomcat apache

2002-10-09 Thread unplug
Any example for using mod_jk2 with apache1.3+tomcat4.1? I follow the instruction from the document to download the mod_jk2. Then I put it under apache_home/modules. Then I add LoadModule AddModule of mod_jk2 in httpd.conf. After that, the document said there is a file called

RE: Connector examples?

2002-08-30 Thread Turner, John
For the auto conf files to be generated, you need to add Listener directives to server.xml and restart tomcat. See step #10 in my HOWTO: http://www.johnturner.com/howto/apache-tomcat-howto.html Even though it is for RedHat, the tomcat configuration is the same. No, tomcat doesn't integrate

Re: connector issues: mod_webapp and mod_jk

2002-05-11 Thread Lars Nielsen Lind
I have been using Apache 1.3.24 and Jakarta-Tomcat 4.0.3 with OpenSSL 0.9.6c and mod_ssl 2.8.8-1.3.24 and I have observed some troubles too. I have made a SELECT/ with list-data. When the page loads it works fine - but ocassionally the user gets a nullpointer exception when pressing the Next

Re: Connector

2001-05-30 Thread Andrea Mari
Thanks to all!

RE: Connector

2001-05-28 Thread GASNIER Lise
Yes The HTTPConnectionHandler on port 8080 is used by TOMCAT running in standalone mode -Message d'origine- De: Andrea Mari [SMTP:[EMAIL PROTECTED]] Date: lundi 28 mai 2001 14:44 À:[EMAIL PROTECTED] Objet:Connector Hi, I've a simple question. If I use Tomcat

Re: Connector

2001-05-28 Thread Wolle
hello Andrea, yes you could do this, it's only neccesary when you use tomcat as stand alone web server, when you use it with apache or so, it communicates over ajp12 or ajp13 (Port 8007 /Port 8009) the only thing you don't do disable is the ajp12, when you use the ajp13, because it is needed to

Re: Connector

2001-05-28 Thread Jeff Waugh
Yes. - Original Message - From: Andrea Mari [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 28, 2001 8:44 AM Subject: Connector Hi, I've a simple question. If I use Tomcat 3.2.1 with Apache, can I disable the http connector on port 8080 without any problems? I'm not