pessoal instalei o tomcat 3.3.1 para rodar com o IIS 5.0.
fiz todo o procedimento do redirect e est� funcionando com o exemplo que vem com o tomcat.
por�m s� funciona para redirecionamento estatico (html) e para servlet. JSP ele nao est� encontrando.
ALGUEM PODE ME AJUDAR !!!!
segue abaixo a descricao do meu uriworkermap.properties :
#
# Simple uriworkermap configuration file
#
# Mount the examples context to the ajp13 worker.
# Forwards all requests for this context to Tomcat.
/examples=ajp13
/examples/*=ajp13
# Advanced mount of the examples context
# Forwards only JSP page and servlet requests for
# this context to Tomcat.
# Requires additional manual configuration of IIS to
# successfully serve static content in this context.
#
# Note: ApacheConfig will do a much more complete
# job of generating this kind of configuration
# if "forwardAll" is set false.
#
/examples/*.jsp=ajp13
/examples/servlet/*=ajp13
/examples/jsp/plugin/*.jsp=ajp13
# Really advanced mount of the "root" context.
# Forwards only JSP page and servlet requests for
# this context to Tomcat.
# To work properly, "merging" of IIS's default virtual
# directory and Tomcat's "ROOT" web application is
# required.
#
/*.jsp ajp13
/servlet/*=ajp13
- [enterprise-list] TomCat + ISS + JSP jose . iram
- [enterprise-list] TomCat + ISS + JSP jose . iram
- Re: [enterprise-list] TomCat + ISS + JSP HERLANI JUNIOR
