RE: Forced to use isapi_redirector.dll and now have problems

2003-03-14 Thread Januski, Ken
Ian,

I have it set up pretty much the same as you: a virtual IIS directory points
to a location in Tomcat/conf. I just changed the location, reconnected the
virtual directory and tried again but I still get the same 404 error:
requested resource /jakarta/isapi_redirector.dll is not available.

Ken


-Original Message-
From: Ian Bruseker [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 6:55 PM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


 But now I get this error: requested resource
 /jakarta/isapi_redirector.dll
 is not available. Does anyone have any clues as to the cause of this? It
 sounds like it needs a context entry in server.xml but that's not
 mentioned
 in any instructions.

Do you have a virtual directory created in IIS that points to the directory
your isapi_redirector.dll is in?  For example, I have the
isapi_redirector.dll in D:\tomcat\conf\iis\i386\, and I have a virtual
directory in IIS called jakarta that points to that directory.

Ian


-
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: Forced to use isapi_redirector.dll and now have problems

2003-03-14 Thread Januski, Ken
Investigating this a little further I see that the redirect log has this:
ajp_unmarshal_response: status = 404. So once again it looks like the ajp
connector is working in that it's forwarding request to Tomcat. But then it
can't find what it's looking for. Does anyone have any clues as to where
isapi_redirector.dll should be? I've tried Tomcat/conf/ and
Tomcat/conf/ntiis. I've also tried renaming isapi_redirector to
isapi_redirect and that also has made no difference. And I've edited
registry and checked on IIS to make sure everything is consistent. Of course
it may turn out that I haven't checked as closely as I think I have. But
given that I've spent over a day on it I'd be somewhat surprised.


-Original Message-
From: Januski, Ken [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 11:38 AM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


Ian,

I have it set up pretty much the same as you: a virtual IIS directory points
to a location in Tomcat/conf. I just changed the location, reconnected the
virtual directory and tried again but I still get the same 404 error:
requested resource /jakarta/isapi_redirector.dll is not available.

Ken


-Original Message-
From: Ian Bruseker [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 6:55 PM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


 But now I get this error: requested resource
 /jakarta/isapi_redirector.dll
 is not available. Does anyone have any clues as to the cause of this? It
 sounds like it needs a context entry in server.xml but that's not
 mentioned
 in any instructions.

Do you have a virtual directory created in IIS that points to the directory
your isapi_redirector.dll is in?  For example, I have the
isapi_redirector.dll in D:\tomcat\conf\iis\i386\, and I have a virtual
directory in IIS called jakarta that points to that directory.

Ian


-
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: Forced to use isapi_redirector.dll and now have problems

2003-03-14 Thread Jay Lee
I think you have set up correctly on gateway and it reads the value from
your registery, which the value is /jakarta/isapi_redirector.dll. So your
virtual directly pointing to isapi_redirector.dll must name jakarta.
If you are doing right and type
http://localhost/jakarta/isapi_redirector.dll;, you should get a message
like you are not autorized to access this file, or something like that.  It
should not be HTTP 404, which is the file is not found.  Double check your
virtual directory name jakarta.  You should be fine.

jay

-Original Message-
From: Januski, Ken [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 10:27 AM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


Investigating this a little further I see that the redirect log has this:
ajp_unmarshal_response: status = 404. So once again it looks like the ajp
connector is working in that it's forwarding request to Tomcat. But then it
can't find what it's looking for. Does anyone have any clues as to where
isapi_redirector.dll should be? I've tried Tomcat/conf/ and
Tomcat/conf/ntiis. I've also tried renaming isapi_redirector to
isapi_redirect and that also has made no difference. And I've edited
registry and checked on IIS to make sure everything is consistent. Of course
it may turn out that I haven't checked as closely as I think I have. But
given that I've spent over a day on it I'd be somewhat surprised.


-Original Message-
From: Januski, Ken [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 11:38 AM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


Ian,

I have it set up pretty much the same as you: a virtual IIS directory points
to a location in Tomcat/conf. I just changed the location, reconnected the
virtual directory and tried again but I still get the same 404 error:
requested resource /jakarta/isapi_redirector.dll is not available.

Ken


-Original Message-
From: Ian Bruseker [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 6:55 PM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


 But now I get this error: requested resource
 /jakarta/isapi_redirector.dll
 is not available. Does anyone have any clues as to the cause of this? It
 sounds like it needs a context entry in server.xml but that's not
 mentioned
 in any instructions.

Do you have a virtual directory created in IIS that points to the directory
your isapi_redirector.dll is in?  For example, I have the
isapi_redirector.dll in D:\tomcat\conf\iis\i386\, and I have a virtual
directory in IIS called jakarta that points to that directory.

Ian


-
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: Forced to use isapi_redirector.dll and now have problems

2003-03-14 Thread Januski, Ken
Ah, I wish it were so! I think you're right that the gateway is set up
correctly. But I still get the 404 error when I try to access either pages
I've set up in uriworkermap.properties or just using
localhost:jakarta/isapi_redirector.dll. I've also noticed that the
iis_redirect log says ajp_unmarshall_response: status 404. That makes me
think that requests are being forwarded to Tomcat just fine. But there's a
problem once the request gets to Tomcat.



-Original Message-
From: Jay Lee [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 2:40 PM
To: 'Tomcat Users List'
Subject: RE: Forced to use isapi_redirector.dll and now have problems


I think you have set up correctly on gateway and it reads the value from
your registery, which the value is /jakarta/isapi_redirector.dll. So your
virtual directly pointing to isapi_redirector.dll must name jakarta.
If you are doing right and type
http://localhost/jakarta/isapi_redirector.dll;, you should get a message
like you are not autorized to access this file, or something like that.  It
should not be HTTP 404, which is the file is not found.  Double check your
virtual directory name jakarta.  You should be fine.

jay

-Original Message-
From: Januski, Ken [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 10:27 AM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


Investigating this a little further I see that the redirect log has this:
ajp_unmarshal_response: status = 404. So once again it looks like the ajp
connector is working in that it's forwarding request to Tomcat. But then it
can't find what it's looking for. Does anyone have any clues as to where
isapi_redirector.dll should be? I've tried Tomcat/conf/ and
Tomcat/conf/ntiis. I've also tried renaming isapi_redirector to
isapi_redirect and that also has made no difference. And I've edited
registry and checked on IIS to make sure everything is consistent. Of course
it may turn out that I haven't checked as closely as I think I have. But
given that I've spent over a day on it I'd be somewhat surprised.


-Original Message-
From: Januski, Ken [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 11:38 AM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


Ian,

I have it set up pretty much the same as you: a virtual IIS directory points
to a location in Tomcat/conf. I just changed the location, reconnected the
virtual directory and tried again but I still get the same 404 error:
requested resource /jakarta/isapi_redirector.dll is not available.

Ken


-Original Message-
From: Ian Bruseker [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 6:55 PM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


 But now I get this error: requested resource
 /jakarta/isapi_redirector.dll
 is not available. Does anyone have any clues as to the cause of this? It
 sounds like it needs a context entry in server.xml but that's not
 mentioned
 in any instructions.

Do you have a virtual directory created in IIS that points to the directory
your isapi_redirector.dll is in?  For example, I have the
isapi_redirector.dll in D:\tomcat\conf\iis\i386\, and I have a virtual
directory in IIS called jakarta that points to that directory.

Ian


-
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]

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



RE: Forced to use isapi_redirector.dll and now have problems

2003-03-14 Thread Jay Lee
Ok, it seems you passed the one tha I guessed.  
Go to you registery and set log_level to debug.  Reboot the server.
It should give you some information like on what line in which file it
caused error.  Copy the whole log message with error and I can look the
source code for you.

My guess if you are getting green arrow on your gateway, you have some
problem on uriworkermap.properties and workers.properties.

Good luck,
jay

-Original Message-
From: Januski, Ken [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 12:13 PM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


Ah, I wish it were so! I think you're right that the gateway is set up
correctly. But I still get the 404 error when I try to access either pages
I've set up in uriworkermap.properties or just using
localhost:jakarta/isapi_redirector.dll. I've also noticed that the
iis_redirect log says ajp_unmarshall_response: status 404. That makes me
think that requests are being forwarded to Tomcat just fine. But there's a
problem once the request gets to Tomcat.



-Original Message-
From: Jay Lee [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 2:40 PM
To: 'Tomcat Users List'
Subject: RE: Forced to use isapi_redirector.dll and now have problems


I think you have set up correctly on gateway and it reads the value from
your registery, which the value is /jakarta/isapi_redirector.dll. So your
virtual directly pointing to isapi_redirector.dll must name jakarta.
If you are doing right and type
http://localhost/jakarta/isapi_redirector.dll;, you should get a message
like you are not autorized to access this file, or something like that.  It
should not be HTTP 404, which is the file is not found.  Double check your
virtual directory name jakarta.  You should be fine.

jay

-Original Message-
From: Januski, Ken [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 10:27 AM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


Investigating this a little further I see that the redirect log has this:
ajp_unmarshal_response: status = 404. So once again it looks like the ajp
connector is working in that it's forwarding request to Tomcat. But then it
can't find what it's looking for. Does anyone have any clues as to where
isapi_redirector.dll should be? I've tried Tomcat/conf/ and
Tomcat/conf/ntiis. I've also tried renaming isapi_redirector to
isapi_redirect and that also has made no difference. And I've edited
registry and checked on IIS to make sure everything is consistent. Of course
it may turn out that I haven't checked as closely as I think I have. But
given that I've spent over a day on it I'd be somewhat surprised.


-Original Message-
From: Januski, Ken [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 11:38 AM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


Ian,

I have it set up pretty much the same as you: a virtual IIS directory points
to a location in Tomcat/conf. I just changed the location, reconnected the
virtual directory and tried again but I still get the same 404 error:
requested resource /jakarta/isapi_redirector.dll is not available.

Ken


-Original Message-
From: Ian Bruseker [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 6:55 PM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


 But now I get this error: requested resource
 /jakarta/isapi_redirector.dll
 is not available. Does anyone have any clues as to the cause of this? It
 sounds like it needs a context entry in server.xml but that's not
 mentioned
 in any instructions.

Do you have a virtual directory created in IIS that points to the directory
your isapi_redirector.dll is in?  For example, I have the
isapi_redirector.dll in D:\tomcat\conf\iis\i386\, and I have a virtual
directory in IIS called jakarta that points to that directory.

Ian


-
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]

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


RE: Forced to use isapi_redirector.dll and now have problems

2003-03-14 Thread Januski, Ken
Thanks Jay,

I'd sort of come to the conclusion that it must be the
uriworkermap.properties as well. So I rewrote that file, reset everything
else, restarted IIS and Tomcat for the 85th time and FINALLY it works! I
just wish I knew exactly what the change was that made it work. But the
important thing is that it's finally working.

Thanks again for your help,

Ken

-Original Message-
From: Jay Lee [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 4:07 PM
To: 'Tomcat Users List'
Subject: RE: Forced to use isapi_redirector.dll and now have problems


Ok, it seems you passed the one tha I guessed.  
Go to you registery and set log_level to debug.  Reboot the server.
It should give you some information like on what line in which file it
caused error.  Copy the whole log message with error and I can look the
source code for you.

My guess if you are getting green arrow on your gateway, you have some
problem on uriworkermap.properties and workers.properties.

Good luck,
jay

-Original Message-
From: Januski, Ken [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 12:13 PM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


Ah, I wish it were so! I think you're right that the gateway is set up
correctly. But I still get the 404 error when I try to access either pages
I've set up in uriworkermap.properties or just using
localhost:jakarta/isapi_redirector.dll. I've also noticed that the
iis_redirect log says ajp_unmarshall_response: status 404. That makes me
think that requests are being forwarded to Tomcat just fine. But there's a
problem once the request gets to Tomcat.



-Original Message-
From: Jay Lee [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 2:40 PM
To: 'Tomcat Users List'
Subject: RE: Forced to use isapi_redirector.dll and now have problems


I think you have set up correctly on gateway and it reads the value from
your registery, which the value is /jakarta/isapi_redirector.dll. So your
virtual directly pointing to isapi_redirector.dll must name jakarta.
If you are doing right and type
http://localhost/jakarta/isapi_redirector.dll;, you should get a message
like you are not autorized to access this file, or something like that.  It
should not be HTTP 404, which is the file is not found.  Double check your
virtual directory name jakarta.  You should be fine.

jay

-Original Message-
From: Januski, Ken [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 10:27 AM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


Investigating this a little further I see that the redirect log has this:
ajp_unmarshal_response: status = 404. So once again it looks like the ajp
connector is working in that it's forwarding request to Tomcat. But then it
can't find what it's looking for. Does anyone have any clues as to where
isapi_redirector.dll should be? I've tried Tomcat/conf/ and
Tomcat/conf/ntiis. I've also tried renaming isapi_redirector to
isapi_redirect and that also has made no difference. And I've edited
registry and checked on IIS to make sure everything is consistent. Of course
it may turn out that I haven't checked as closely as I think I have. But
given that I've spent over a day on it I'd be somewhat surprised.


-Original Message-
From: Januski, Ken [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 11:38 AM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


Ian,

I have it set up pretty much the same as you: a virtual IIS directory points
to a location in Tomcat/conf. I just changed the location, reconnected the
virtual directory and tried again but I still get the same 404 error:
requested resource /jakarta/isapi_redirector.dll is not available.

Ken


-Original Message-
From: Ian Bruseker [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 6:55 PM
To: Tomcat Users List
Subject: RE: Forced to use isapi_redirector.dll and now have problems


 But now I get this error: requested resource
 /jakarta/isapi_redirector.dll
 is not available. Does anyone have any clues as to the cause of this? It
 sounds like it needs a context entry in server.xml but that's not
 mentioned
 in any instructions.

Do you have a virtual directory created in IIS that points to the directory
your isapi_redirector.dll is in?  For example, I have the
isapi_redirector.dll in D:\tomcat\conf\iis\i386\, and I have a virtual
directory in IIS called jakarta that points to that directory.

Ian


-
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

RE: Forced to use isapi_redirector.dll and now have problems

2003-03-13 Thread Ian Bruseker
 But now I get this error: requested resource
 /jakarta/isapi_redirector.dll
 is not available. Does anyone have any clues as to the cause of this? It
 sounds like it needs a context entry in server.xml but that's not
 mentioned
 in any instructions.

Do you have a virtual directory created in IIS that points to the directory
your isapi_redirector.dll is in?  For example, I have the
isapi_redirector.dll in D:\tomcat\conf\iis\i386\, and I have a virtual
directory in IIS called jakarta that points to that directory.

Ian


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