You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by TJ <tj...@2xp.co.uk> on 2003/12/23 23:21:37 UTC

HowTo: Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector

I've just written an article to help those who like us, need to serve up
Java servlets and JSP using Tomcat.

The URL is http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html

TJ
2XP

To Explore, To Experience, To Express

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: HowTo: Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector

Posted by Daniel Schmitt <da...@shiftomat.de>.
Hi Tj,
If interested, I have written an installer which automates the steps you 
describe on your site.
You can get binary and source code at:
http://www.shiftomat.com/opensource/index.html

Unfortunately, there are main differences I would like to discuss here. 
I hope someone of the developers will join this to clear some points out.

 > Download Java 2 SDK 1.4.2 (or later)
Since 1.4.2 and Tomcat 5.0.16 it is sufficient to download only the JRE 
to get Tomcat and JSP running. I would like to know if it is needed to 
install the whole SDK.

 > Registry
There are additional registry entries for jk2
#define USE_AUTH_COMP_TAG       ("authComplete")
#define THREAD_POOL_TAG         ("threadPool")
#define SEND_GROUPS_TAG         ("sendGroups")

I set authComplete to 0 and threadPool to 20. I have not found any 
documentation for sendGroups. It defaults to 0.

As far as I can see in the source "logLevel" changed to "log_level". 
Could someone please confirm this!


 >Web Service Extensions
 > Run WWW service in IIS 5.0 isolation mode
This is the big point. To run IIS 6.0 in native mode, all files used by 
jk2 must be add to the Web extensions:
jk2.properties
workers2.properties
isapi_redirector2.dll
jk2.shm

Additionaly add write permissions for Builtin\Users for file security 
settings of jk2.properties and jk2.shm.

I am very interested, if there are any doubts about running IIS in 
native mode. In my opinion it will be difficult explaining to a customer 
to decrease his IIS security.

Merry Chrismas

--
Daniel Schmitt
http://www.shiftomat.com





---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: [FAQ] HowTo: Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector

Posted by Tim Funk <fu...@joedog.org>.
I've been meaning to remove links to external sites from the FAQ. The Wiki 
has a more complete list of Links.

-Tim

Justin Ruthenbeck wrote:

> At 03:03 PM 12/23/2003, you wrote:
> 
>> I have been adding all new links to the Wiki. (Which anyone can 
>> update, but I  also check to try to keep it clean)
>>
>> http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links
> 
> 
> Wait, so new links/additions are going to the Wiki instead of the FAQ?  
> Are both being kept up-to-date with info or just one of them?  
> Depending, perhaps we should link to the Wiki in the FAQ (at least for 
> the connectors section).
> 
> justin
> 
> 
>> Justin Ruthenbeck wrote:
>>
>>> TJ,
>>> This is a very sharp writeup -- thanks for writing it up for everyone 
>>> else.
>>> Tim, wanna add this to the FAQ?
>>> justin
>>> At 02:21 PM 12/23/2003, you wrote:
>>>
>>>> I've just written an article to help those who like us, need to 
>>>> serve up
>>>> Java servlets and JSP using Tomcat.
>>>>
>>>> The URL is http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html
>>>>
>>>> TJ
>>>> 2XP
>>>>
>>>> To Explore, To Experience, To Express
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>>
>>>
>>> ______________________________________________
>>> Justin Ruthenbeck
>>> Software Engineer, NextEngine Inc.
>>> justinr - AT - nextengine DOT com
>>> Confidential. See:
>>> http://www.nextengine.com/confidentiality.php
>>> ______________________________________________
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 
> 
> ______________________________________________
> Justin Ruthenbeck
> Software Engineer, NextEngine Inc.
> justinr - AT - nextengine DOT com
> Confidential. See:
> http://www.nextengine.com/confidentiality.php
> ______________________________________________
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: [FAQ] HowTo: Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector

Posted by Justin Ruthenbeck <ju...@nextengine.com>.
At 03:03 PM 12/23/2003, you wrote:
>I have been adding all new links to the Wiki. (Which anyone can update, 
>but I  also check to try to keep it clean)
>
>http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links

Wait, so new links/additions are going to the Wiki instead of the 
FAQ?  Are both being kept up-to-date with info or just one of 
them?  Depending, perhaps we should link to the Wiki in the FAQ (at least 
for the connectors section).

justin


>Justin Ruthenbeck wrote:
>>TJ,
>>This is a very sharp writeup -- thanks for writing it up for everyone 
>>else.
>>Tim, wanna add this to the FAQ?
>>justin
>>At 02:21 PM 12/23/2003, you wrote:
>>
>>>I've just written an article to help those who like us, need to serve up
>>>Java servlets and JSP using Tomcat.
>>>
>>>The URL is http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html
>>>
>>>TJ
>>>2XP
>>>
>>>To Explore, To Experience, To Express
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>______________________________________________
>>Justin Ruthenbeck
>>Software Engineer, NextEngine Inc.
>>justinr - AT - nextengine DOT com
>>Confidential. See:
>>http://www.nextengine.com/confidentiality.php
>>______________________________________________
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


______________________________________________
Justin Ruthenbeck
Software Engineer, NextEngine Inc.
justinr - AT - nextengine DOT com
Confidential. See:
http://www.nextengine.com/confidentiality.php
______________________________________________


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: [FAQ] HowTo: Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector

Posted by Tim Funk <fu...@joedog.org>.
I have been adding all new links to the Wiki. (Which anyone can update, but I 
  also check to try to keep it clean)

http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links

-Tim

Justin Ruthenbeck wrote:
> 
> TJ,
> 
> This is a very sharp writeup -- thanks for writing it up for everyone else.
> 
> Tim, wanna add this to the FAQ?
> 
> justin
> 
> At 02:21 PM 12/23/2003, you wrote:
> 
>> I've just written an article to help those who like us, need to serve up
>> Java servlets and JSP using Tomcat.
>>
>> The URL is http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html
>>
>> TJ
>> 2XP
>>
>> To Explore, To Experience, To Express
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 
> 
> ______________________________________________
> Justin Ruthenbeck
> Software Engineer, NextEngine Inc.
> justinr - AT - nextengine DOT com
> Confidential. See:
> http://www.nextengine.com/confidentiality.php
> ______________________________________________
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


[FAQ] HowTo: Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector

Posted by Justin Ruthenbeck <ju...@nextengine.com>.
TJ,

This is a very sharp writeup -- thanks for writing it up for everyone else.

Tim, wanna add this to the FAQ?

justin

At 02:21 PM 12/23/2003, you wrote:
>I've just written an article to help those who like us, need to serve up
>Java servlets and JSP using Tomcat.
>
>The URL is http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html
>
>TJ
>2XP
>
>To Explore, To Experience, To Express
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


______________________________________________
Justin Ruthenbeck
Software Engineer, NextEngine Inc.
justinr - AT - nextengine DOT com
Confidential. See:
http://www.nextengine.com/confidentiality.php
______________________________________________


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org