|
tivemos um problema semelhante com o WAS 4.0 e
descobrimos que a cada altera��o no AppServer era necess�rio mover o arquivo com
os MAPS para o servidor do IIS.
vc tentou gerar o arquivo de o plugin de redirect
precisa?
[]'s
HJUNIOR
----- Original Message -----
Sent: Friday, November 29, 2002 01:54
PM
Subject: [enterprise-list] TomCat + ISS +
JSP
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
|