You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Anoop Kumar V <ak...@sapient.com> on 2002/07/09 11:09:02 UTC

RE: I fail to get green arrow for filter status.. IIS with Tomca t

hey Andrew,
i finally cdnt get it to work on TC 3.2.4. so i chucked it and carried on
with 4.0 and it works
like clockwork, hardly any reconfiguration necessary..

thank a lot for all ur help,
but tell me one thing.. if i give http://localhost, wd it stop serving the
IIS files.coz i fail to see the previous IIS pages... (a bit more tweeking i
guess shd help)
-anoop

-----Original Message-----
From: Andrew Conrad [mailto:andrewconrad@msn.com]
Sent: Monday, July 08, 2002 9:54 PM
To: 'Tomcat Users List'
Subject: RE: I fail to get green arrow for filter status.. IIS with
Tomca t


Yea, you have a mis-spelling in your uriworkermap.properties file.


BTW, use AJP13, not AJP12.

Soooo, your uriworkermap.properties file should look like this:

-----start file -----
#
# Simple worker configuration file
#
default.worker=ajp13
# Mount the servlet context to the ajp12 worker
/servlet/*=$(default.worker)

# Mount the examples context to the ajp12 worker
/examples/*=$(default.worker)

# Advanced mount of the examples context
# /examples/*.jsp=$(default.worker)
# /examples/servlet/*=$(default.worker)
/*=$(default.worker)
----- end file ------


-Andrew


-----Original Message-----
From: Anoop Kumar V [mailto:akumarv@sapient.com] 
Sent: Monday, July 08, 2002 7:44 AM
To: 'Tomcat Users List'
Subject: RE: I fail to get green arrow for filter status.. IIS with
Tomca t


hi,

i am trying to configure IIS with Tomcat, i also get green arrow in
filter dialog. but in my isapi.log..i get this error message..

[jk_isapi_plugin.c (560)]: HttpExtensionProc error, could not get a
worker for name  apj12 and when i give  a request for
http://localhost/examples/jsp/dates/date.jsp
<http://localhost/examples/jsp/dates/date.jsp>  i get Cannot find server
error.

Can some body tell me where i am going wrong..

anoop

-----Original Message-----
From: Anoop Kumar V [mailto:akumarv@sapient.com]
Sent: Monday, July 08, 2002 11:21 AM
To: 'Tomcat Users List'
Subject: RE: I fail to get green arrow for filter status.. IIS with
Tomca t



Hi Andrew,
 Here's the info:--

size of isapi_redirect.dll:               112 KB
exact file name :                         isapi_redirect.dll
Physical path to isapi_redirect.dll:
E:\jakarta-tomcat-3.2.4\bin\isapi_rediect.dll
Win 2000 Professional
Configuring on Tomcat 3.2.4 (i also hv Tomcat 4.0)

thanks,
-anoop

-----Original Message-----
From: Andrew Conrad [ mailto:andrewconrad@msn.com
<ma...@msn.com> ]
Sent: Sunday, July 07, 2002 12:03 AM
To: 'Tomcat Users List'
Subject: RE: I fail to get green arrow for filter status.. IIS with
Tomcat


Hey Anoop,

Maybe I can try and help you.  A couple of things we need to check
before we move on.

I need to know the size of your isapi_redirector.dll and the exact file
name (some use isapi_redirect.dll) and the physical path to the file on
your machine.

I also need to know the version of Tomcat and Windows.

Zip up your workers.properties file, uriworkermap.properties file and an
export of your Apache Foudation Registry key.  Attach it to your
response.

If you will post that information, I'll try and step you through it.  I
had a difficult time configuring Tomcat 4.03 with the isapi_redirect.dll
from Tomcat 3.3 and that may be the problem you are expreriencing.  I
had the best luck using the ZIP file included in the zip file located at
( http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
<http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm> ).


-Andrew

-----Original Message-----
From: Anoop Kumar V [ mailto:akumarv@sapient.com
<ma...@sapient.com> ]
Sent: Saturday, July 06, 2002 11:45 AM
To: 'Tomcat Users List'
Subject: I fail to get green arrow for filter status.. IIS with Tomcat


hi,

i know this issue has been raised many, many times, but i cdnt get
anything from the archives. I am trying to configure IIS with Tomcat,
and am following the very popular link (
http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
<http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm> ).. but try as
many times as i could. i fail to get a green arrow in my filter status
window. I just cannot think abt where i had made a mistake. I hv
rechecked my registry setting many times over, also set the Filter DLLs,
but what cd hv gone wrong..i fail to see. i hv restarted IIS and also
rebooted my comp several times. One thing i did not do is register the
dll. none of the docs suggested that anyway..

Need help pls.

-anoop

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




--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>

RE: I fail to get green arrow for filter status.. IIS with Tomca t

Posted by Andrew Conrad <an...@msn.com>.
The reason is in your wriworkermap.properties.  The tag "/*" means all
files from the root.  If you only wanted to redirect JSP files, you
would change that to "/*.jsp"



-Andrew

-----Original Message-----
From: Anoop Kumar V [mailto:akumarv@sapient.com] 
Sent: Tuesday, July 09, 2002 5:09 AM
To: 'Tomcat Users List'
Subject: RE: I fail to get green arrow for filter status.. IIS with
Tomca t


hey Andrew,
i finally cdnt get it to work on TC 3.2.4. so i chucked it and carried
on with 4.0 and it works like clockwork, hardly any reconfiguration
necessary..

thank a lot for all ur help,
but tell me one thing.. if i give http://localhost, wd it stop serving
the IIS files.coz i fail to see the previous IIS pages... (a bit more
tweeking i guess shd help) -anoop

-----Original Message-----
From: Andrew Conrad [mailto:andrewconrad@msn.com]
Sent: Monday, July 08, 2002 9:54 PM
To: 'Tomcat Users List'
Subject: RE: I fail to get green arrow for filter status.. IIS with
Tomca t


Yea, you have a mis-spelling in your uriworkermap.properties file.


BTW, use AJP13, not AJP12.

Soooo, your uriworkermap.properties file should look like this:

-----start file -----
#
# Simple worker configuration file
#
default.worker=ajp13
# Mount the servlet context to the ajp12 worker
/servlet/*=$(default.worker)

# Mount the examples context to the ajp12 worker
/examples/*=$(default.worker)

# Advanced mount of the examples context
# /examples/*.jsp=$(default.worker)
# /examples/servlet/*=$(default.worker)
/*=$(default.worker)
----- end file ------


-Andrew


-----Original Message-----
From: Anoop Kumar V [mailto:akumarv@sapient.com] 
Sent: Monday, July 08, 2002 7:44 AM
To: 'Tomcat Users List'
Subject: RE: I fail to get green arrow for filter status.. IIS with
Tomca t


hi,

i am trying to configure IIS with Tomcat, i also get green arrow in
filter dialog. but in my isapi.log..i get this error message..

[jk_isapi_plugin.c (560)]: HttpExtensionProc error, could not get a
worker for name  apj12 and when i give  a request for
http://localhost/examples/jsp/dates/date.jsp
<http://localhost/examples/jsp/dates/date.jsp>  i get Cannot find server
error.

Can some body tell me where i am going wrong..

anoop

-----Original Message-----
From: Anoop Kumar V [mailto:akumarv@sapient.com]
Sent: Monday, July 08, 2002 11:21 AM
To: 'Tomcat Users List'
Subject: RE: I fail to get green arrow for filter status.. IIS with
Tomca t



Hi Andrew,
 Here's the info:--

size of isapi_redirect.dll:               112 KB
exact file name :                         isapi_redirect.dll
Physical path to isapi_redirect.dll:
E:\jakarta-tomcat-3.2.4\bin\isapi_rediect.dll
Win 2000 Professional
Configuring on Tomcat 3.2.4 (i also hv Tomcat 4.0)

thanks,
-anoop

-----Original Message-----
From: Andrew Conrad [ mailto:andrewconrad@msn.com
<ma...@msn.com> ]
Sent: Sunday, July 07, 2002 12:03 AM
To: 'Tomcat Users List'
Subject: RE: I fail to get green arrow for filter status.. IIS with
Tomcat


Hey Anoop,

Maybe I can try and help you.  A couple of things we need to check
before we move on.

I need to know the size of your isapi_redirector.dll and the exact file
name (some use isapi_redirect.dll) and the physical path to the file on
your machine.

I also need to know the version of Tomcat and Windows.

Zip up your workers.properties file, uriworkermap.properties file and an
export of your Apache Foudation Registry key.  Attach it to your
response.

If you will post that information, I'll try and step you through it.  I
had a difficult time configuring Tomcat 4.03 with the isapi_redirect.dll
from Tomcat 3.3 and that may be the problem you are expreriencing.  I
had the best luck using the ZIP file included in the zip file located at
( http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
<http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm> ).


-Andrew

-----Original Message-----
From: Anoop Kumar V [ mailto:akumarv@sapient.com
<ma...@sapient.com> ]
Sent: Saturday, July 06, 2002 11:45 AM
To: 'Tomcat Users List'
Subject: I fail to get green arrow for filter status.. IIS with Tomcat


hi,

i know this issue has been raised many, many times, but i cdnt get
anything from the archives. I am trying to configure IIS with Tomcat,
and am following the very popular link (
http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
<http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm> ).. but try as
many times as i could. i fail to get a green arrow in my filter status
window. I just cannot think abt where i had made a mistake. I hv
rechecked my registry setting many times over, also set the Filter DLLs,
but what cd hv gone wrong..i fail to see. i hv restarted IIS and also
rebooted my comp several times. One thing i did not do is register the
dll. none of the docs suggested that anyway..

Need help pls.

-anoop

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




--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>