Hello,

I'm revamping an ASP web server (ISS) to JSP-SERVLET web server (IIS +
Tomcat).
I've install the IIS-Tomcat redirector and that works fine.

To isolate ASP code from JSP code, I've created two web directories:    

IIS part:

web-asp\
web-asp\images\*.gif, *.jpeg
web-asp\*.hmtl, *.asp for my static pages and asp pages.

and  Tomcat part

web-jsp\
web-jsp\jsp for my public jsp
web-jsp\web-inf\*  for all the other stuffs and especially my web.xml.

I want to use if jsp pictures which are in web-asp\images directory.
Where should I defined the alias to the web-asp\images directory ?
I've try in IIS but it doesn't work (which seems normal because of the
behavior of the redirector).


-- 
Cordialement,


Stéphane BAUDET

_________________________________________________________
GL Trade
48, rue Notre Dame des Victoires - 75002 Paris
Tel : 01 53 40 43 12 (interne 1312)
Fax : 01 53 40 01 40
Email : [EMAIL PROTECTED]
_________________________________________________________

Reply via email to