Re: RE : RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread John Turner
Its a pain because:

- the pool of people who understand the connectors from a development 
aspect is small

- the pool of people who understand the connectors and have time to submit 
code is smaller still

- the pool of people who understand the connectors, can submit code, and 
understand ISAPI is smaller still

- the pool of people who understand the connectors, can submit code, 
understand ISAPI, and can build/test actual ISAPI filters using commercial 
Microsoft development environments instead of free open source environments 
is smaller still

- the pool of people who can do all of the above as well as create and 
submit good documentation are just about nonexistent

John

On Wed, 25 Jun 2003 17:38:01 +0200, Hertenstein Alain 
[EMAIL PROTECTED] wrote:

Hi again,

Just replaced my workers2.properties file with yours (and changing the 
path
to the shm file according to my Tomcat 4 installation): exactly the same
problem...

Besides, I double-checked the W2K Event log entries and couldn't find 
that
entry (or similar) you mentioned :
Error: [jk_shm.c (333)]: shm.init(): No file

I really don't know what to do. Why is this such a pain to simply connect
IIS and Tomcat, even when following the instructions ?
Thanks again for your help...
Alain
-Message d'origine-
De : David Legg [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 25. 
juin 2003 16:59
À : 'Tomcat Users List'
Objet : RE: RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

Aha!  I thought so :-)

Here's my workers2.properties file: -


#
# workers2.properties
#
[shm]
file=C:\tomcat4\logs\shm.file
size=1048576
[channel.socket:127.0.0.1:8009]
info=Ajp13 forwarding over socket
tomcatId=localhost:8009
# Map the Tomcat examples webapp to the Web server uri space
[uri:/examples/*] info=Map the whole webapp
--
The [shm] entry seems to be some sort of shared memory area and I've seen
references to something called the 'scoreboard' in conjunction with it.
Anyway, the bottom line is you need this entry for JK2 to work on IIS.  
If
you look in your W2k Event log you'll probably also notice a tell-tale
Tomcat application error similar to this: -

Error: [jk_shm.c (333)]: shm.init(): No file

Hope this helps.

Regards,

David Legg
Webmaster - 3Dlabs
http://www.3dlabs.com
mailto:[EMAIL PROTECTED]
**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: RE : RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread Januski, Ken
I can only second and third the following:

I really don't know what to do. Why is this such a pain to simply connect
IIS and Tomcat, even when following the instructions ?

-Original Message-
From: Hertenstein Alain [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 11:38 AM
To: 'Tomcat Users List'
Subject: RE : RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem


Hi again,

Just replaced my workers2.properties file with yours (and changing the path
to the shm file according to my Tomcat 4 installation): exactly the same
problem...

Besides, I double-checked the W2K Event log entries and couldn't find that
entry (or similar) you mentioned :
Error: [jk_shm.c (333)]: shm.init(): No file

I really don't know what to do. Why is this such a pain to simply connect
IIS and Tomcat, even when following the instructions ?

Thanks again for your help...
Alain

-Message d'origine-
De : David Legg [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi, 25. juin 2003 16:59
À : 'Tomcat Users List'
Objet : RE: RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem


Aha!  I thought so :-)

Here's my workers2.properties file: -


#
# workers2.properties
#
[shm]
file=C:\tomcat4\logs\shm.file
size=1048576

[channel.socket:127.0.0.1:8009]
info=Ajp13 forwarding over socket
tomcatId=localhost:8009

# Map the Tomcat examples webapp to the Web server uri space
[uri:/examples/*] info=Map the whole webapp
--

The [shm] entry seems to be some sort of shared memory area and I've seen
references to something called the 'scoreboard' in conjunction with it.
Anyway, the bottom line is you need this entry for JK2 to work on IIS.  If
you look in your W2k Event log you'll probably also notice a tell-tale
Tomcat application error similar to this: -

  Error: [jk_shm.c (333)]: shm.init(): No file

Hope this helps.

Regards,

David Legg
Webmaster - 3Dlabs
http://www.3dlabs.com
mailto:[EMAIL PROTECTED]


**
 This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


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


RE: RE : RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-25 Thread Januski, Ken
Thanks for the explanation, John. I'm still at a loss on my similar problem
from yesterday and have wondered the same thing: why is it so hard?

This at least clarifies the problem a bit. Wish I could add something
helpful myself.

Ken

-Original Message-
From: John Turner [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 11:50 AM
To: Tomcat Users List
Subject: Re: RE : RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem



Its a pain because:

- the pool of people who understand the connectors from a development 
aspect is small

- the pool of people who understand the connectors and have time to submit 
code is smaller still

- the pool of people who understand the connectors, can submit code, and 
understand ISAPI is smaller still

- the pool of people who understand the connectors, can submit code, 
understand ISAPI, and can build/test actual ISAPI filters using commercial 
Microsoft development environments instead of free open source environments 
is smaller still

- the pool of people who can do all of the above as well as create and 
submit good documentation are just about nonexistent

John

On Wed, 25 Jun 2003 17:38:01 +0200, Hertenstein Alain 
[EMAIL PROTECTED] wrote:

 Hi again,

 Just replaced my workers2.properties file with yours (and changing the 
 path
 to the shm file according to my Tomcat 4 installation): exactly the same
 problem...

 Besides, I double-checked the W2K Event log entries and couldn't find 
 that
 entry (or similar) you mentioned :
 Error: [jk_shm.c (333)]: shm.init(): No file

 I really don't know what to do. Why is this such a pain to simply connect
 IIS and Tomcat, even when following the instructions ?

 Thanks again for your help...
 Alain

 -Message d'origine-
 De : David Legg [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 25. 
 juin 2003 16:59
 À : 'Tomcat Users List'
 Objet : RE: RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem


 Aha!  I thought so :-)

 Here's my workers2.properties file: -

 
 #
 # workers2.properties
 #
 [shm]
 file=C:\tomcat4\logs\shm.file
 size=1048576

 [channel.socket:127.0.0.1:8009]
 info=Ajp13 forwarding over socket
 tomcatId=localhost:8009

 # Map the Tomcat examples webapp to the Web server uri space
 [uri:/examples/*] info=Map the whole webapp
 --

 The [shm] entry seems to be some sort of shared memory area and I've seen
 references to something called the 'scoreboard' in conjunction with it.
 Anyway, the bottom line is you need this entry for JK2 to work on IIS.  
 If
 you look in your W2k Event log you'll probably also notice a tell-tale
 Tomcat application error similar to this: -

 Error: [jk_shm.c (333)]: shm.init(): No file

 Hope this helps.

 Regards,

 David Legg
 Webmaster - 3Dlabs
 http://www.3dlabs.com
 mailto:[EMAIL PROTECTED]


 **
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error please notify
 the system manager.
 **


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





-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

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