RE: Best Connector for Apache 2x and Tomcat 4x

2002-09-03 Thread Turner, John
Apache 1.3 uses "libexec", Apache 2 uses "modules". John > -Original Message- > From: Eddie Bush [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 31, 2002 1:04 AM > To: Tomcat Users List > Subject: Re: Best Connector for Apache 2x and Tomc

Re: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Eddie Bush
Try replacing libexec/mod_jk.so with modules/mod_jk.so. The "apache standard" seems to use the libexec directory, but, if you look in /etc/httpd/conf, you'll see there is no such directory - there is, however, a modules directory (link) which gets you to where you want to be. Regards, Eddie

RE: Best connector

2002-08-30 Thread Joseph Molnar
, 2002 6:16 AM > To: [EMAIL PROTECTED] > Subject: Best connector > > I was wondering what people believe is the best Apache Tomcat connector: > mod_jk, mod_webap (warp), or coyote? And to those using coyote - is the > configuration entries in Tomcat and Apache different from the w

Re: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Ben Souther
iday, August 30, 2002 9:23 AM Subject: Re: Best Connector for Apache 2x and Tomcat 4x > I see what you mean about this issue showing up a lot. > This wouldn't be the case if there was some documentation for this on the > apache site. > I've just started going through your HOWTO an

RE: Connector examples?

2002-08-30 Thread Turner, John
grate with PWS, as far as I know. John Turner [EMAIL PROTECTED] > -Original Message- > From: James [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 1:01 PM > To: Tomcat List > Subject: Connector examples? > > > The Tomcat 4.0.4 docs say that a sample apac

Connector examples?

2002-08-30 Thread James
The Tomcat 4.0.4 docs say that a sample apache configuration file will be written to tomcat-dir/conf/auto and also for IIS4/5. But these are not there... how do I get them? Also, is it possible to connect Tomcat and PWS4 on Win98? It doesn't have the configuration thingies of IIS, so can it still

Re: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Ben Souther
got it updated. - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 9:06 AM Subject: RE: Best Connector for Apache 2x and Tomcat 4x > > I hear you on the root user

Best connector

2002-08-30 Thread Kemp Randy-W18971
I was wondering what people believe is the best Apache Tomcat connector: mod_jk, mod_webap (warp), or coyote? And to those using coyote - is the configuration entries in Tomcat and Apache different from the warp connector? If so, is there any documentation or write-ups available? -- To

Re: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Srinadh Karumuri
tem admin to set you up to start tomcat as yourself but 'sudo' will make sure the process starts as root. >- Original Message - >From: "Turner, John" <[EMAIL PROTECTED]> >To: "'Tomcat Users List'" <[EMAIL PROTECTED]> >Sent: F

RE: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Turner, John
I hear you on the root user issue. I don't know of a way to bind tomcat to port 80 and have tomcat run as a non-root user. I run my tomcats under a non-root user account, but the bound ports are all 8000+ since I use the connector. My HOWTO should help you out...I will be updating it

Re: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Ben Souther
t of traffic or static content. - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 8:39 AM Subject: RE: Best Connector for Apache 2x and Tomcat 4x > > &q

RE: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Turner, John
gt; From: Ben Souther [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 8:34 AM > To: [EMAIL PROTECTED] > Subject: Best Connector for Apache 2x and Tomcat 4x > > > Can anyone comment on which is the best (in this case, best > means easiest > not fastest or most

Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Ben Souther
Can anyone comment on which is the best (in this case, best means easiest not fastest or most flexible) connector to use for Apache2 and Tomcat4x? I've used mod_jserv a couple years ago. Also, if someone could point me to a well written HOWTO for integrating the two, I would be most gra

RE: I have connector problem while using tomcat 4+apach 1.3

2002-08-29 Thread Andy Eastham
m - I just deployed this particular application on Linux rather than Solaris. I'd be interested if you find a solution though. All the best, Andy > -Original Message- > From: taehun.kim [mailto:[EMAIL PROTECTED]] > Sent: 29 August 2002 14:21 > To: [EMAIL PROTECTED] > Sub

I have connector problem while using tomcat 4+apach 1.3

2002-08-29 Thread taehun.kim
ry to upload file via apache, I can't upload any file except plain text file.(eg. .txt, .html) other files are just uploaded the part of them. what I mean is that if I try to upload 500 bytes sized file, only about 50 bytes are uploaded. (the uploaded size is not fixed) I think warp connector may

Connector/J - which version to use (2 or 3 beta)?

2002-08-28 Thread neal
Does anyone have a preference on whether to use V2 or v3(beta) of Connector/J? I read on the mySQL site that there are some new features that seemed significnat (support of prepared statements, and 50-100% faster) ...but I couldn't tell if these were new as of v2 or v3. There might al

RE: How to configure multiple tomcat instances connecting to apac he using thewarp connector

2002-08-28 Thread Turner, John
Agreed. John > -Original Message- > From: Milt Epstein [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 28, 2002 12:25 PM > To: Tomcat Users List > Subject: RE: How to configure multiple tomcat instances connecting to > apac he using thewarp connector > >

RE: How to configure multiple tomcat instances connecting to apac he using thewarp connector

2002-08-28 Thread Milt Epstein
On Wed, 28 Aug 2002, Turner, John wrote: > While it will be interesting to see what the final solution is when > using WARP, I would say the consensus right now is that AJP13 is the > "preferred" connector. While I can't really address all the issues regarding which conn

RE: How to configure multiple tomcat instances connecting to apac he using thewarp connector

2002-08-28 Thread Turner, John
While it will be interesting to see what the final solution is when using WARP, I would say the consensus right now is that AJP13 is the "preferred" connector. John Turner [EMAIL PROTECTED] > -Original Message- > From: Jochen Schweflinghaus [mailto:[EMAIL PROTECTED]] &

RE: How to configure multiple tomcat instances connecting to apac he usingthewarp connector

2002-08-28 Thread Jochen Schweflinghaus
Of course you are right. The problem was, that besides being tomcat-newby, I'm also a mailing-list-newby. So I created the subject 'How to configure multiple tomcat instances connecting to apac he using thewarp connector' twice. My first mail contained the problem description.

RE: How to configure multiple tomcat instances connecting to apache using thewarp connector

2002-08-28 Thread Milt Epstein
On Wed, 28 Aug 2002, Andreas Mohrig wrote: > Is using mod_jk a possibility? Because there is a way to connect > multiple tomcat instances to apache using modd_jk. I always thought > this was one of the differences between mod_jk and the warp > connector, but don't take my wor

RE: How to configure multiple tomcat instances connecting to apache using thewarp connector

2002-08-28 Thread Turner, John
The WARP connector itself is unfinished. All due respect to the developers, but if you want to make any progress towards rolling out stable, production ready applications, you probably want mod_jk, or at least mod_jk2. Mod_jserv and mod_jk have been around quite a bit, and many people are using

RE: How to configure multiple tomcat instances connecting to apache usingthewarp connector

2002-08-28 Thread Jochen Schweflinghaus
Hi, thank you for your input, I really appreciate ! I just opened a new thread, to figure out the main differences between warp and jk connctors ('Experience with connectors to connect tomcat to apache ? '). The warp connector documentation I am aware of (at http://jakarta.apache.

RE: How to configure multiple tomcat instances connecting to apache using thewarp connector

2002-08-28 Thread Andreas Mohrig
Is using mod_jk a possibility? Because there is a way to connect multiple tomcat instances to apache using modd_jk. I always thought this was one of the differences between mod_jk and the warp connector, but don't take my word for it. Did you check the warp connector's documentation?

How to configure multiple tomcat instances connecting to apache usingthewarp connector

2002-08-28 Thread Jochen Schweflinghaus
Forgot to mention the versions: RH Linux 7.1, apache-1.3.22-6, tomcat-4.0.4. No response so far ? Nobody have a clue ? -- To unsubscribe, e-mail: For additional commands, e-mail:

How to configure multiple tomcat instances connecting to apache using thewarp connector

2002-08-27 Thread Jochen Schweflinghaus
Hi Group, I'm quite a newby in the tomcat community, so please apologize any misuse of the nomenclature. to set up a development environment, I try to map multiple instances of tomcat to apache using the warp connector. Tomcat instance 1 connects to virtual host tteflon3 and has CATALINA

Re: Tomcat-connector....

2002-08-26 Thread Michael Delamere
sers List'" <[EMAIL PROTECTED]> Sent: Monday, August 26, 2002 8:08 PM Subject: RE: Tomcat-connector > > H...not sure what the complaint is here. > > The binaries are here (mod_jk, tomcat 3 and 4 compatible): > http://jakarta.apache.org/builds/jakarta-tomcat/r

RE: Tomcat-connector....

2002-08-26 Thread Turner, John
if that isn't sufficient. John Turner [EMAIL PROTECTED] > -Original Message- > From: Michael Delamere [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 26, 2002 2:09 PM > To: [EMAIL PROTECTED] > Subject: Tomcat-connector > > > Hi, > > I know th

Tomcat-connector....

2002-08-26 Thread Michael Delamere
Hi, I know that this is a never ending story but just one thing Why is there a special effort being made in creating the directory structure, yet when I get to the final folder it´s empty!? For example: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0 /bin/linux

RE: mySql - Connector/J - connection pooling?

2002-08-20 Thread Turner, John
: Monday, August 19, 2002 6:09 PM To: Tomcat Users List Subject: mySql - Connector/J - connection pooling? I recently read that Java presumes the JDBC drivers will provide connection pooling, and thus java and most app servers do not provide this functionality. Does anyone know off hand if the mySQL

mySql - Connector/J - connection pooling?

2002-08-19 Thread neal
I recently read that Java presumes the JDBC drivers will provide connection pooling, and thus java and most app servers do not provide this functionality. Does anyone know off hand if the mySQL drivers (Connector/J in particular) provide connection pooling?If not, what do most people do? Roll

RE: Where are the connector binaries???

2002-08-19 Thread Turner, John
Are you editing httpd.conf manually, or are you using the auto-gen function of tomcat to create mod_jk.conf? John Turner -Original Message- From: Scott Adamson [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 18, 2002 5:51 AM To: Tomcat Users List Subject: Re: Where are the connector

Re: Where are the connector binaries???

2002-08-18 Thread Scott Adamson
ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Saturday, August 17, 2002 2:29 AM Subject: RE: Where

Re: Tomcat 4.0.4: Which HTTP/1.1 Connector? Coyote??

2002-08-17 Thread Remy Maucherat
Eddie Ruvinsky wrote: > Hello, > > The release notes for Tomcat 4.0.4 say that the new > Coyote HTTP/1.1 connector now ships with Tomcat. The > notes mention that it is more optimizied and robust > than the [soon to be deprecated] HttpConnector for > HTTP/1.1. However,

Tomcat 4.0.4: Which HTTP/1.1 Connector? Coyote??

2002-08-16 Thread Eddie Ruvinsky
Hello, The release notes for Tomcat 4.0.4 say that the new Coyote HTTP/1.1 connector now ships with Tomcat. The notes mention that it is more optimizied and robust than the [soon to be deprecated] HttpConnector for HTTP/1.1. However, the Tomcat 4.0.4 docs haven't been updated to incl

RE: Where are the connector binaries???

2002-08-16 Thread Turner, John
who said anything about apache 2? ;) John -Original Message- From: Brian Orledge [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 12:42 PM To: 'Tomcat Users List' Subject: RE: Where are the connector binaries??? They are compatible with tomcat 4 but not wit

RE: Where are the connector binaries???

2002-08-16 Thread Brian Orledge
st' Subject: RE: Where are the connector binaries??? The mod_jk binaries for Linux are here: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/linux /i38 6/ They are compatible with tomcat 4. That said, compiling them from source is a piece of cake. John Turner [EMAIL PROTE

RE: Where are the connector binaries???

2002-08-16 Thread Turner, John
What's been happening when you try to get apache+tomcat+mod_jk to work? John Turner [EMAIL PROTECTED] -Original Message- From: Scott Adamson [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 11:31 AM To: Tomcat Users List Subject: Re: Where are the connector binaries??

Re: Where are the connector binaries???

2002-08-16 Thread Scott Adamson
t ! Scott. - Original Message - From: "Peter Alvin" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, August 17, 2002 2:15 AM Subject: Where are the connector binaries??? I'm looking in: http://jakarta.apache.org/builds/j

RE: Where are the connector binaries???

2002-08-16 Thread Turner, John
[mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 12:16 PM To: Tomcat Users List Subject: Where are the connector binaries??? I'm looking in: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/ v1.2.0/bin/linux/i386/ and I can't find _any_ binaries for release, n

Where are the connector binaries???

2002-08-16 Thread Peter Alvin
I'm looking in: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/ v1.2.0/bin/linux/i386/ and I can't find _any_ binaries for release, nightly, or rpms. All the directories seem to be EMPTY. Does anyone know where to find the current connector binaries? Pete

Re: Coyote Connector

2002-08-16 Thread D Bamud
Make sure that jkjni.dll (libjkjni.so on Unix) is accessible (ie are there in path). -- - Original Message - From: "Isabel Lameda" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 14, 2002 10:16 PM Subject: Coyote Connector Does anybody knows

RE: Coyote Connector

2002-08-14 Thread Andrew
I don't believe that’s an error. It's just informational. - Andrew > -Original Message- > From: Isabel Lameda [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 14, 2002 12:46 PM > To: '[EMAIL PROTECTED]' > Subject: Coyote Connector > > &

Coyote Connector

2002-08-14 Thread Isabel Lameda
Does anybody knows how to use the Coyote Connector in Tomcat 4.1.8, because i´ve been trying and having this error: INFO: APR not loaded, disabling jni components: java.io.IOException: no jkjni in java.library.path -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional co

Ajp 1.3 Connector Fails

2002-08-12 Thread Isabel Lameda
I´ve downloaded Tomcat 4.1.8 Beta Released and uncomment the line for the ajp 1.3 Connector, which is: So when i start the Tomcat i get this INFO: Initializing Coyote HTTP/1.1 on port 8080 ServerLifecycleListener: createMBeans: MBeanException java.lang.Exception

context problem with webapp connector

2002-08-09 Thread Paul Phillips
Tomcat 4.0.4 + Apache 1.3... I have setup the mod_webapp connector and it sort of works... However, I have a context in my tomcat server.xml file that looks like this: Now, when I access my servlet directly into Tomcat standalone like this: http://URL:8080/tester

Tomcat 4.0.4 HTTP connector shutdown issue

2002-07-30 Thread Sankaranarayanan (Ganesh) Ganapathy
he processors (essentially the background threads) 2. Shutdown the connector background thread - which cause the server socket to be closed Since the server socket is not closed first - the incoming requests are accepted - but they are not processed as the processors are being shutdown. The logs

Best Connector Setup???

2002-07-30 Thread da_alchemist
Hello All, I am a newbie so bear with me if these seem like simple questions. My understanding is that only WARP and AJP are used to connect with Apache httpd server and the HTTP connector utilizes Tomcat as a web server. Is that correct??? In a production environment with Tomcat 4, which

mod_jk/jk2.properties/JK2 Connector

2002-07-30 Thread franzR
I) jk2.property file Concerning the documentation of th JK2 connector I've already installed a jk_conf and a worker.property file for the apache - tomcat communication. Among other things the port for every tomcat process has to be provided. The same port must be used in configuring th

Re: warp connector and number of connecionst

2002-07-29 Thread Milt Epstein
#x27;s a relationship there :-) parts of Tomcat. Also, I haven't really looked at the 4.1.X stuff yet, I've been working with 4.0.X. > - Original Message - > From: "Milt Epstein" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]&

Re: warp connector and number of connecionst

2002-07-29 Thread Michael Locasto
be used to run Tomcat standalone or behind a webserver. Regards, Michael Locasto - Original Message - From: "Milt Epstein" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 29, 2002 10:59 AM Subje

Re: warp connector and number of connecionst

2002-07-29 Thread Milt Epstein
On Mon, 29 Jul 2002, Michael E. Locasto wrote: > I'm assuming you're using some 4.0.x version, I think warp has been > deprecated and replaced by Coyote in 4.1. [ ... ] I don't think this is correct. For one thing, I believe they are for different things -- WARP is a conn

Re: warp connector and number of connecionst

2002-07-28 Thread Michael E. Locasto
onnections each "processor" can handle. The source would be your best bet. Regards, Michael - Original Message - From: "Ryszard Lach" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 28, 2002 5:58 PM Subject: warp connector and number of

warp connector and number of connecionst

2002-07-28 Thread Ryszard Lach
Hi! What does maxProcessors attribute in warp connector mean ? I thought it is the total number of connections between apache and the engine the connector was defined in, but I see there is many times more established tcp connections between my apache and tomcat then defined in maxProcessors

RE: Problm. building tomcat 4.0.4 jk connector for use with Apache 2.0.39. JDK 1.4.x?

2002-07-24 Thread Ola Theander
Hi Shanmugampl. Thanks for your answer. I've had some progress since my last mail. I can now compile the part of the mod_jk connector that ANT is responsible for, i.e. the jar files. The problem was that servlet.jar was missing in the CLASSPATH. But now I have a new problem, according t

Re: Problm. building tomcat 4.0.4 jk connector for use with Apache2.0.39. JDK 1.4.x?

2002-07-23 Thread shanmugampl
>Good luck! > >Eric > > >On Monday 22 July 2002 23:16, Ola Theander wrote: > > >>Dear subscribers. >> >>I have a problem building the 4.0.4 JK connector so I can integrate my >>Tomcat installation with Apache 2. I've tested the webapp conn

Re: Problm. building tomcat 4.0.4 jk connector for use with Apache 2.0.39. JDK 1.4.x?

2002-07-23 Thread eric
r subscribers. > > I have a problem building the 4.0.4 JK connector so I can integrate my > Tomcat installation with Apache 2. I've tested the webapp connector with > Apache 2.0.36 but since I upgraded to 2.0.39 I get the now infamous > message "mod_dev.c not compatible wit

RE: Problm. building tomcat 4.0.4 jk connector for use withApach e 2.0.39. JDK 1.4.x?

2002-07-22 Thread Billingham, Walter 475
; Subject: Re: Problm. building tomcat 4.0.4 jk connector for use with > Apache 2.0.39. JDK 1.4.x? > > Here is a precompiled binary and also tips on building. > http://www.acg-gmbh.de/mod_jk/ > > > > > > "Ola Theander" <[EMAIL PROTECTED]>

RE: Problm. building tomcat 4.0.4 jk connector for use with Apache 2.0.39. JDK 1.4.x?

2002-07-22 Thread Ola Theander
ers [mailto:[EMAIL PROTECTED]] > Sent: den 22 juli 2002 23:36 > To: Tomcat Users List > Cc: [EMAIL PROTECTED] > Subject: Re: Problm. building tomcat 4.0.4 jk connector for > use with Apache 2.0.39. JDK 1.4.x? > > > Here is a precompiled binary and also tips on building

Re: Problm. building tomcat 4.0.4 jk connector for use with Apache 2.0.39. JDK1.4.x?

2002-07-22 Thread Robert L Sowders
Problm. building tomcat 4.0.4 jk connector for use with Apache 2.0.39. JDK 1.4.x? Dear subscribers. I have a problem building the 4.0.4 JK connector so I can integrate my Tomcat installation with Apache 2. I've tested the webapp connector with Apache 2.0.36 but since I upgraded to

Problm. building tomcat 4.0.4 jk connector for use with Apache 2.0.39. JDK 1.4.x?

2002-07-22 Thread Ola Theander
Dear subscribers. I have a problem building the 4.0.4 JK connector so I can integrate my Tomcat installation with Apache 2. I've tested the webapp connector with Apache 2.0.36 but since I upgraded to 2.0.39 I get the now infamous message "mod_dev.c not compatible with...". Ther

TOMCAT4 and Connector with pkcs12

2002-07-21 Thread Kikuyo Nagamatsu
Hello all, I have a question. I want to use pkcs12 certificate for the SSL certificate. So I tried to add the configuration of 'keystoreType' in server.xml: But catalina.out said as following: eException: pkcs12 not found java.security.KeyStoreException: pkcs12 not found

Autodeploying web applications and the WARP connector

2002-07-17 Thread Paul Rubenis
I was wondering if anyone here has an understanding of why the following bug report would be considered NOT a bug... http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4829 From my few attempts to have a warp only service in my server.xml, Tomcat refuses to autodeploy any war fi

Re: tomcat HTTP/1.1 Connector performance

2002-07-17 Thread David Butterworth
Hi Yoav No I haven't. I gather coyote is more efficient than the standard connector. Will I be able to scale coyote to 1000 + connectors ? Thanks David Butterworth On Wed, 17 Jul 2002 14:27, Shapira, Yoav wrote: > Howdy, > Have your tried Coyote? > > Yoav Shapira > Millen

RE: tomcat HTTP/1.1 Connector performance

2002-07-17 Thread Shapira, Yoav
Howdy, Have your tried Coyote? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: David Butterworth [mailto:[EMAIL PROTECTED]] >Sent: Thursday, July 18, 2002 10:27 AM >To: 'Tomcat Users List' >Subject: tomcat HTTP/1.1 Connector performance

tomcat HTTP/1.1 Connector performance

2002-07-17 Thread David Butterworth
Hi, I am currently running tomcat 4.0.4 with sun jdk 1.4 and linux 2.4. java options: -server -Xms64m -Xmx512m I am currently running the "org.apache.catalina.connector.http.HttpConnector" with maxProcessors=400. I am looking to scale up my maxProcessors as it seems I have reached this limit

RE: Where is WARP connector

2002-07-12 Thread Milt Epstein
On Thu, 11 Jul 2002 [EMAIL PROTECTED] wrote: > mod_webapp is the module that implements WARP. I think to be more specifically correct, one would say that mod_webapp implements the apache/web server side of WARP -- it is after all a "connector" that connects tomcat to a web serve

tc4.1.7b connector (native2) build problem

2002-07-11 Thread Luminous Heart
connector for "apache-2.0" configure: error: can't locate /usr/local/apache2/ What is going on? __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMA

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
Thanks Eddie and John. Your patience and help is much appreciated. -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 8:49 AM To: Tomcat Users List Subject: Re: Where is WARP connector

RE: Where is WARP connector

2002-07-11 Thread Turner, John
s machines so I only skimmed the threads. Post another message to the list with a subject line something like "Solaris connector binaries needed" or some such to encourage a reply, or go for it and build from source. John Turner [EMAIL PROTECTED] -Original Message- From: Nance, Mi

Re: Where is WARP connector

2002-07-11 Thread Eddie Bush
+---+--++ | Connector | Load-Balancing | Serves Dynamic Content Only | +---+--++ | warp| No | No

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
. again thanks for your patience -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 8:22 AM To: 'Tomcat Users List' Subject: RE: Where is WARP connector OK, not to be a jerk, but it would help if you would explain what you've do

RE: Where is WARP connector

2002-07-11 Thread Turner, John
Solaris 6 and Solaris 8. Is this correct? John Turner [EMAIL PROTECTED] -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 11:20 AM To: 'Tomcat Users List' Subject: RE: Where is WARP connector I have been to those sites in the /

RE: Where is WARP connector

2002-07-11 Thread Turner, John
lto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 11:10 AM To: 'Tomcat Users List' Subject: RE: Where is WARP connector John, Thanks for the response. But this is where I am getting lost. 2 questions: Is webapp basically Warp (My boss is asking for Warp - why I don't know) And

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
I have been to those sites in the /bin dir for solaris6 and solaris8 are empty -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 8:17 AM To: 'Tomcat Users List' Subject: RE: Where is WARP connector The "master" downlo

RE: Where is WARP connector

2002-07-11 Thread Turner, John
1, 2002 11:10 AM To: 'Tomcat Users List' Subject: RE: Where is WARP connector John, Thanks for the response. But this is where I am getting lost. 2 questions: Is webapp basically Warp (My boss is asking for Warp - why I don't know) And unless I am missing it I don't see a

RE: Where is WARP connector

2002-07-11 Thread Turner, John
DUH! Sorry about that, I wasn't thinking. Thanks for the correction. John Turner [EMAIL PROTECTED] -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 11:11 AM To: Tomcat Users List Subject: AW: Where is WARP connector mod_w

RE: Where is WARP connector

2002-07-11 Thread rsequeira
mod_webapp is the module that implements WARP. RS "Nance, Michael" <[EMAIL PROTECTED]> on 07/11/2002 10:10:29 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To:'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject:R

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
re is WARP connector John, Thanks for the response. But this is where I am getting lost. 2 questions: Is webapp basically Warp (My boss is asking for Warp - why I don't know) And unless I am missing it I don't see a link to download the connector Thanks Mike -Original Messa

AW: Where is WARP connector

2002-07-11 Thread Ralph Einfeldt
mod_webapp, mod_jk2 don't make any sense with tomcat stand alone. They are connector to webservers. There are just two connector for standalone HttpConnector and Coyote. The later is a replacement for the former with a complete redesign. > -Ursprüngliche Nachricht- > Von: T

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
John, Thanks for the response. But this is where I am getting lost. 2 questions: Is webapp basically Warp (My boss is asking for Warp - why I don't know) And unless I am missing it I don't see a link to download the connector Thanks Mike -Original Message- From: Turner, Jo

RE: Where is WARP connector

2002-07-11 Thread Turner, John
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/index.html The available connectors are listed on the left-hand side. "Better" is relative, it depends on what you are doing. The consensus at the moment seems to be that mod_jk is the best connector for mixed sites using

Where is WARP connector

2002-07-11 Thread Nance, Michael
Sorry if this is covered in a FAQ but I searched and could not find anything Where can I download a copy of the Warp connector for Unix or is coyote a better replacement ? If so is it a release version or is there a better version that has been released? Thanks in advance -- To unsubscribe

Integrating Apache2.0.39 and Tomcat4.0.4 using AJP connector

2002-07-08 Thread shanmugampl
Hi, How can the Apache WebServer(2.0.39) integrated with Tomcat4.0.4 using the AJP connector. Tomcat4.0.4 does not have a workers.properties file. Should we write one. Where can i get the tar file for modjk?. Can anyone who has done this integration guide me through Thanks Shanmugam.PL

installing the Coyote connector for Tomcat 4.0.x

2002-07-07 Thread Ashraf AMR
Hi, On the page http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1.0-rc2/ One of the instructions for installing Coyote with Tomcat 4.0.x is "Copy jk2.properties to $CATALINA_HOME/conf" I couldn't find the file "jk2.properties" on this page or elsewhere appreciate t

RE: TC 4.1.3: JK2 connector dies? cant get isapi_redirector to talk to tomcat

2002-06-28 Thread Mark Prins
> -Original Message- > From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 27, 2002 7:20 PM > To: unlisted-recipients > Subject: RE: TC 4.1.3: JK2 connector dies? cant get > isapi_redirector to > t alkto tomcat > > > > De: Ma

Re: TC 4.1.3: JK2 connector dies?

2002-06-27 Thread Liam Morley
Ignacio, thanks for the response. glad to be testing:) >No idea where comens from this port=8019.., get 4.1.6 ( from CVS or wait >until Remy packages it ) it may be solves this and much of the other >problems.. > thanks, I'll try that when the package comes out. >>Of course I can set the log l

Why does the Warp connector deploy apps?

2002-06-27 Thread Rick Mann
Why does the Warp connector deploy apps? Does it really need to do this? Is there a way to prevent it? -- Rick -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: TC 4.1.3: JK2 connector dies?

2002-06-27 Thread Ignacio J. Ortega
> De: Liam Morley [mailto:[EMAIL PROTECTED]] > Enviado el: 28 de junio de 2002 0:20 Hey is *preAlpha* code!!! :) ( the JK2 Native part at least ) Thanks for testing it!! ;) comments intermixed below > I'm not sure if the port is my problem or not (and if everything is > using the same port

Re: TC 4.1.3: JK2 connector dies?

2002-06-27 Thread Liam Morley
the default port for the socketChannel >channelSocket.port=8019 ># Default: ># channelUnix.file=${jkHome}/work/jk2.socket ># Just to check if the the config is working >shm.file=${jkHome}/work/jk2.shm > >apr.jniModeSo=/opt/apache2/modules/mod_jk2.so >8<-

RE: Re[2]: TC 4.1.3: JK2 connector dies? cant get isapi_redirector to t alkto tomcat

2002-06-27 Thread Ignacio J. Ortega
e=${jkHome}/work/jk2.shm apr.jniModeSo=/opt/apache2/modules/mod_jk2.so 8<--- jk2.properties Saludos , Ignacio J. Ortega > -Mensaje original- > Para: Tomcat Users List > Asunto: Re[2]: TC 4.1.3: JK2 connector dies? cant g

Re[2]: TC 4.1.3: JK2 connector dies? cant get isapi_redirector to t alkto tomcat

2002-06-27 Thread Jacob Kjome
port=8009 soTimeout=2 jkHome=C\:\\Progra~1\\Apache~1\\Jakarta\\tomcat-4.1.3 tcpNoDelay=true timeout=2 secure=false backlog=10 I think it generated all that based on what was defined in the Coyote jk2 connector. Jake Thursday, June 27, 2002, 12:19:38 PM, you wrote: >> De: Mark Pr

RE: TC 4.1.3: JK2 connector dies? cant get isapi_redirector to t alkto tomcat

2002-06-27 Thread Ignacio J. Ortega
> De: Mark Prins [mailto:[EMAIL PROTECTED]] > Enviado el: 27 de junio de 2002 16:38 > I'm not sure I understand, but in my server.xml the connector > is specified > as listening to 8009, so how's that? Please post the log you get when starting tomcat just to be sure

RE: TC 4.1.3: JK2 connector dies? cant get isapi_redirector to t alkto tomcat

2002-06-27 Thread Mark Prins
I'm not sure I understand, but in my server.xml the connector is specified as listening to 8009, so how's that? What should be in my jk2.properties? Everything works OK when I replace the above connector with : Apart from an exception that is thrown concerning

RE: TC 4.1.3: JK2 connector dies? cant get isapi_redirector to talkto tomcat

2002-06-27 Thread Ignacio J. Ortega
junio de 2002 15:52 > Para: Tomcat Users List (E-mail) > Asunto: TC 4.1.3: JK2 connector dies? cant get isapi_redirector to > talkto tomcat > Importancia: Alta > > > > I'm trying to set up TC4.1.3 with Win2K/IIS5 > > Tomcat runs OK standalone on port 8080, &g

TC 4.1.3: JK2 connector dies? cant get isapi_redirector to talk to tomcat

2002-06-27 Thread Mark Prins
I'm trying to set up TC4.1.3 with Win2K/IIS5 Tomcat runs OK standalone on port 8080, (http://160.160.160.17:8080/examples/jsp/snp/snoop.jsp works) but when I try http://160.160.160.17/examples/jsp/snp/snoop.jsp I get a host not found error. IIS runs ok, the isapi_filter seems configured OK (gr

Re: Large File Transfer : Coyote Connector Crash [isHexDigit]

2002-06-26 Thread Remy Maucherat
ECTED]> >>Subject: RE: Large File Transfer : Coyote Connector Crash [isHexDigit] >> >>Remy Maucherat wrote: >> >>>Are you actualy using a POST with a URL FORM encoding ? In which case, >> >>>sorry, but it's a really bad idea to do that.&qu

Re: Large File Transfer : Coyote Connector Crash [isHexDigit]

2002-06-25 Thread Remy Maucherat
load example included with the > struts-upload.war. File transfers of 141MB will crash the VM at 114MB > for example. So the file is reaching the server and midway through > 'storing it', but crashes the VM midway through. > > The only thing I notice is that the Coy

RE: Large File Transfer : Coyote Connector Crash [isHexDigit]

2002-06-25 Thread Jacob Hookom
oring it', but crashes the VM midway through. The only thing I notice is that the Coyote connector throws java.io.CharConversionException: isHexDigit Thanks, Jake -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Large File Transfer : Coyote Connector Crash

2002-06-25 Thread Remy Maucherat
Jacob Hookom wrote: > I'm running 4.0.4 with the Coyote connector. Part of my site has to do > with large file transfer-- uploaded via page form. When large files > are uploaded (>50MB), the Coyote connector along with Tomcat will just > crash. The uploading is done throu

<    7   8   9   10   11   12   13   14   15   >