RE: Isapi_Redirector and 200 Errors

2001-02-15 Thread Jim Alemany

Victor,

I've tried that but I'm still getting the 200 errors in the web log.

Jim


-Original Message-
From: Rodriguez Victor A. [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 10:54 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Isapi_Redirector and 200 Errors


Hi,

> What I get when I surf to the site I've created is an attempt
> by the browser
> to download the file. Note, this happens when I set up a
> context for it
> within the webapps folder and when I point it to an external
> folder (I deved
> it using JRun which isn't so picky about where things live).
>
> On the NT/IIS box, the green arrow appears but the browser
> will load the
> code of the page, not parse it.
>
> Any thoughts?

Have you said to isapi_redirector that must catch the uri you're working on
??
Basically add the next line to you
%TOMCAT_HOME%\conf\uriworkermap.parameters file:

/my_URI/*.jsp=ajp12 If your application is working on
http://localhost/my_URI/

Hope this helps.
--
Víctor A. Rodríguez ( http://www.bit-man.com.ar)
Telefónica de Argentina - http://www.Telefonica.com.ar
Tel. (54-11) 4333-7305 - Fax: (54-11) 4303-5586 int. 1680

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


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




RE: Isapi_Redirector and 200 Errors

2001-02-15 Thread Rodriguez Victor A.

Hi,

> What I get when I surf to the site I've created is an attempt 
> by the browser
> to download the file. Note, this happens when I set up a 
> context for it
> within the webapps folder and when I point it to an external 
> folder (I deved
> it using JRun which isn't so picky about where things live).
> 
> On the NT/IIS box, the green arrow appears but the browser 
> will load the
> code of the page, not parse it.
> 
> Any thoughts?

Have you said to isapi_redirector that must catch the uri you're working on
??
Basically add the next line to you
%TOMCAT_HOME%\conf\uriworkermap.parameters file:

/my_URI/*.jsp=ajp12 If your application is working on
http://localhost/my_URI/

Hope this helps.
-- 
Víctor A. Rodríguez ( http://www.bit-man.com.ar) 
Telefónica de Argentina - http://www.Telefonica.com.ar 
Tel. (54-11) 4333-7305 - Fax: (54-11) 4303-5586 int. 1680 

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




Isapi_Redirector and 200 Errors

2001-02-15 Thread Jim Alemany

I'm having issues with the set up of Tomcat on NT (and 2000) using both IIS
and PWS. Essentially the same behaviour is manifesting, although
differently. On the 2000/PWS box, the web log is giving me a 200 error and
the debugged Isapi_log is telling me the following:

[jk_connect.c (108)]: Into jk_open_socket
[jk_connect.c (115)]: jk_open_socket, try to connect socket = 656
[jk_connect.c (124)]: jk_open_socket, after connect ret = -1
[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61
[jk_ajp12_worker.c (134)]: In jk_endpoint_t::service, sd = -1
[jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1
[jk_isapi_plugin.c (554)]: HttpExtensionProc error, service() failed
[jk_ajp12_worker.c (163)]: Into jk_endpoint_t::done

What I get when I surf to the site I've created is an attempt by the browser
to download the file. Note, this happens when I set up a context for it
within the webapps folder and when I point it to an external folder (I deved
it using JRun which isn't so picky about where things live).

On the NT/IIS box, the green arrow appears but the browser will load the
code of the page, not parse it.

Any thoughts?

Jim Alemany
Web Program/Project Specialist
Video Networking Business Unit
Cisco Systems
V: 519.880.2256

http://www.cisco.com/go/videonetworking
[EMAIL PROTECTED]



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