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]

Reply via email to