RE: mod_jk error under load (errno codes)

2002-10-01 Thread Anthony Milbourne
= 110 when I try to access tomcat connecting to a *.jsp page through apache. Thank you!!! Marc Anthony Milbourne wrote: Hi 146 is a socket connection error. Try checking your workers.properties file (or the JBoss file that generates it ?) and making sure that the only

RE: Help with test needed.

2002-10-01 Thread Anthony Milbourne
Hi I had a look from JANET (UK Academic network) which is 10Mbit when we get it. Initial page load was slow and some impatient folks might give up (maybe a please wait message ?). After that it was all fairly responsive. Zooming in was fairly quick (The delay while it went and got the image was

RE: Documentation

2002-10-01 Thread Anthony Milbourne
Hi -1 for shooting developers :-) I can see your point John, but in the real world people are slack and miss bits. Also, as has been pointed out, writing technical notes for technical people is a very different skill to writing a user manual for lay-people. I would rather have the best

RE: mod_jk error under load

2002-09-30 Thread Anthony Milbourne
Hi 146 is a socket connection error. Try checking your workers.properties file (or the JBoss file that generates it ?) and making sure that the only connectors mentioned in workers.list also have connectors defined in server.xml. Specifically - check there isn't an ajp12 in workers.properties

RE: binary mod_webapp.so for solaris7?

2002-09-30 Thread Anthony Milbourne
Sorry We have one for Solaris 8 - but that probably won't help. Anthony. -Original Message- From: David Bishop [SMTP:[EMAIL PROTECTED]] Sent: 27 September 2002 20:53 To: Tomcat Users List Subject: binary mod_webapp.so for solaris7? -BEGIN PGP SIGNED

RE: understanding Jkmount

2002-09-26 Thread Anthony Milbourne
Hi Try adding the line below: Jkmount / ajp13 I'm not sure what exactly the difference between these lines is, but I suspect that it may help your problem. Anthony. -Original Message- From: Matthew Hannigan [SMTP:[EMAIL PROTECTED]] Sent: 26 September 2002 08:28

RE: Apache 2.0.42

2002-09-26 Thread Anthony Milbourne
Hi Don't get me wrong, binaries are good, but... I might have missed something but wouldn't it be better to build against Apache 1.3.26. I thought this was the recommended version of the 1.3 branch (as it has security fixes etc.). Of course mods compiled against 1.3.22 may work on 1.3.26.

RE: jk_ajp errors in mod_jk.log ???

2002-09-24 Thread Anthony Milbourne
: 23 September 2002 17:27 To: 'Tomcat Users List' Subject: RE: jk_ajp errors in mod_jk.log ??? Oops. What's the fixed file, or the fix itself? I will gladly update things. John -Original Message- From: Anthony Milbourne [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: Running multiple tomcat instances ?????

2002-09-24 Thread Anthony Milbourne
Hi Thanks for that - my sysadmins told me i couldn't have more than 80 characters of process name. My previous post was wrong, and that version of ps is much more useful. Anthony. -Original Message- From: Raj Mettai [SMTP:[EMAIL PROTECTED]] Sent: 23 September 2002

RE: Broken Pipe Errors

