RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!

2003-11-05 Thread Januski, Ken
Thanks Adam,

I haven't had to wrestle with this yet but I know it's waiting for me down
the line.

Ken


-Original Message-
From: Adam Krouskop [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 04, 2003 4:14 PM
To: 'Tomcat Users List'
Subject: RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS -
Won't Load!


FYI,

For future reference, I have posted a resources page for configuring IIS 6.0
with Tomcat on the web:
http://www.rit.edu/~ack5504/tomcat-iis6-howto/tomcat_iis6_resources.html

It offers the suggestions of this thread, but in more detail and I hope
people will find it useful down the road.

Regards.
Adam Krouskop

-Original Message-
From: Adam Krouskop [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 29, 2003 1:41 PM
To: 'Tomcat Users List'
Cc: 'Matthew Hall-Smith'
Subject: RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't
Load!


With some good suggestions of Matt Hall-Smith of Pauaware Information
Architects (and [disappointment]no suggestions from the Tomcat Users
List[/disappointment]) I have been able to get IIS 6.0 to work with Tomcat.

My working setup consists of IIS 6.0 running under Windows 2003 Small
Business Server talking to Tomcat 4.1.27 via Tomcat Web Server Connector JK
1.2.5. The various registry settings and configuration files are setup the
"standard way" described in the numerous online tutorials for setting up IIS
to work with Tomcat. (One, for instance, is located at
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html).

The one special extra step that needs to be taken in addition the "standard
steps" outlined in those online tutorials to get things to work under IIS
6.0. This extra step is to turn on "IIS 5.0 Isolation mode." (In the
management console go to: Web Site Properties -> Service -> Isolation Mode).

I imagine that turning on this "isolation mode" disables some of the
additional functionality added to IIS in the 5 -> 6 upgrade, but I don't
know all the ins and outs of what's new in IIS 6, so I'm not in a position
to further comment on that.


Matt Hall-Smith also discussed that the isapi_redirector2.dll of the JK2
distribution can be specially registered with IIS 6.0 (see IIS 6.0's online
help) which creates a configuration which "works" but doesn't seem stable,
as servletinputstream corruptions were experienced in large posts made to
his servlets. I have not experimented with this configuration, but should
someone need to JK2 or not have their IIS 6.0 in "IIS 5.0 Isolation Mode"
they could experiment with that setup.


Hopefully as the user base of IIS 6.0 continues to grow as people move to
Windows 2003, the demand for a stable JK connector to work with an "out of
the box" IIS 6.0 will bring about a new version of the JK connector. Until
then, I hope this e-mail thread can help some folks out.

Regards.
Adam Krouskop
[EMAIL PROTECTED]

-Original Message-----
From: Adam Krouskop [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 24, 2003 5:04 PM
To: [EMAIL PROTECTED]
Subject: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!



I'm trying to move an installation of Tomcat 4.1.27 and IIS from a Windows
XP box running IIS 5.1 to a Windows 2003 Small Business Server box running
an integrated version of IIS 6.0. I am running into problems because I can
not get the ISAPI Filter (DLL) to load. The arrow is always red and down
(never green and up) and the service log shows that the filter fails to lead
each time I restart IIS.

I am using identical /conf files and registry settings as my *working* IIS
5.1/XP setup. (And that setup is based on the general setup guide for the
IIS connector on the jakarta.apache.org site.) So, I don't believe my
configuration is to blame. I have also tried using both the JK 1.2 and JK
2.0 connectors. I've also tried disabling all the other ISAPI Filters that
were present by default with the Win2k3 installation. 

In my search for advice on the web, I found a few folks asking for help with
different aspects of *working* IIS 6.0 configurations, so I assume that with
the right tinkering, it is possible to get the existing connectors to work
with IIS 6.0.

If anyone has any tips on getting a connector to work under IIS 6.0, I would
be most appreciative. 

Thanks.
Adam Krouskop
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!

2003-11-05 Thread Adam Krouskop
FYI,

For future reference, I have posted a resources page for configuring IIS 6.0
with Tomcat on the web:
http://www.rit.edu/~ack5504/tomcat-iis6-howto/tomcat_iis6_resources.html

It offers the suggestions of this thread, but in more detail and I hope
people will find it useful down the road.

Regards.
Adam Krouskop

-Original Message-
From: Adam Krouskop [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 29, 2003 1:41 PM
To: 'Tomcat Users List'
Cc: 'Matthew Hall-Smith'
Subject: RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't
Load!


With some good suggestions of Matt Hall-Smith of Pauaware Information
Architects (and [disappointment]no suggestions from the Tomcat Users
List[/disappointment]) I have been able to get IIS 6.0 to work with Tomcat.

My working setup consists of IIS 6.0 running under Windows 2003 Small
Business Server talking to Tomcat 4.1.27 via Tomcat Web Server Connector JK
1.2.5. The various registry settings and configuration files are setup the
"standard way" described in the numerous online tutorials for setting up IIS
to work with Tomcat. (One, for instance, is located at
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html).

The one special extra step that needs to be taken in addition the "standard
steps" outlined in those online tutorials to get things to work under IIS
6.0. This extra step is to turn on "IIS 5.0 Isolation mode." (In the
management console go to: Web Site Properties -> Service -> Isolation Mode).

I imagine that turning on this "isolation mode" disables some of the
additional functionality added to IIS in the 5 -> 6 upgrade, but I don't
know all the ins and outs of what's new in IIS 6, so I'm not in a position
to further comment on that.


Matt Hall-Smith also discussed that the isapi_redirector2.dll of the JK2
distribution can be specially registered with IIS 6.0 (see IIS 6.0's online
help) which creates a configuration which "works" but doesn't seem stable,
as servletinputstream corruptions were experienced in large posts made to
his servlets. I have not experimented with this configuration, but should
someone need to JK2 or not have their IIS 6.0 in "IIS 5.0 Isolation Mode"
they could experiment with that setup.


Hopefully as the user base of IIS 6.0 continues to grow as people move to
Windows 2003, the demand for a stable JK connector to work with an "out of
the box" IIS 6.0 will bring about a new version of the JK connector. Until
then, I hope this e-mail thread can help some folks out.

Regards.
Adam Krouskop
[EMAIL PROTECTED]

-Original Message-----
From: Adam Krouskop [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 24, 2003 5:04 PM
To: [EMAIL PROTECTED]
Subject: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!



I'm trying to move an installation of Tomcat 4.1.27 and IIS from a Windows
XP box running IIS 5.1 to a Windows 2003 Small Business Server box running
an integrated version of IIS 6.0. I am running into problems because I can
not get the ISAPI Filter (DLL) to load. The arrow is always red and down
(never green and up) and the service log shows that the filter fails to lead
each time I restart IIS.

I am using identical /conf files and registry settings as my *working* IIS
5.1/XP setup. (And that setup is based on the general setup guide for the
IIS connector on the jakarta.apache.org site.) So, I don't believe my
configuration is to blame. I have also tried using both the JK 1.2 and JK
2.0 connectors. I've also tried disabling all the other ISAPI Filters that
were present by default with the Win2k3 installation. 

In my search for advice on the web, I found a few folks asking for help with
different aspects of *working* IIS 6.0 configurations, so I assume that with
the right tinkering, it is possible to get the existing connectors to work
with IIS 6.0.

If anyone has any tips on getting a connector to work under IIS 6.0, I would
be most appreciative. 

Thanks.
Adam Krouskop
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!

2003-11-03 Thread Sarel Bester
Hi Richard

I have to admit (in utter embarrassment) that I suddenly "saw" the picture .
. . .:).

I was looking at the "Properties" of "Web Sites" and the "Default Web Site".
I was looking so hard I didn't the Web Services Extensions right beneath Web
Sites.  My servlet now work perfect through port 80.

Thanks for your information,  it definitely saved the day for me!

Regards

Sarel Bester
Laragh Skills (formerly SmartForce Africa)
Work:  +27 11 2340690
Fax:  +27 11 2340790
Cell:  +27 82 8825009
e-mail: [EMAIL PROTECTED]


-Original Message-
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent:   Thursday, October 30, 2003 07:40
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject:        RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't
Load!

One additional thing to note (though it may be obvious to some), is that
the ISAPI function needs to be enabled on IIS6. This is done under the
IIS Manager -->  --> Web Service Extensions. From here the
ISAPI extension can be "allowed" to run.

Thanks again for the assistance Adam.


Richard Steck


-Original Message-
From: Adam Krouskop [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 29, 2003 11:41 AM
To: 'Tomcat Users List'
Cc: 'Matthew Hall-Smith'

With some good suggestions of Matt Hall-Smith of Pauaware Information
Architects (and [disappointment]no suggestions from the Tomcat Users
List[/disappointment]) I have been able to get IIS 6.0 to work with
Tomcat.

My working setup consists of IIS 6.0 running under Windows 2003 Small
Business Server talking to Tomcat 4.1.27 via Tomcat Web Server Connector
JK
1.2.5. The various registry settings and configuration files are setup
the
"standard way" described in the numerous online tutorials for setting up
IIS
to work with Tomcat. (One, for instance, is located at
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html).

The one special extra step that needs to be taken in addition the
"standard
steps" outlined in those online tutorials to get things to work under
IIS
6.0. This extra step is to turn on "IIS 5.0 Isolation mode." (In the
management console go to: Web Site Properties -> Service -> Isolation
Mode).

I imagine that turning on this "isolation mode" disables some of the
additional functionality added to IIS in the 5 -> 6 upgrade, but I don't
know all the ins and outs of what's new in IIS 6, so I'm not in a
position
to further comment on that.


Matt Hall-Smith also discussed that the isapi_redirector2.dll of the JK2
distribution can be specially registered with IIS 6.0 (see IIS 6.0's
online
help) which creates a configuration which "works" but doesn't seem
stable,
as servletinputstream corruptions were experienced in large posts made
to
his servlets. I have not experimented with this configuration, but
should
someone need to JK2 or not have their IIS 6.0 in "IIS 5.0 Isolation
Mode"
they could experiment with that setup.


Hopefully as the user base of IIS 6.0 continues to grow as people move
to
Windows 2003, the demand for a stable JK connector to work with an "out
of
the box" IIS 6.0 will bring about a new version of the JK connector.
Until
then, I hope this e-mail thread can help some folks out.

Regards.
Adam Krouskop
[EMAIL PROTECTED]

-Original Message-
From: Adam Krouskop [mailto:[EMAIL PROTECTED]
Sent: Friday, October 24, 2003 5:04 PM
To: [EMAIL PROTECTED]
Subject: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't
Load!



I'm trying to move an installation of Tomcat 4.1.27 and IIS from a
Windows
XP box running IIS 5.1 to a Windows 2003 Small Business Server box
running
an integrated version of IIS 6.0. I am running into problems because I
can
not get the ISAPI Filter (DLL) to load. The arrow is always red and down
(never green and up) and the service log shows that the filter fails to
lead
each time I restart IIS.

I am using identical /conf files and registry settings as my *working*
IIS
5.1/XP setup. (And that setup is based on the general setup guide for
the
IIS connector on the jakarta.apache.org site.) So, I don't believe my
configuration is to blame. I have also tried using both the JK 1.2 and
JK
2.0 connectors. I've also tried disabling all the other ISAPI Filters
that
were present by default with the Win2k3 installation.

In my search for advice on the web, I found a few folks asking for help
with
different aspects of *working* IIS 6.0 configurations, so I assume that
with
the right tinkering, it is possible to get the existing connectors to
work
with IIS 6.0.

If anyone has any tips on getting a connector to work under IIS 6.0, I
would
be most apprecia

RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!

2003-10-30 Thread rsteck
One additional thing to note (though it may be obvious to some), is that
the ISAPI function needs to be enabled on IIS6. This is done under the
IIS Manager -->  --> Web Service Extensions. From here the
ISAPI extension can be "allowed" to run.

Thanks again for the assistance Adam.


Richard Steck


-Original Message-
From: Adam Krouskop [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 29, 2003 11:41 AM
To: 'Tomcat Users List'
Cc: 'Matthew Hall-Smith'

With some good suggestions of Matt Hall-Smith of Pauaware Information
Architects (and [disappointment]no suggestions from the Tomcat Users
List[/disappointment]) I have been able to get IIS 6.0 to work with
Tomcat.

My working setup consists of IIS 6.0 running under Windows 2003 Small
Business Server talking to Tomcat 4.1.27 via Tomcat Web Server Connector
JK
1.2.5. The various registry settings and configuration files are setup
the
"standard way" described in the numerous online tutorials for setting up
IIS
to work with Tomcat. (One, for instance, is located at
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html).

The one special extra step that needs to be taken in addition the
"standard
steps" outlined in those online tutorials to get things to work under
IIS
6.0. This extra step is to turn on "IIS 5.0 Isolation mode." (In the
management console go to: Web Site Properties -> Service -> Isolation
Mode).

I imagine that turning on this "isolation mode" disables some of the
additional functionality added to IIS in the 5 -> 6 upgrade, but I don't
know all the ins and outs of what's new in IIS 6, so I'm not in a
position
to further comment on that.


Matt Hall-Smith also discussed that the isapi_redirector2.dll of the JK2
distribution can be specially registered with IIS 6.0 (see IIS 6.0's
online
help) which creates a configuration which "works" but doesn't seem
stable,
as servletinputstream corruptions were experienced in large posts made
to
his servlets. I have not experimented with this configuration, but
should
someone need to JK2 or not have their IIS 6.0 in "IIS 5.0 Isolation
Mode"
they could experiment with that setup.


Hopefully as the user base of IIS 6.0 continues to grow as people move
to
Windows 2003, the demand for a stable JK connector to work with an "out
of
the box" IIS 6.0 will bring about a new version of the JK connector.
Until
then, I hope this e-mail thread can help some folks out.

Regards.
Adam Krouskop
[EMAIL PROTECTED]

-Original Message-----
From: Adam Krouskop [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 24, 2003 5:04 PM
To: [EMAIL PROTECTED]
Subject: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't
Load!



I'm trying to move an installation of Tomcat 4.1.27 and IIS from a
Windows
XP box running IIS 5.1 to a Windows 2003 Small Business Server box
running
an integrated version of IIS 6.0. I am running into problems because I
can
not get the ISAPI Filter (DLL) to load. The arrow is always red and down
(never green and up) and the service log shows that the filter fails to
lead
each time I restart IIS.

I am using identical /conf files and registry settings as my *working*
IIS
5.1/XP setup. (And that setup is based on the general setup guide for
the
IIS connector on the jakarta.apache.org site.) So, I don't believe my
configuration is to blame. I have also tried using both the JK 1.2 and
JK
2.0 connectors. I've also tried disabling all the other ISAPI Filters
that
were present by default with the Win2k3 installation. 

In my search for advice on the web, I found a few folks asking for help
with
different aspects of *working* IIS 6.0 configurations, so I assume that
with
the right tinkering, it is possible to get the existing connectors to
work
with IIS 6.0.

If anyone has any tips on getting a connector to work under IIS 6.0, I
would
be most appreciative. 

Thanks.
Adam Krouskop
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!

2003-10-30 Thread Matthew Hall-Smith
In the IIS console, try Website Properties -> Service (tab) -> Isolation
Mode :)

Matt

> -Original Message-
> From: Sarel Bester [mailto:[EMAIL PROTECTED]
> Sent: Thursday, 30 October 2003 9:06 p.m.
> To: Tomcat Users List
> Subject: RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS -
> Won't Load!
>
>
> Thanks for your info Adam.
>
> I am currently trying to get an app going on Tomcat 4.1.18 / Windows 2003
> Server / IIS6 / JDK 1.3.1_09.  I am getting HTTP 500 errors from
> Tomcat.  I
> wanted to follow Adam's advice but can't find the "Service"
> property in IIS6
> Web Site Properties to set the isolation mode.  I am using
> Isapi_redirect_1.2.5.dll (renamed it to isapi_redirect.dll) which
> loads fine
> in IIS6.  Any advice?
>
> Should it work with Tomcat 4.1.18 or do you recommend updating to 4.1.27?
>
> Thank you
>
> Regards
>
> Sarel Bester
> Laragh Skills (formerly SmartForce Africa)
> Work:  +27 11 2340690
> Fax:  +27 11 2340790
> Cell:  +27 82 8825009
> e-mail: [EMAIL PROTECTED]
>
>
> -Original Message-
> From: Adam Krouskop [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 29, 2003 08:41
> To:   'Tomcat Users List'
> Cc:   'Matthew Hall-Smith'
> Subject:  RE: Tomcat JK Connector DLLs for IIS in IIS
> 6.0/Win2k3SBS - Won't
> Load!
>
> With some good suggestions of Matt Hall-Smith of Pauaware Information
> Architects (and [disappointment]no suggestions from the Tomcat Users
> List[/disappointment]) I have been able to get IIS 6.0 to work
> with Tomcat.
> My working setup consists of IIS 6.0 running under Windows 2003 Small
> Business Server talking to Tomcat 4.1.27 via Tomcat Web Server
> Connector JK
> 1.2.5. The various registry settings and configuration files are setup the
> "standard way" described in the numerous online tutorials for
> setting up IIS
> to work with Tomcat. (One, for instance, is located at
> http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html).
> The one special extra step that needs to be taken in addition the
> "standard
> steps" outlined in those online tutorials to get things to work under IIS
> 6.0. This extra step is to turn on "IIS 5.0 Isolation mode." (In the
> management console go to: Web Site Properties -> Service ->
> Isolation Mode).
> I imagine that turning on this "isolation mode" disables some of the
> additional functionality added to IIS in the 5 -> 6 upgrade, but I don't
> know all the ins and outs of what's new in IIS 6, so I'm not in a position
> to further comment on that.
>
> Matt Hall-Smith also discussed that the isapi_redirector2.dll of the JK2
> distribution can be specially registered with IIS 6.0 (see IIS
> 6.0's online
> help) which creates a configuration which "works" but doesn't seem stable,
> as servletinputstream corruptions were experienced in large posts made to
> his servlets. I have not experimented with this configuration, but should
> someone need to JK2 or not have their IIS 6.0 in "IIS 5.0 Isolation Mode"
> they could experiment with that setup.
>
> Hopefully as the user base of IIS 6.0 continues to grow as people move to
> Windows 2003, the demand for a stable JK connector to work with an "out of
> the box" IIS 6.0 will bring about a new version of the JK connector. Until
> then, I hope this e-mail thread can help some folks out.
> Regards.
> Adam Krouskop
> [EMAIL PROTECTED]
>
> -Original Message-
> From: Adam Krouskop [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 24, 2003 5:04 PM
> To:   [EMAIL PROTECTED]
> Subject:  Tomcat JK Connector DLLs for IIS in IIS
> 6.0/Win2k3SBS - Won't Load!
>
>
>
> I'm trying to move an installation of Tomcat 4.1.27 and IIS from a Windows
> XP box running IIS 5.1 to a Windows 2003 Small Business Server box running
> an integrated version of IIS 6.0. I am running into problems because I can
> not get the ISAPI Filter (DLL) to load. The arrow is always red and down
> (never green and up) and the service log shows that the filter
> fails to lead
> each time I restart IIS.
> I am using identical /conf files and registry settings as my *working* IIS
> 5.1/XP setup. (And that setup is based on the general setup guide for the
> IIS connector on the jakarta.apache.org site.) So, I don't believe my
> configuration is to blame. I have also tried using both the JK 1.2 and JK
> 2.0 connectors. I've also tried disabling all the other ISAPI Filters that
> were present by default with the Win2k3 installation.
> In my search for advice on the web, I found a few f

RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!

2003-10-30 Thread Sarel Bester
Thanks for your info Adam.

I am currently trying to get an app going on Tomcat 4.1.18 / Windows 2003
Server / IIS6 / JDK 1.3.1_09.  I am getting HTTP 500 errors from Tomcat.  I
wanted to follow Adam's advice but can't find the "Service" property in IIS6
Web Site Properties to set the isolation mode.  I am using
Isapi_redirect_1.2.5.dll (renamed it to isapi_redirect.dll) which loads fine
in IIS6.  Any advice?

Should it work with Tomcat 4.1.18 or do you recommend updating to 4.1.27?

Thank you

Regards

Sarel Bester
Laragh Skills (formerly SmartForce Africa)
Work:  +27 11 2340690
Fax:  +27 11 2340790
Cell:  +27 82 8825009
e-mail: [EMAIL PROTECTED]


-Original Message-
From:   Adam Krouskop [mailto:[EMAIL PROTECTED]
Sent:   Wednesday, October 29, 2003 08:41
To: 'Tomcat Users List'
Cc: 'Matthew Hall-Smith'
Subject:        RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't
Load!

With some good suggestions of Matt Hall-Smith of Pauaware Information
Architects (and [disappointment]no suggestions from the Tomcat Users
List[/disappointment]) I have been able to get IIS 6.0 to work with Tomcat.
My working setup consists of IIS 6.0 running under Windows 2003 Small
Business Server talking to Tomcat 4.1.27 via Tomcat Web Server Connector JK
1.2.5. The various registry settings and configuration files are setup the
"standard way" described in the numerous online tutorials for setting up IIS
to work with Tomcat. (One, for instance, is located at
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html).
The one special extra step that needs to be taken in addition the "standard
steps" outlined in those online tutorials to get things to work under IIS
6.0. This extra step is to turn on "IIS 5.0 Isolation mode." (In the
management console go to: Web Site Properties -> Service -> Isolation Mode).
I imagine that turning on this "isolation mode" disables some of the
additional functionality added to IIS in the 5 -> 6 upgrade, but I don't
know all the ins and outs of what's new in IIS 6, so I'm not in a position
to further comment on that.

Matt Hall-Smith also discussed that the isapi_redirector2.dll of the JK2
distribution can be specially registered with IIS 6.0 (see IIS 6.0's online
help) which creates a configuration which "works" but doesn't seem stable,
as servletinputstream corruptions were experienced in large posts made to
his servlets. I have not experimented with this configuration, but should
someone need to JK2 or not have their IIS 6.0 in "IIS 5.0 Isolation Mode"
they could experiment with that setup.

Hopefully as the user base of IIS 6.0 continues to grow as people move to
Windows 2003, the demand for a stable JK connector to work with an "out of
the box" IIS 6.0 will bring about a new version of the JK connector. Until
then, I hope this e-mail thread can help some folks out.
Regards.
Adam Krouskop
[EMAIL PROTECTED]

-Original Message-
From:   Adam Krouskop [mailto:[EMAIL PROTECTED]
Sent:   Friday, October 24, 2003 5:04 PM
To: [EMAIL PROTECTED]
Subject:Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!



I'm trying to move an installation of Tomcat 4.1.27 and IIS from a Windows
XP box running IIS 5.1 to a Windows 2003 Small Business Server box running
an integrated version of IIS 6.0. I am running into problems because I can
not get the ISAPI Filter (DLL) to load. The arrow is always red and down
(never green and up) and the service log shows that the filter fails to lead
each time I restart IIS.
I am using identical /conf files and registry settings as my *working* IIS
5.1/XP setup. (And that setup is based on the general setup guide for the
IIS connector on the jakarta.apache.org site.) So, I don't believe my
configuration is to blame. I have also tried using both the JK 1.2 and JK
2.0 connectors. I've also tried disabling all the other ISAPI Filters that
were present by default with the Win2k3 installation.
In my search for advice on the web, I found a few folks asking for help with
different aspects of *working* IIS 6.0 configurations, so I assume that with
the right tinkering, it is possible to get the existing connectors to work
with IIS 6.0.
If anyone has any tips on getting a connector to work under IIS 6.0, I would
be most appreciative.
Thanks.
Adam Krouskop
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!

2003-10-29 Thread Adam Krouskop
With some good suggestions of Matt Hall-Smith of Pauaware Information
Architects (and [disappointment]no suggestions from the Tomcat Users
List[/disappointment]) I have been able to get IIS 6.0 to work with Tomcat.

My working setup consists of IIS 6.0 running under Windows 2003 Small
Business Server talking to Tomcat 4.1.27 via Tomcat Web Server Connector JK
1.2.5. The various registry settings and configuration files are setup the
"standard way" described in the numerous online tutorials for setting up IIS
to work with Tomcat. (One, for instance, is located at
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html).

The one special extra step that needs to be taken in addition the "standard
steps" outlined in those online tutorials to get things to work under IIS
6.0. This extra step is to turn on "IIS 5.0 Isolation mode." (In the
management console go to: Web Site Properties -> Service -> Isolation Mode).

I imagine that turning on this "isolation mode" disables some of the
additional functionality added to IIS in the 5 -> 6 upgrade, but I don't
know all the ins and outs of what's new in IIS 6, so I'm not in a position
to further comment on that.


Matt Hall-Smith also discussed that the isapi_redirector2.dll of the JK2
distribution can be specially registered with IIS 6.0 (see IIS 6.0's online
help) which creates a configuration which "works" but doesn't seem stable,
as servletinputstream corruptions were experienced in large posts made to
his servlets. I have not experimented with this configuration, but should
someone need to JK2 or not have their IIS 6.0 in "IIS 5.0 Isolation Mode"
they could experiment with that setup.


Hopefully as the user base of IIS 6.0 continues to grow as people move to
Windows 2003, the demand for a stable JK connector to work with an "out of
the box" IIS 6.0 will bring about a new version of the JK connector. Until
then, I hope this e-mail thread can help some folks out.

Regards.
Adam Krouskop
[EMAIL PROTECTED]

-Original Message-
From: Adam Krouskop [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 24, 2003 5:04 PM
To: [EMAIL PROTECTED]
Subject: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!



I'm trying to move an installation of Tomcat 4.1.27 and IIS from a Windows
XP box running IIS 5.1 to a Windows 2003 Small Business Server box running
an integrated version of IIS 6.0. I am running into problems because I can
not get the ISAPI Filter (DLL) to load. The arrow is always red and down
(never green and up) and the service log shows that the filter fails to lead
each time I restart IIS.

I am using identical /conf files and registry settings as my *working* IIS
5.1/XP setup. (And that setup is based on the general setup guide for the
IIS connector on the jakarta.apache.org site.) So, I don't believe my
configuration is to blame. I have also tried using both the JK 1.2 and JK
2.0 connectors. I've also tried disabling all the other ISAPI Filters that
were present by default with the Win2k3 installation. 

In my search for advice on the web, I found a few folks asking for help with
different aspects of *working* IIS 6.0 configurations, so I assume that with
the right tinkering, it is possible to get the existing connectors to work
with IIS 6.0.

If anyone has any tips on getting a connector to work under IIS 6.0, I would
be most appreciative. 

Thanks.
Adam Krouskop
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!

2003-10-24 Thread Adam Krouskop
I'm trying to move an installation of Tomcat 4.1.27 and IIS from a Windows
XP box running IIS 5.1 to a Windows 2003 Small Business Server box running
an integrated version of IIS 6.0. I am running into problems because I can
not get the ISAPI Filter (DLL) to load. The arrow is always red and down
(never green and up) and the service log shows that the filter fails to lead
each time I restart IIS.

I am using identical /conf files and registry settings as my *working* IIS
5.1/XP setup. (And that setup is based on the general setup guide for the
IIS connector on the jakarta.apache.org site.) So, I don't believe my
configuration is to blame. I have also tried using both the JK 1.2 and JK
2.0 connectors. I've also tried disabling all the other ISAPI Filters that
were present by default with the Win2k3 installation. 

In my search for advice on the web, I found a few folks asking for help with
different aspects of *working* IIS 6.0 configurations, so I assume that with
the right tinkering, it is possible to get the existing connectors to work
with IIS 6.0.

If anyone has any tips on getting a connector to work under IIS 6.0, I would
be most appreciative. 

Thanks.
Adam Krouskop
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]