Tomcat 4 and 5 cluster

2003-09-09 Thread Mats Andersson
regards! Mats Andersson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5 clustering

2003-09-10 Thread Mats Andersson
Can anyone recommend a good solution for an external loadbalancer. I need it to have failover (two physical servers or something) and they must listen on the same IP of course. Another preference is a low price. My actual question is, how do you do these things with Tomcat? Thanks in advance!

Re: Tomcat 5 clustering

2003-09-10 Thread Mats Andersson
: for software, balance.sourceforge.net is excellent for hardware, be prepared to spend some cash Filip -Original Message- From: Mats Andersson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 1:50 AM To: Tomcat Users List Subject: Re: Tomcat 5 clustering Can anyone recommend a good

Load balancing with 2xTC5, 1xIIS and jk2

2003-09-15 Thread Mats Andersson
How do I define two workers for load balancing in workers2.properties? There is an example for the old jk, but I can't find any for jk2. Thanks in advance! Mats - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Load balancing with 2xTC5, 1xIIS and jk2

2003-09-15 Thread Mats Andersson
wrote: Mats Andersson wrote: How do I define two workers for load balancing in workers2.properties? There is an example for the old jk, but I can't find any for jk2. Hi mats, i'm sure that the idea is the same define 1 worker for your first TC5 1 worker for the second TC5 1

Re: Load balancing with 2xTC5, 1xIIS and jk2

2003-09-15 Thread Mats Andersson
/workers.properties JkLogFile .../apache/logs/mod_jk.log JkLogLevel warn JkMount /servlet/* loadbalancer JkMount /*.jsp loadbalancer /IfModule Do not forget to put mod_jk.so in directory .../apache/libexec :-) AB |-+--- | | Mats Andersson

Re: IIS 5.1 and Tomcat 4

2003-09-22 Thread Mats Andersson
I think you must have this row in your workers.properties: worker.list=ajp13 More comments are embedded in your text below. Please let me know it this helps. /Mats Jon Skeet wrote: I'm trying to get IIS 5.1 and Tomcat 4 to play nicely together. So far I've not got very far. I've got: o

Re: IIS 5.1 and Tomcat 4

2003-09-23 Thread Mats Andersson
If you want you may send me your workers.properties uriworkermap.properties and exported registry settings and I will look closer at it. I can send you the dll files for jk and jk2 if you want. I have no idea why they are removed and where they are now. Mats Jon Skeet wrote: Just checking this,

Re: IIS 5.1 and Tomcat 4

2003-09-23 Thread Mats Andersson
[Tue Sep 23 09:31:04 2003] [jk_isapi_plugin.c (672)]: In HttpFilterProc Virtual Host redirection of /localhost/mobilizer/mobilizer/ [Tue Sep 23 09:31:04 2003] [jk_uri_worker_map.c (351)]: Into jk_uri_worker_map_t::map_uri_to_worker [Tue Sep 23 09:31:04 2003] [jk_uri_worker_map.c (368)]:

Re: IIS 5.1 and Tomcat 4

2003-09-23 Thread Mats Andersson
That explains the localhost part. Then I would try with a network sniffer (or whatever they are called) to find out if IIS tries to contact tomcat at 8009. If you don't have one, I suggest Ethereal at www.ethereal.com/ BTW: Do you get a strange stacktrace at startup (MBean something...)? Do

Re: IIS 5.1 and Tomcat 4

2003-09-23 Thread Mats Andersson
Correct, but can't you use a browser on another machine? Mats Jon Skeet wrote: I've got a port monitor which just shows connections - and it shows no sign of IIS trying to contact Tomcat. I'll try with Ethereal as well. snip Darn - Ethereal won't (as far as I can see) let me capture

Re: IIS 5.1 and Tomcat 4

2003-09-23 Thread Mats Andersson
What do you get in the browser when trying to connect? Mats Jon Skeet wrote: I've got a port monitor which just shows connections - and it shows no sign of IIS trying to contact Tomcat. I'll try with Ethereal as well. snip Darn - Ethereal won't (as far as I can see) let me capture

Re: IIS 5.1 and Tomcat 4

2003-09-24 Thread Mats Andersson
True, my mistake. ;-) The module that could not be found, it seems like IIS is talking about isapi_redirect.dll. I don't know really how it all works with these isapi filters, but the file should be downloadable from a browser, so you should try pointing your browser to

Re: IIS5+Tomcat4.1 integration problem

2003-09-24 Thread Mats Andersson
What do you have in your registry? Can you make an export and send it to the list? Mats Kareem Mahgoub wrote: Hi all, Sorry for the repeated question. I've seached the archive and read many howtos and my problem still persists. The problem is that the isapi filter is not working i.e. red arrow

Re: IIS5+tomcat4.1 configuration problem

2003-09-24 Thread Mats Andersson
Sorry, but I didn't get the attached file :-( Mats kareem wrote: Hi list Thanks for the reply Please find attached my registry file. To Rober Priest : I don't have those files at all, could you please guide me where I can get them. Best Regards, Kareem Mahgoub

Re: IIS5+tomcat4.1 configuration problem

2003-09-25 Thread Mats Andersson
System Administrator Wayout Phone: +2023017153 Fax: +2023017130 45 El Batal Ahmed Abdel Aziz st. 14th Floor, Mohandeseen Cairo, Egypt - Original Message - From: Mats Andersson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 5:35 PM Subject: Re

Re: IIS5+tomcat4.1 configuration problem

2003-09-25 Thread Mats Andersson
You have mixed the jk2 with jk string values. Here's my registry: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\2.0] serverRoot=C:\\jakarta-tomcat-4.1.24 workersFile=C:\\jakarta-tomcat-4.1.24\\conf\\workers2.properties

Re: IIS5+tomcat4.1 configuration problem

2003-09-25 Thread Mats Andersson
- From: Mats Andersson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 11:20 AM Subject: Re: IIS5+tomcat4.1 configuration problem You have mixed the jk2 with jk string values. Here's my registry: Windows Registry Editor Version 5.00

Clustering - JavaGroups in Tomcat5

2003-09-29 Thread Mats Andersson
Does the Tomcat 5 clustering use JavaGroups? I would like to use JavaGroups in my own application, so I need to know that there won't be any conflicts between the JavaGroups version I use in my application and the one distributed (if any) with Tomcat 5. Thanks in advance! Mats

Re: iis5 + tomcat5

2003-09-30 Thread Mats Andersson
Is the isapi filer installed ok? That is, do you have a green up-pointing arrow next to it? Can you reach the url: http://localhost/jakarta/isapi_redirector.dll What is the error message you get? Mats chi wrote: hi, Could you teach me how to run jsp in iis5?? May be my config have some

session replication in tomcat5, invalidate()

2003-10-14 Thread Mats Andersson
I can't destroy my sessions when I have multiple tomcat instances in a cluster. This is what I do HttpSession session = request.getSession(); // something session.invalidate(); When I have one tomcat server running (clustering is enabled) the session is invalidated, but if I start two instances