RE: Installing Tomcat and IIS

2006-12-15 Thread Simon Renshaw
And once it is installed, how is it supposed to work? That part is missing from the article :) -Original Message- From: LiuYan 刘研 [mailto:[EMAIL PROTECTED] Sent: 14 décembre, 2006 23:22 To: users@tomcat.apache.org Subject: Re: Installing Tomcat and IIS That article is good, I've

Installing Tomcat and IIS

2006-12-14 Thread Simon Renshaw
Hi, Since it looks like my problems with Tomcat are caused by the firewall we're using, it is time to try Plan B. Plan B would be to install Tomcat on the same server where IIS is located and have both of them use port 80. I found a tutorial at

Re: Installing Tomcat and IIS

2006-12-14 Thread LiuYan 刘研
That article is good, I've integrated Tomcat IIS successfully by following that article step by step. Step 5,6,7 are important - Step 5. Create the Tomcat Application Pool Step 6. Create the Virtual Directory Step 7. Create and Enable the Tomcat Web Service Extension

Tomcat And IIS: Mapping different Host headers to the same Webapplication Instance

2006-10-25 Thread Claudio Greuter
of this we are having IIS running to serve some static contents as well as other dynamic stuff(php, Asp) and the website addresses should be mapped from IIS to Tomcat in the following way: http://www.site1.ch -- http://Localhost:8080/customer/magnoliaAuthor/site1/ http://www.site2.ch -- http

Re: Tomcat And IIS: Mapping different Host headers to the same Webapplication Instance

2006-10-25 Thread David Smith
addresses should be mapped from IIS to Tomcat in the following way: http://www.site1.ch -- http://Localhost:8080/customer/magnoliaAuthor/site1/ http://www.site2.ch -- http://Localhost:8080/customer/magnoliaAuthor/site1/ I tried this using JK2, however it seems that I would have to create a separate

RE: Tomcat And IIS: Mapping different Host headers to the same Webapplication Instance

2006-10-25 Thread Claudio Greuter
:[EMAIL PROTECTED] Sent: Mittwoch, 25. Oktober 2006 13:34 To: Tomcat Users List Subject: Re: Tomcat And IIS: Mapping different Host headers to the same Webapplication Instance Sounds to me like you are trying to deploy the same context multiple times -- Magnolia is not designed out of the box

Re: Tomcat, ajp, IIS - loosing connection

2006-10-24 Thread Peter Olin
Thanks all for your suggestions. We never got it to work. Instead we upgraded to Tomcat 5.5 and the problem haven't surfaced since a week back. Irritating magic? Anyway, thanks! /Peter Olin 2006/10/17, Mladen Turk [EMAIL PROTECTED]: Peter Olin wrote: Or is there an undocumented

Re: Tomcat, ajp, IIS - loosing connection

2006-10-17 Thread Mladen Turk
Peter Olin wrote: This is what I found in the Tomcat log, and I guess that this is the last thing that happened before the IIS-Tomcat connection stopped working. 2006-10-16 23:20:29 [EMAIL PROTECTED]: Exception Processing ErrorPage[errorCode=404, location=/index.jsp] ClientAbortException

Re: Tomcat, ajp, IIS - loosing connection

2006-10-17 Thread Peter Olin
? Or is there an undocumented worker.xxx.keepalive ? /Peter 2006/10/17, Mladen Turk [EMAIL PROTECTED]: Peter Olin wrote: This is what I found in the Tomcat log, and I guess that this is the last thing that happened before the IIS-Tomcat connection stopped working. 2006-10-16 23:20:29 [EMAIL PROTECTED

Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Peter Olin
Hi! After a day or so a fully functional setup (IIS, AJP Tomcat) doesn't work any longer. Tomcat is still running, and surfing to the Tomcat port works fine, but going through IIS no longer works. (See log excerpt below) I've been searching the archives and Googling all over but can't find any

RE: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Sean Overby
Hi, We to have been having major issues with IIS -- apj --- Tomcat, once the connector dies the only thing that fixes it for us is restarting the IIS admin service. If your using the 1.2.15 or higher connector you might want to try upping the connection pool setting in the connector config

Re: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Mladen Turk
Peter Olin wrote: This is what the log says: [Fri Oct 13 13:08:09 2006] [5788:13544] [error] jk_ajp_common.c (947): (ajp15w) can't receive the response message from tomcat, network problems or tomcat is down (xx.xx.xx.xx:8009), err=-54 This means that Tomcat has closed the AJP connection

Re: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Christopher Schultz
Peter, After a day or so a fully functional setup (IIS, AJP Tomcat) doesn't work any longer. Tomcat is still running, and surfing to the Tomcat port works fine, but going through IIS no longer works. (See log excerpt below) We're using the following: - Tomcat 5.0.28 - ajk 2.19

Re: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Martin Gainty
, dissemination, distribution or copying of it or its contents - Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, October 16, 2006 11:46 AM Subject: Re: Tomcat, ajp, IIS - loosing connection

Re: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Peter Olin
Thanks Chris! Yes, Tomcat and IIS are on different machines, and yes, there is firewall stuff in between. IIS is in a publicly available layer, and Tomcat is more inside protected from the outside world. And at the moment there is only infrequent traffic to the server. I'll follow up your

RE: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Sean Overby
- From: Peter Olin [mailto:[EMAIL PROTECTED] Sent: Monday, October 16, 2006 4:16 PM To: Tomcat Users List Subject: Re: Tomcat, ajp, IIS - loosing connection Thanks Chris! Yes, Tomcat and IIS are on different machines, and yes, there is firewall stuff in between. IIS is in a publicly available

Tomcat and IIS - quick setup

2006-09-22 Thread Mikolaj Rydzewski
Hi, In the near future I'll face the problem of integrating Tomcat with IIS server. I'm a unix guy for a years, so it frightens me a little ;-) I have read http://tomcat.apache.org/connectors-doc/howto/iis.html - is there any simpler way? Something similiar to ProxyPass in Apache? How do

RE: Tomcat and IIS - quick setup

2006-09-22 Thread Peter Crowther
From: Mikolaj Rydzewski [mailto:[EMAIL PROTECTED] http://tomcat.apache.org/connectors-doc/howto/iis.html - is there any simpler way? No. IIS does not have built-in proxying. I'm thinking also about running Tomcat standalone on port 80 listening on another IP address. That's a simpler

Tomcat 5.5.17 IIS 6.0 on separate physical se rvers – looking for assistance with SSL ( JSSE)

2006-08-28 Thread Edward Julian
Currently I have IIS 6.0 (on Windows 2003) running the redirector plug-in which is directing Tomcat requests to a separate physical server running Tomcat 5.5.17 on Windows 2003. Currently the redirector plug-in is successfully forwarding JSP requests (from configuring the workers.properties

Fwd: Tomcat 5.5 / IIS 6 web server log question

2006-06-17 Thread 0 8
Does anyone know where I can go to get an answer to this question? Thanks, Matt -- Forwarded message -- From: 0 8 [EMAIL PROTECTED] Date: Jun 16, 2006 12:43 PM Subject: Tomcat 5.5 / IIS 6 web server log question To: Tomcat Users users@tomcat.apache.org Hello, I have Tomcat

Tomcat 5.5 / IIS 6 web server log question

2006-06-16 Thread 0 8
Hello, I have Tomcat 5.5 and IIS 6 integrated using isapi_redirect.dll. So far, they are working together just fine. I noticed in my IIS web server logs that the GET requests are not being recorded as I would expect. I'm currently seeing... GET /jakarta/isapi_redirect.dll ...when I expected

Tomcat 5.5 / IIS 6 web server log question

2006-06-15 Thread 0 8
Hello, I have Tomcat 5.5 and IIS 6 integrated using isapi_redirect.dll. So far, they are working together just fine. I noticed in my IIS web server logs that the GET requests are not being recorded as I would expect. I'm currently seeing... GET /jakarta/isapi_redirect.dll ...when I expected

configure tomcat and iis for multiple domains

2006-06-11 Thread homauoon mahboobi
Hi all I want to configure Tomcat with IIS to service multiple domains same as Web Hostings.My purpose is establish an Internet Hosting server. Can any one help me or address useful documet for this? Thanks __ Do You Yahoo!? Tired of spam? Yahoo

RE: Tomcat under IIS using isapi_redirect.dll

2006-02-02 Thread Earnie Dyke
PROTECTED] Sent: Thursday, February 02, 2006 10:27 AM To: users@tomcat.apache.org Subject: Tomcat under IIS using isapi_redirect.dll Hi all, I'm having a little trouble getting tomcat to work in conjunction with IIS. I have followed the instructions to the letter but to no avail. When I check

RE: Tomcat under IIS using isapi_redirect.dll

2006-02-02 Thread Richard Burman
] jk_isapi_plugin.c (863): [/NetSearch/index.html] is a servlet url - should redirect to NetSearchWorker -Original Message- From: Earnie Dyke [mailto:[EMAIL PROTECTED] Sent: 02 February 2006 15:32 To: Tomcat Users List Subject: RE: Tomcat under IIS using isapi_redirect.dll Richard, Is that all

RE: Tomcat under IIS using isapi_redirect.dll

2006-02-02 Thread Richard Burman
:34 To: Tomcat Users List Subject: RE: Tomcat under IIS using isapi_redirect.dll They are both running on the same machine and it doesn't have a firewall installed. Here is a more extensive snippet from the log file: [Thu Feb 02 11:57:38 2006] [5684:1588] [debug] jk_shm.c (134): Initialized

RE: Tomcat under IIS using isapi_redirect.dll

2006-02-02 Thread Earnie Dyke
That could do it. Earnie! -Original Message- From: Richard Burman [mailto:[EMAIL PROTECTED] Sent: Thursday, February 02, 2006 10:38 AM To: Tomcat Users List Subject: RE: Tomcat under IIS using isapi_redirect.dll D'oh!! It's okay, I've just spotted the problem. I had put

RE: Tomcat under IIS using isapi_redirect.dll

2006-02-02 Thread Richard Burman
of help anywhere if things don't work... Cheers, Richard. -Original Message- From: Earnie Dyke [mailto:[EMAIL PROTECTED] Sent: 02 February 2006 15:40 To: Tomcat Users List Subject: RE: Tomcat under IIS using isapi_redirect.dll That could do it. Earnie! -Original Message- From

RE: Tomcat under IIS using isapi_redirect.dll

2006-02-02 Thread BLACKWELL, CRISS
-98000 [EMAIL PROTECTED] (206) 878-3710 ext: 3566 -Original Message- From: Richard Burman [mailto:[EMAIL PROTECTED] Sent: Thursday, February 02, 2006 7:38 AM To: Tomcat Users List Subject: RE: Tomcat under IIS using isapi_redirect.dll D'oh!! It's okay, I've just spotted the problem. I

RE: Tomcat under IIS using isapi_redirect.dll

2006-02-02 Thread Earnie Dyke
Subject: RE: Tomcat under IIS using isapi_redirect.dll Hmm... No, that's not it. Still getting exactly the same error. Where exactly is this 'The specified module could not be found' coming from? Is it the redirector that is failing or is Tomcat somehow giving an incorrect response? Are these two

RE: Tomcat under IIS using isapi_redirect.dll

2006-02-02 Thread Richard Burman
Message- From: Earnie Dyke [mailto:[EMAIL PROTECTED] Sent: 02 February 2006 16:15 To: Tomcat Users List Subject: RE: Tomcat under IIS using isapi_redirect.dll The two lines are informational. It tells you that it matched the URI with a worker. Can you post your workers and uriworkers properties

RE: Tomcat under IIS using isapi_redirect.dll

2006-02-02 Thread Earnie Dyke
: RE: Tomcat under IIS using isapi_redirect.dll worker.properties worker.list=NetSearchWorker worker.NetSearchWorker.port=8019 worker.NetSearchWorker.host=localhost worker.NetSearchWorker.type=ajp13 uriworkermap.properties /NetSearch/*=NetSearchWorker /NetSearch/*.jsp=NetSearchWorker

RE: Tomcat under IIS using isapi_redirect.dll

2006-02-02 Thread Richard Burman
. -Original Message- From: Earnie Dyke [mailto:[EMAIL PROTECTED] Sent: 02 February 2006 17:00 To: Tomcat Users List Subject: RE: Tomcat under IIS using isapi_redirect.dll Is the port 8019 correct. Usually Tomcat AJP connector is listening on 8009. From the log snippet, it is finding

RE: Tomcat under IIS using isapi_redirect.dll

2006-02-02 Thread Earnie Dyke
: Thursday, February 02, 2006 12:12 PM To: Tomcat Users List Subject: RE: Tomcat under IIS using isapi_redirect.dll Yeah, I had to change the port because something else on my machine is holding port 8009, but I've changed it in both the worker.properties and the server.xml connector so it should

Help please... Tomcat through IIS 6

2005-11-29 Thread Sue Roe
Hello Can anyone tell me which isapi_redirect dll I need for the environment specified below. I was going to try JK2 (isapi_redirector2.dll) but from what I have read this has been deprecated Environment = Tomcat 4.1, Windows 2003 Server, IIS 6

<    1   2