2002-09-24 Thread Anthony Milbourne
- From: Anthony Milbourne [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:11 AM To: 'Tomcat Users List' Subject: Broken Pipe Errors Hi I have an install of Apache 1.3.26 talking over mod_jk (4.0.4) to Tomcat 4.0.4 on Solaris 8. All seems to work fine for a while

RE: tomcat start up errors

2002-09-23 Thread Anthony Milbourne
Hi I had a problem involving errno = 146 (Connection refused). It turned out to be because I had an error in my workers.properties file. Check that this file only mentions connectors that you actually have. Specifically: check that there isn't config for the ajp14 connector in there. Also

RE: jboss-tomcat and apache integration.

2002-09-23 Thread Anthony Milbourne
Hi I'm not sure you want the ajp12 connector in the worker list, unless you actually have an ajp12 connector defined in server.xml. Try using: worker.list=ajp13 Hope that helps, Anthony. -Original Message- From: Nani Jon [SMTP:[EMAIL PROTECTED]] Sent: 20

RE: jk_ajp errors in mod_jk.log ???

2002-09-23 Thread Anthony Milbourne
It looks to me like you may have an extra ajp entry in your config file. Try getting rid of the ajp12 connector int the worker list. John accidentally posted a broken file to this list in a reply to one of my questions. It caused me loads of trouble, although I'm not complaining as John (and

RE: Running multiple tomcat instances ?????

2002-09-23 Thread Anthony Milbourne
Hi John I don't think this option is available under Solaris :-(. Anthony. -Original Message- From: Turner, John [SMTP:[EMAIL PROTECTED]] Sent: 23 September 2002 16:17 To: 'Tomcat Users List' Subject: RE: Running multiple tomcat instances ? Not sure

Broken Pipe Errors

2002-09-23 Thread Anthony Milbourne
Hi I have an install of Apache 1.3.26 talking over mod_jk (4.0.4) to Tomcat 4.0.4 on Solaris 8. All seems to work fine for a while (a couple of days perhaps) - but after a while I get a lot of broken pipe errors in catalina_out.xxx.txt. I previously thought these were due to a missmatch

RE: mod_jk log file errors

2002-09-20 Thread Anthony Milbourne
Hi We had similar looking errors to you (including some broken pipe messages in catalina_log) and did a lot of searching for solutions. There are a lot of people posting about this sort of thing and no definitive answers that we could find. but... We found a suggested solution which I will

RE: Virtual Hosting and Contexts

2002-09-19 Thread Anthony Milbourne
Hi I have been trying to get Tomcat Contexts mapped to the root of an Apache VirtualHost. I did what you did too (under instruction from this list), and used: Context path= ... / Which successfully mapped the context to the root of the VirtualHost if I connected direct to Tomcat. It didn't

RE: Tomcat 4.0.4 and Apache 1.3.26 and mod_jk issues

2002-09-12 Thread Anthony Milbourne
Hi I had a problem which looked a bit like that... It was caused by the fact that the default workers.properties file that comes with mod_jk 4.0.4 doesn't seem to work with tomcat 4.0.4. Check the workers.properties file to see if it mentions ajp14. If it does then that is probably your

RE: Url Mapping with mod_jk

2002-09-12 Thread Anthony Milbourne
Hi I'm still trying to get this URL mapping to work. I have sorted out some other problems in the mean time but still have a problem (a different one) with URL Mapping. As an asside: Your HowTo was very useful Jonh. It turned out that I had a previous deffinition of the virtualhost I wanted

RE: French characters displaying using Tomcat 3.3

2002-09-11 Thread Anthony Milbourne
I have had problems with foreign characters under Solaris (not debian but still unix). In my case it turned out to be because of several things (at different times) so I would check the following: - Check the locale of your machine is set to something sensible. - Check you have some foreign

RE: Url Mapping with mod_jk

2002-09-10 Thread Anthony Milbourne
, Anthony. PS - What does AJP14 do ? I tried to find info but all I found was a faq post saying AJP14 didn't exist as it was a failed experiment !? -Original Message- From: Anthony Milbourne [SMTP:[EMAIL PROTECTED]] Sent: 09 September 2002 16:38 To: 'Tomcat Users List

RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Anthony Milbourne
Hi Jbuilder 6 Pro Ent come with Tomcat 4 as part of the product (well a closely integrated add-on). Juilder 7 doesn't have a Pro version (because Borland wanted to force everyone to upgrade to the rather expensive Enterprise edition), but the Ent version has Tomcat too. If you don't have one

RE: Virtual Host Auto Config

2002-09-10 Thread Anthony Milbourne
Hi I am trying to get virtual hosts working too and am having problems. I have however got further than you (I think) thanks to help from people in this group (notably John Turner). If you look back in the archives (the last few weeks) for a thread called URL mapping with mod_jk, you will

RE: Url Mapping with mod_jk

2002-09-09 Thread Anthony Milbourne
/mod_jk_conf.html That file was generated by Tomcat, I didn't do anything to it except sub in xxx.yyy.com for my actual hostname. John -Original Message- From: Anthony Milbourne [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 12:10 PM To: 'Tomcat Users List

RE: Url Mapping with mod_jk

2002-09-09 Thread Anthony Milbourne
Hi again The stagenewngfl host element is defined twice (which is a bit strange now I look at it). Once in the Tomcat-Standalone service section and once in the Tomcat-Apache service section. I do want it to be available both through Apache and direct from Tomcat. I took a guess and got rid

RE: Url Mapping with mod_jk

2002-09-06 Thread Anthony Milbourne
- From: Anthony Milbourne [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 9:58 AM To: '[EMAIL PROTECTED]' Subject: Url Mapping with mod_jk Hi I know this question was asked in Feb but it didn't seem to get a full reply back then - so I'm asking again. I

RE: Load Balancing Tomcat 3.2.3

2002-09-06 Thread Anthony Milbourne
Hi I found a reasonably good article on this at http://www.ubeans.com/tomcat/. It covers Tomcat 4.0.2 so there may be some differences but I imagine the mod_jk bits will be the same. -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: 06 September 2002 13:29

RE: Warp connector segfault

2002-09-05 Thread Anthony Milbourne
I have been working with Apache + Tomcat with the warp connector under Solaris 8. We have just switched to using the mod_jk connector as it seems to be the more supported option. Several pointers that might help: If you get Apache as a binary from sun it will be compiled with the sun compiler

Url Mapping with mod_jk

2002-09-04 Thread Anthony Milbourne
Hi I know this question was asked in Feb but it didn't seem to get a full reply back then - so I'm asking again. I have one instanve of Apache 1.3 talking over mod_jk to one instance of Tomcat 4.0.4. Apache has 2 virtualhosts set up for the 2 webapps deployed on Tomcat. Both virtualhosts need