Tomcat behind IIS - Session timeout is ignored

2005-10-05 Thread Tobias Meyer
works great in many other installations (without IIS, though) As far as I could tell, the sessions are purely managed by tomcat, so IIS should not pose a problem, but still... Can anyone shed some light on this? Thanks, Tobias

Connectiong tomcat to IIS - no luck and conflicting info

2005-09-06 Thread David Thielen
Hi; I am trying to connect Tomcat 5.5 to IIS 5.1 and having zero luck. Here is what I did: 1. Went to http://apache.towardex.com/jakarta/tomcat-connectors/jk/binaries/win32/jk-1. 2.14 2. Downloaded ran isapi_redirect-1.2.14.exe 3. Added isapi_redirect as an ISAPI filter

RE: Connectiong tomcat to IIS - no luck and conflicting info

2005-09-06 Thread Tracy Spratt
the IIS service, probably even reboot entirely! Tracy -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 4:29 PM To: tomcat-user@jakarta.apache.org Subject: Connectiong tomcat to IIS - no luck and conflicting info Hi; I am trying to connect

Tomcat and IIS load balancing configuration

2005-08-29 Thread Don Hayes
I am testing a load balancing configuration with Tomcat and IIS using the isapi_redirector. My configuration works if I have a single worker defined in my workers.properties file but it fails if I try to add a second worker (ie, I change the balance_workers entry near the bottom of the file

Problem front-ending tomcat with IIS

2005-08-01 Thread Ikonne, Ike
Hi all, I am trying to configure Basic Authentication with IIS/Tomcat and have not had any success yet. Here is my operating environment: Tomcat 5.5.9 IIS 5.0 I get HTTP 401 error when I ran this setup. I have successfully ran the same setup with Apache/Tomcat. I would

How to configure Tomcat and IIS to perform Basic authentication

2005-07-13 Thread Ikonne, Ike
Hi all, I have been trying to configure IIS/Tomcat to perform basic authentication and have not had any success yet, I would appreciate it if someone could give me some pointers on how to make this to work. Thanks, Ike

Tomcat and IIS on two web servers

2005-07-06 Thread Patnaik, Vandana
Hi, How does the information apply to two servers having an instance of TOMCAT running on each. The two servers are referenced by an alias and have IIS running on them. I also have the Jakarta connector running on both machines. The alias is a CSS device which round robins the requests that

RE: Redirecting Tomcat to IIS (UNCLASSIFIED)

2005-06-15 Thread Young, Ed CONT Anteon
[mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 2:03 PM To: Tomcat Users List Subject: RE: Redirecting Tomcat to IIS (UNCLASSIFIED) hihi Ed, i have windows 2003 server, IIS 6.0, Tomcat 5.5.9 and i have redirection working fine. i used to have windows 2000, IIS 5.0, Tomcat 4.1 and i also had

RE: Redirecting Tomcat to IIS (UNCLASSIFIED)

2005-06-14 Thread Young, Ed CONT Anteon
settings to ensure the correct paths are specified. -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 8:26 AM To: Tomcat Users List Subject: RE: Redirecting Tomcat to IIS (UNCLASSIFIED) From: Young, Ed CONT Anteon [mailto:[EMAIL PROTECTED

RE: Redirecting Tomcat to IIS (UNCLASSIFIED)

2005-06-14 Thread Woodchuck
hihi Ed, i have windows 2003 server, IIS 6.0, Tomcat 5.5.9 and i have redirection working fine. i used to have windows 2000, IIS 5.0, Tomcat 4.1 and i also had redirection working fine in that setup as well. my question to you is, how are you setting up the JK connector? are you doing

RE: Redirecting Tomcat to IIS (UNCLASSIFIED)

2005-06-13 Thread Brereton, Stephen
I have an issue with redirecting my web application from Tomcat 4.1 to IIS 6.0 on Windows 2003 Server. I assume this to mean you are running Tomcat under Windows IIS6, and are trying to redirect pages to the IIS6 server. This means you have (or should have) at least one page under the default

Redirecting Tomcat to IIS (UNCLASSIFIED)

2005-06-09 Thread Young, Ed CONT Anteon
Classification: UNCLASSIFIED Caveats: NONE Hi, I have an issue with redirecting my web application from Tomcat 4.1 to IIS 6.0 on Windows 2003 Server. I have followed the steps in configuring the redirect but once I try to access the page using port 80, I get an Under Construction error

RE: Redirecting Tomcat to IIS (UNCLASSIFIED)

2005-06-09 Thread Brereton, Stephen
To: Tomcat Users List Subject: Redirecting Tomcat to IIS (UNCLASSIFIED) Classification: UNCLASSIFIED Caveats: NONE Hi, I have an issue with redirecting my web application from Tomcat 4.1 to IIS 6.0 on Windows 2003 Server. I have followed the steps in configuring the redirect but once I try

RE: Redirecting Tomcat to IIS (UNCLASSIFIED)

2005-06-09 Thread Peter Crowther
From: Young, Ed CONT Anteon [mailto:[EMAIL PROTECTED] I have an issue with redirecting my web application from Tomcat 4.1 to IIS 6.0 on Windows 2003 Server. I have followed the steps in configuring the redirect but once I try to access the page using port 80, I get an Under

RE : Tomcat behind IIS

2005-03-21 Thread VAN DER MARLIERE FREDERIC
will be appreciated. Fred -Message d'origine- De : SANTOS, DANIEL (SBCSI) [mailto:[EMAIL PROTECTED] Envoyé : vendredi 18 mars 2005 18:22 À : Tomcat Users List Cc : MAES NICOLAS Objet : RE: Tomcat behind IIS sure, just go into your server.xml and remove the web connector Connector port

RE: RE : Tomcat behind IIS

2005-03-21 Thread Sng Wee Jim
(SBCSI); Tomcat Users List Cc: MAES NICOLAS Subject: RE : Tomcat behind IIS In fact, what I really want is to prevent any other IIS or Apache to connect to my 8009 connector port, for my IIS machine is used for authentication. I don't want that someone can bypass this. I tried to use a Request

Tomcat behind IIS

2005-03-18 Thread VAN DER MARLIERE FREDERIC
Hi all, I installed a tomcat 5.0 behind an IIS server. Everything works fine with the connector. Now, I would like that Tomcat only accepts connections from this IIS server and not from others computers (still accessible from http://myhost:8080/myApplication http://myhost:8080/myApplication ).

RE: Tomcat behind IIS

2005-03-18 Thread SANTOS, DANIEL \(SBCSI\)
- From: VAN DER MARLIERE FREDERIC [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 10:58 AM To: tomcat-user@jakarta.apache.org Cc: MAES NICOLAS Subject: Tomcat behind IIS Hi all, I installed a tomcat 5.0 behind an IIS server. Everything works fine with the connector. Now, I would like

RE: Tomcat and IIS Authorization

2005-03-02 Thread Allistair Crossley
Hi, Sorry, I thought you had it setup and wanted only to know how to pass NTLM to Tomcat. For IIS-Tomcat in general you will need to install and configure the JK1.2.8 connector. http://jakarta.apache.org/tomcat/connectors-doc/ Cheers, Allistair. -Original Message- From: Denny Lee

Tomcat and IIS Authorization

2005-03-01 Thread Denny Lee
Hello All, I am creating a web app that has users and admins and I need to limit certain configuration pages only to admins. I must use NTLM to authenticate users into the web site and somehow get the credential to determine if the user has sufficient access or not. How can I do this? Can I do

RE: Tomcat and IIS Authorization

2005-03-01 Thread Allistair Crossley
Check out the NTLM part in my Tomcat 5.5 blog www.adcworks.com/blog Cheers, Allistair. -Original Message- From: Denny Lee [mailto:[EMAIL PROTECTED] Sent: 01 March 2005 17:26 To: tomcat-user@jakarta.apache.org Subject: Tomcat and IIS Authorization Hello All, I am creating

Re: Tomcat and IIS Authorization

2005-03-01 Thread Denny Lee
Hello Allistair, I looked at your blog but I am still lost as to how to setup IIS and Tomcat. I saw that you mentioned you have it setup but did not specify how to do so. -Original Message- Check out the NTLM part in my Tomcat 5.5 blog www.adcworks.com/blog Cheers

Re: Tomcat and IIS Authorization

2005-03-01 Thread karjera
Laba diena. Dkojame, kad mums parate. Js atsista inut isaugota ms duomen bazje. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Re: trying with my first site on Tomcat with IIS 5.0 (3)

2005-02-24 Thread Matt
] Sent: Thursday, February 24, 2005 12:07 AM To: Tomcat Users List Subject: Re: Re: trying with my first site on Tomcat with IIS 5.0 (3) These are documented in lots of places (Google for the terms), but confusing in that they have the extra instructions that you don't need when you use

trying with my first site on Tomcat with IIS

2005-02-23 Thread David IBARRA ROSALES
Hi everybody I've created a folder called test on webapps and a website on IIS (include ISAPI and virtual directory jakarta) with the same target. when i call with http://localhost:8080/test/test.jsp works, but when i call it on the browser: http://localhost/test.jsp , does not work. need I

RE: trying with my first site on Tomcat with IIS

2005-02-23 Thread Allistair Crossley
Hi, This is such a well documented configuration. I suggest you either search the list archives, or head to Tomcat's documentation page and look at the JK for IIS documentation. You'll need the ISAPI DLL, a workers.properties file to map URLs to Tomcat from IIS, and a set of Windows registry

Re: trying with my first site on Tomcat with IIS

2005-02-23 Thread Matt
You may just need to add a line like: /test/*=ajp13w ...or similar, to your uriworkermap.properties file. You shouldn't need to add a context to server.xml if you're putting this in $CATALINA_HOME/webapps, though I may be mistaken as I am wrapping-up my own learning curve on this. Thanks, -Matt

RE: trying with my first site on Tomcat with IIS

2005-02-23 Thread Allistair Crossley
] Sent: 23 February 2005 14:17 To: Tomcat Users List Subject: Re: trying with my first site on Tomcat with IIS You may just need to add a line like: /test/*=ajp13w ...or similar, to your uriworkermap.properties file. You shouldn't need to add a context to server.xml if you're putting

Re: trying with my first site on Tomcat with IIS

2005-02-23 Thread Viorel Dragomir
, February 23, 2005 16:22 Subject: trying with my first site on Tomcat with IIS Hi everybody I've created a folder called test on webapps and a website on IIS (include ISAPI and virtual directory jakarta) with the same target. when i call with http://localhost:8080/test/test.jsp works, but when i call

Re: trying with my first site on Tomcat with IIS

2005-02-23 Thread David IBARRA ROSALES
11:21 AM Subject: Re: trying with my first site on Tomcat with IIS Try with google. You can find an how to on jakarta.apache.org site. Or you can ask your friends. Viorel Dragomir . .. --- - Original Message - From

RE: trying with my first site on Tomcat with IIS

2005-02-23 Thread Matt
out, you will want JK 1.2.8 and therefore workers.properties will be the file to declare URL mappings. -Original Message- From: Matt [mailto:[EMAIL PROTECTED] Sent: 23 February 2005 14:17 To: Tomcat Users List Subject: Re: trying with my first site on Tomcat with IIS You may

RE: trying with my first site on Tomcat with IIS

2005-02-23 Thread Allistair Crossley
:[EMAIL PROTECTED] Sent: 23 February 2005 14:36 To: Tomcat Users List Subject: RE: trying with my first site on Tomcat with IIS Actually, that's not entirely true. If you use jk_1.2.8.exe on Windows to install, it creates its own folder (I forget the name and am away from this system

Re: trying with my first site on Tomcat with IIS

2005-02-23 Thread David IBARRA ROSALES
11:36 AM Subject: RE: trying with my first site on Tomcat with IIS Actually, that's not entirely true. If you use jk_1.2.8.exe on Windows to install, it creates its own folder (I forget the name and am away from this system at present, maybe ISAPI Redirection DLL or such, sorry!) at the same

Re: trying with my first site on Tomcat with IIS (2)

2005-02-23 Thread David IBARRA ROSALES
site on Tomcat with IIS i was just going by the latest JK 1.2.8 documentation which discusses only the configuration of workers.properties. uriworkersmap used to be the file used for jk2 style config. http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html -Original Message

RE: Re: trying with my first site on Tomcat with IIS (2)

2005-02-23 Thread Allistair Crossley
To: Tomcat Users List Subject: Re: trying with my first site on Tomcat with IIS (2) Thanks Allistar I will go on trying... it can be only a small thing i think your message encourage me, David mytwo files show

Re: Re: trying with my first site on Tomcat with IIS 5.0 (3)

2005-02-23 Thread David IBARRA ROSALES
@jakarta.apache.org Sent: Wednesday, February 23, 2005 11:59 AM Subject: RE: Re: trying with my first site on Tomcat with IIS (2) actually Matt appears to be correct I admit - i've just checked our 1.2.8 config and it is indeed uriworkersmap.properties you need to add your mappings to. sorry

RE: trying with my first site on Tomcat with IIS

2005-02-23 Thread Matt
. http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html -Original Message- From: Matt [mailto:[EMAIL PROTECTED] Sent: 23 February 2005 14:36 To: Tomcat Users List Subject: RE: trying with my first site on Tomcat with IIS Actually, that's not entirely true

Re: Re: trying with my first site on Tomcat with IIS 5.0 (3)

2005-02-23 Thread Matt
first site on Tomcat with IIS (2) actually Matt appears to be correct I admit - i've just checked our 1.2.8 config and it is indeed uriworkersmap.properties you need to add your mappings to. sorry for the confusion -Original Message- From: David IBARRA ROSALES [mailto:[EMAIL

RE: Re: trying with my first site on Tomcat with IIS 5.0 (3)

2005-02-23 Thread Aris Javier
[mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 12:07 AM To: Tomcat Users List Subject: Re: Re: trying with my first site on Tomcat with IIS 5.0 (3) These are documented in lots of places (Google for the terms), but confusing in that they have the extra instructions that you don't need

Tomcat 5.0.28/IIS 5.0/jk2

2005-02-08 Thread McInerney Clare
Hi, I have configured IIS 5.0 with jk2 (isapi_redirector2.dll) + Tomcat 5.0.28. My main problem is that the log entry being written to IIS just logs GET /jakarta/isapi_redirector2.dll 200 ... for all URLs being redirected. All requests not redirected log as expected. Is there a way to log

Jboss vs. tomcat with IIS

2005-01-26 Thread Warron French
Can I do everything with JBoss that I can with Tomcat? I heard from a developer that JBoss is better than tomcat because tomcat can not handle as many users at the same time. Is this a true statement? Is it relevant to what web service (IIS vs Apache) is being used? Warron French Sr.

Re: Jboss vs. tomcat with IIS

2005-01-26 Thread John Najarian
To: User Tomcat (E-mail) tomcat-user@jakarta.apache.org Subject: Jboss vs. tomcat with IIS Can I do everything with JBoss that I can with Tomcat? I heard from a developer that JBoss is better than tomcat because tomcat can not handle as many users at the same time. Is this a true statement

RE: Jboss vs. tomcat with IIS

2005-01-26 Thread Warron French
, January 26, 2005 5:41 PM To: Tomcat Users List Subject: Re: Jboss vs. tomcat with IIS No, tomcat is a jsp/servlet container. JBoss is a full blown application server. Tomcat doesn't support EJBs JBoss does. If all you want is JSP/Servlets and a webserver, tomcat will work. -Original

Re: RE: Jboss vs. tomcat with IIS

2005-01-26 Thread bounce
Geachte relatie, Het door u gebruikte e-mailadres is niet meer actief. U kunt uw e-mailbericht sturen naar [EMAIL PROTECTED] of dit bericht beantwoorden. Bedankt voor uw medewerking, Met vriendelijke groet, ATP Hypotheken Het Spoor 40 3994 AK Houten Tel. 030 750 25 33 Fax. 030 750 25 88

RE: Jboss vs. tomcat with IIS

2005-01-26 Thread Caldarale, Charles R
From: Warron French [mailto:[EMAIL PROTECTED] Subject: RE: Jboss vs. tomcat with IIS But if I want to cover all types of Java applications I could essentially go with an overkill method and use the JBoss application? You should be aware that JBoss uses an embedded Tomcat as its web server

Re: RE: Jboss vs. tomcat with IIS

2005-01-26 Thread bounce
Geachte relatie, Het door u gebruikte e-mailadres is niet meer actief. U kunt uw e-mailbericht sturen naar [EMAIL PROTECTED] of dit bericht beantwoorden. Bedankt voor uw medewerking, Met vriendelijke groet, ATP Hypotheken Het Spoor 40 3994 AK Houten Tel. 030 750 25 33 Fax. 030 750 25 88

Tomcat with IIS 6 on Win 2003

2004-12-06 Thread Vakulenko, Andrey V
Do you know if a new isapi_redirect.dll is available to run Tomcat under IIS 6 (without switching in IIS 5 isolation mode)? Thanks, Andrey Vakulenko, EDS - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Tomcat with IIS 6 on Win 2003

2004-12-06 Thread Mladen Turk
Vakulenko, Andrey V wrote: Do you know if a new isapi_redirect.dll is available to run Tomcat under IIS 6 (without switching in IIS 5 isolation mode)? No. Neither it will. We'll probably develop a new connector for IIS6 using new proxy_ajp code base. There are just too many differences between

RE: Tomcat with IIS 6 on Win 2003

2004-12-06 Thread Vakulenko, Andrey V
Any timetable? -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 10:40 AM To: Tomcat Users List Subject: Re: Tomcat with IIS 6 on Win 2003 Vakulenko, Andrey V wrote: Do you know if a new isapi_redirect.dll is available to run Tomcat under

Re: Tomcat with IIS 6 on Win 2003

2004-12-06 Thread Mladen Turk
Vakulenko, Andrey V wrote: Any timetable? Not this year for sure :). I think by the end of February next year. MT. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat with IIS 6 on Win 2003

2004-12-06 Thread Vakulenko, Andrey V
Thanks a lot -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 10:54 AM To: Tomcat Users List Subject: Re: Tomcat with IIS 6 on Win 2003 Vakulenko, Andrey V wrote: Any timetable? Not this year for sure :). I think by the end of February

Tomcat 5 IIS 5 Integration

2004-11-02 Thread Ken Hall
I am running Tomcat 5.0.25 and IIS 5.0 in tandem and am getting some strange configuration errors from the JK2 connector. It seems to lose connection between Tomcat and IIS and I can't seem to correct it. It appears to be random and happen at different times during the day. If I get 500 hits

Setup tomcat behind IIS Server on different machine(s)

2004-08-27 Thread Fournier, Pete
Hi, Has anyone had success setting up an IIS webserver to serve up JSP/Servlets from another machine running Tomcat 5 using the Jk2 connector? I am running a webserver with Win2003 Server (ipwww1), and an app server with Win2003 Server and Tomcat5 installed (ipwo1). I can pull from

MOD_JK2 is mapping all URIs to Tomcat on IIS

2004-07-15 Thread Marcus Kellermann
I have a Tomcat 4.1X install on IIS 6.0 that is redirecting all traffice to Tomcat and not just the URIs specified in the worker2.properties file. Looking at the URI section in http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configwebcom.htm l it states that [URI:*] is a special case

Re: Integrating Tomcat and IIS

2004-07-09 Thread Tom Burke
[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 2:41 PM Subject: Integrating Tomcat and IIS I sent a long email to the list on Tuesday asking for help with problems I'm having intergating Tomcat with IIS. Sadly, there were no replies. My email was rather long - lots of examples, config file

Re: Integrating Tomcat and IIS

2004-07-08 Thread Tom Burke
- Original Message - From: Januski, Ken [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 6:38 PM Subject: RE: Integrating Tomcat and IIS I do believe though that you didn't mention whether you had the green arrow in the isapi filter on IIS

RE: Integrating Tomcat and IIS

2004-07-08 Thread Januski, Ken
And what do you have to offer this list as help for the person asking the question? -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 7:57 PM To: Tomcat Users List Subject: RE: Integrating Tomcat and IIS I SUCCESSFULLY INTEGRATE TOMCAT 5

RE: Integrating Tomcat and IIS

2004-07-08 Thread Aris Javier
JspISAPI Filter... you can download the said filter in neurospeech.com... =) -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 11:21 PM To: Tomcat Users List Subject: RE: Integrating Tomcat and IIS And what do you have to offer this list

RE: Integrating Tomcat and IIS

2004-07-07 Thread Januski, Ken
, and if so then what errors you're seeing after that. Good luck. Ken -Original Message- From: Tom Burke [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 9:42 AM To: Tomcat Users List Subject: Integrating Tomcat and IIS I sent a long email to the list on Tuesday asking for help

RE: Integrating Tomcat and IIS

2004-07-07 Thread Aris Javier
I SUCCESSFULLY INTEGRATE TOMCAT 5 WITH IIS... =) SIMPLE AND EASY! aris -Original Message- From: Tom Burke [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 9:42 PM To: Tomcat Users List Subject: Integrating Tomcat and IIS I sent a long email to the list on Tuesday asking

Re: Problem with Tomcat 4.1.30, IIS, isapi_redirect.dll and POSTs

2004-06-23 Thread Leif Mortenson
For the archives. I got no replies to this. But I was able to correct this (Bproblem by switching over to using jk2 rather than jk. That means using (Bisapi_redirector2.dll rather than isapi_redirect.dll. (B (BThis was not at all clear from the online docs. Everything points to using

Problem with Tomcat 4.1.30, IIS, isapi_redirect.dll and POSTs

2004-06-21 Thread Leif Mortenson
I have been using version 4.1.18 along with the newest isapi_redirect.dll at (Bthe time it was installed for the past year or. Recently to resolve an (Bunrelated problem we upgraded to Tomcat 4.1.30 and isapi_redirect.dll 1.2.5 (Band have been testing things out on our test servers. (B (BThis

Tomcat and IIS 6 - multiple hosted sites

2004-06-09 Thread Jason L. West, Sr.
I have a Win2003 server running IIS 6 and Tomcat. The server is hosting multiple domains and sub domains, single ip address using headers to sort domains. I want to publish out the Tomcat applications for the domains but I don't want to have to hit a sub directory on Tomcat server to do

Fwd: Tomcat and IIS 6 - multiple hosted sites

2004-06-09 Thread Jason L. West, Sr.
Does anyone have any kind of insight on this? Thanks for you help in advance. Jason L. West, Sr. Original Message Subject: Tomcat and IIS 6 - multiple hosted sites Date: 06/09/2004, 03:10 From: Jason L. West, Sr. [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED

Tomcat and IIS under SSL

2004-06-04 Thread Jesse Beaumont
Hi, I'm still struggling with my SSL problem. I have connected Tomcat and IIS using the isapi_redirect and used IIS to handle SSL. In this configuration when I run load tests after a number of successful requests suddenly errors start appearing (I am using JMeter). The client gets

RE: Tomcat 5.0 + IIS 6 + Windows 2003

2004-05-10 Thread Srinivas Kotapally
- From: Kannan Sundararajan [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 6:57 PM To: '[EMAIL PROTECTED]' Subject: Re: Tomcat 5.0 + IIS 6 + Windows 2003 I went thru this and it just an misdocumented feature gives interesting results. Focus on the isapi-director.dll 1. Where does the dll

RE: Tomcat 5.0 + IIS 6 + Windows 2003

2004-05-10 Thread Kannan Sundararajan
compatabile is difficult, since there is no site refers to it. You can find in tomcat or newsgroups to find the properdll, which is compatable with IIS and Tomcat. -Original Message- From: Srinivas Kotapally [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 1:30 PM To: 'Tomcat Users List

RE: Tomcat 5.0 + IIS 6 + Windows 2003

2004-05-08 Thread Alex Gibson
I am running Tomcat 5 on IIS 6. However I am running into a performance issue. Whenever I try to download a file, it is extremely slow. It appears there is a limit in IIS 6 with how much data can be transferred through an ISAPI filter. So far I have been unable to figure out how to remove

Tomcat 5.0 + IIS 6 + Windows 2003

2004-05-07 Thread Srinivas Kotapally
All This is my first post to the mailing list! Hope you guys can help! I am installing an app on Tomcat 5 + IIS 6.0 + Windows 2003 Server... I am having issues with the IIS -- Tomcat connectivity. I have followed the steps as per the instructions on http://virtualict.net/support/kb/iis6

Re: Tomcat 5.0 + IIS 6 + Windows 2003

2004-05-07 Thread Kannan Sundararajan
I went thru this and it just an misdocumented feature gives interesting results. Focus on the isapi-director.dll 1. Where does the dll reside (full folder path) 2. What is the virtual directory name in IIS and what the physical folder pointing to. 3. What is the registry entry value for

Tomcat and IIS Web Server

2004-04-19 Thread Varley, Roger
question is where does the authentication take place? Does IIS handle the authentication and certificates *before* it passes the request to Tomcat or does IIS pass control to Tomcat expecting it to handle the authentication and certificates? Or do I need to configure both IIS and Tomcat to handle HTTPS

Re: Tomcat and IIS Web Server

2004-04-19 Thread Daniel Gibby
IIS will handle the https. That means that actually the connection between IIS and tomcat is not secure, so take that into consideration as you make your decision. Varley, Roger wrote: Hi I have Tomcat running behind Microsofts IIS Web server. All requests go first to IIS and IIS forwards any

RE: Tomcat and IIS Web Server

2004-04-19 Thread Varley, Roger
IIS will handle the https. That means that actually the connection between IIS and tomcat is not secure, so take that into consideration as you make your decision. Thanks Daniel. Both the IIS server and Tomcat are located on the same server behind a firewall - so that really shouldn't

Re: Tomcat and IIS Web Server

2004-04-19 Thread Daniel Gibby
You're right. If you can trust your machine(s) and the users on them, then you should be secure enough. Varley, Roger wrote: IIS will handle the https. That means that actually the connection between IIS and tomcat is not secure, so take that into consideration as you make your decision

RE: Tomcat 5.0.19, IIS, Windows XP

2004-04-16 Thread Jay Rutten
listed below) and things started working. -Original Message- From: Jay Rutten [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 10:52 AM To: [EMAIL PROTECTED] Subject: Tomcat 5.0.19, IIS, Windows XP I am having problems getting the examples to work in an out of the box scenario. Here

Tomcat 5.0.19, IIS, Windows XP

2004-04-01 Thread Jay Rutten
I am having problems getting the examples to work in an out of the box scenario. Here is what I have installed: 1) JSDK 1.4.2_02 (auto-upgraded to 1.4.2_02-b03) with JAVA_HOME set appropriately. 2) Tomcat 5.0.19 installed and running as a service. The only options changed during install were the

RE: Tomcat 5.0.19, IIS, Windows XP

2004-04-01 Thread LILES, DAVID (CONTRACTOR)
I may be off base but do you have a webapp.exl file with a context? ref: www.dynamichostings.com/TomCat5IIS5.do -Original Message- From: Jay Rutten [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 12:52 PM To: [EMAIL PROTECTED] Subject: Tomcat 5.0.19, IIS, Windows XP I am

WebDAV with Tomcat and IIS/isapi_redirect.dll

2004-03-26 Thread Ingo Rockel
Hi there, has anyone a working setup with Tomcat and IIS/isapi_redirect.dll where the WebDAV commands like PROPFIND are passed to the Tomcat-Servlets and are not processed by the IIS (and answered with a 404)? I tried isapi_redirect.dll and isapi_redirector2.dll without any luck so far. Any

RE: Tomcat and IIS question

2004-02-27 Thread John MccLain
-Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 3:43 PM To: Tomcat Users List Subject: Re: Tomcat and IIS question I imagine that you've got Tomcat and IIS communicating behind a firewall, if not on the same machine. If only IIS

Tomcat and IIS question

2004-02-26 Thread John MccLain
Can I be running IIS and Tomcat concurrently and have specific webapps directed to each for processing. I am assuming that Tomcat will be running as a web server as well as servlet container and that IIS is of course running as a web server. The goal is to elminate the port number from the address

Re: Tomcat and IIS question

2004-02-26 Thread Ben Souther
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html On Thursday 26 February 2004 05:19 pm, you wrote: Can I be running IIS and Tomcat concurrently and have specific webapps directed to each for processing. I am assuming that Tomcat will be running as a web server as well

RE: Tomcat and IIS question

2004-02-26 Thread John MccLain
I believe there is a misunderstanding (I think???)... I already have tomcat talking to IIS, and IIS talking securely with the client. The problem is that IIS decrypts ssl requests to process them. In the case of a servlet request, it forwards the decrypted request to Tomcat and Tomcat sends

Re: Tomcat and IIS question

2004-02-26 Thread Ben Souther
I imagine that you've got Tomcat and IIS communicating behind a firewall, if not on the same machine. If only IIS is exposed to the internet, why would you need communication between the two to be encrypted? Also, If you aren't relying on IIS for encryption, why use it at all? Why not just

SocketException - JK2, Tomcat 4.1.29, IIS 5.1

2004-01-08 Thread Frank Febbraro
When accessing pages on my Tomcat server via IIS and isapi_redirector2.dll I get the following errors on every page request. The errors below are for a simple page invokation like http://localhost/asis/index.jsp Each page is returned successfully, but there are reams of errors generated. Thanks

Re: SocketException - JK2, Tomcat 4.1.29, IIS 5.1

2004-01-08 Thread Frank Febbraro
: SocketException - JK2, Tomcat 4.1.29, IIS 5.1 When accessing pages on my Tomcat server via IIS and isapi_redirector2.dll I get the following errors on every page request. The errors below are for a simple page invokation like http://localhost/asis/index.jsp Each page is returned successfully

RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-28 Thread Bhavdeep Sharma
will be helpful. P.S. Both Tomcat and IIS run fine and JSP page is served fine if run without IIS. Isapi.log: [Fri Nov 28 19:54:30 2003] [jk_uri_worker_map.c (464)]: Attempting to map URI '/examples/jsp/num/numguess.jsp' [Fri Nov 28 19:54:30 2003] [jk_uri_worker_map.c (529

RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-27 Thread Bhavdeep Sharma
To: Tomcat Users List Subject: RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector You will find more infos here. http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html Remember to restart iis and tomcat after modify properties files (workers.properties

Re: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-27 Thread Antony Paul
List [EMAIL PROTECTED] Sent: Thursday, November 27, 2003 6:06 PM Subject: RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector Thanks all (especially Walter do Valle, Wendell Holmes, Stphane Brogi) for the help. I will check on the link and try what they suggest

Re: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-26 Thread Walter do Valle
Try this It helps me a lot. http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm - Original Message - From: Bhavdeep Sharma To: Tomcat Users List Sent: Tuesday, November 25, 2003 11:21 AM Subject: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13

RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-26 Thread Stphane Brogi
You will find more infos here. http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html Remember to restart iis and tomcat after modify properties files (workers.properties; uriworkermap.properties) Stphane Brogi -Message d'origine- De : Walter do Valle [mailto:[EMAIL PROTECTED

Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-25 Thread Bhavdeep Sharma
Hi all, I am running tomcat 4.0 as service on Win 2K I am trying to connect IIS to tomcat on AJP 13 connector using JK1.2 (isapi_redirect_1.2.5.dll) I try to access the sample JSP page using IIS and get the error Page cannot be displayed The same JSP page works fine if I access it directly from

RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-25 Thread Wendell Holmes
Looks like you've set up a worker for ajp12 instead of ajp13. [jk_ajp12_worker.c (242)]: Into jk_worker_t::get_endpoint Wendell -Original Message- From: Bhavdeep Sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 7:21 AM To: Tomcat Users List Subject: Tomcat 4 - IIS 5

Tomcat + jk + IIS

2003-11-12 Thread Marco Shimomoto
Hello, I want to get running a test server with Tomcat (4.x) and IIS on a Windows 2000. Ive read all JK documentation at Jakarta, tried unsuccessfully to get them working. Does anybody know another source of information guide on doing this? Thanks in advance, Marco

RE: Tomcat + jk + IIS

2003-11-12 Thread Tom Lyle
http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html -Original Message- From: Marco Shimomoto [mailto:[EMAIL PROTECTED] Sent: 12 November 2003 15:52 To: Tomcat Users List Subject: Tomcat + jk + IIS Hello, I want to get running a test server with Tomcat (4.x) and IIS on a Windows

Tomcat Service crashes in Tomcat Via IIS environment...

2003-11-12 Thread Bond
am using SSL. Now, Most of the time, The site works Great, without a bump. But Randomly(or what appears to be randomly) The Tomcat Service will Crash, And we have to restart it. I have been threw the logs, both from IIS and Tomcat. The IIS logs tell me very little, I've checked the pages being

Tomcat standalone vs Tomcat with IIS

2003-11-07 Thread ashish . gadre
Hi there, We have a web application(non-J2EE), which interacts with JTS layer that in turn talks to the Database(SQL). Now this application was earlier hosted in iPlanet which we now want to shift to Tomcat (Tomcat 4.1.27 with JDK 1.4.2). What i am confused about is that would it be better to

Re: Tomcat standalone vs Tomcat with IIS

2003-11-07 Thread Bill Barker
[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi there, We have a web application(non-J2EE), which interacts with JTS layer that in turn talks to the Database(SQL). Now this application was earlier hosted in iPlanet which we now want to shift to Tomcat (Tomcat 4.1.27 with JDK

ssl tomcat through IIS

2003-10-29 Thread Meichun Li
I am new to this email list. This question might be in the arhive, but I couldn't find it. Could someone help me or tell me where I can find the resources. I have ssl applied in IIS, but I can't make it work with Tomcat 4. Thanks a lot! Meichun --

Tomcat 4.1, IIS : configuring IIS log output

2003-10-22 Thread Kent Boogaart
Hi all, My first post here. I am trying to get IIS to output the details of requests forwarded onto Tomcat rather than just the name of the ISAPI redirector DLL. For example, if IIS receives a GET request http://host/folder/index.jsp; it logs: [date] [time] [c-ip] GET

Using tomcat with IIS

2003-10-21 Thread Langenfeld, Jens
like: /ROOT=$(default.worker) /ROOT/*=$(default.worker) I get IIS iis_redirect.log entries like the following (1): the display of the tomcat.bat run jkconf is attached at the end of the mail (2). I work with jboss 2.2.2 tomcat 3.3.1 IIS 5 If you need any further information, tell me. I' ll

  1   2   3   4   5   >