Kubo,
One thing to check: Make sure that the ISAPI redirect dll is installed at
the master server properties level and not just at the web site instance(s).
~spike
-----Original Message-----
From: Kubo [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 03, 2001 10:55 AM
To: [EMAIL PROTECTED]
Subject: tomcat with IIS
More specific datas from my problem:
When I try to run a jsp page. the browser return the error 405 - not
allowed. But I have already changed the "execute permissions" to "scripts
and executables" in the site properties. This jsp contain a access to DB.
When I try to run simple jsp page like:
<%@page
session = "true"
import = "Java.*"
language = "java"
%>
<HTML>
<HEAD>
<TITLE>
Verificação de usuário
</TITLE>
</HEAD>
<BODY>
<%
if (1 == 1){
Boolean b = new Boolean(true);
session.setAttribute("logado",b);
%>
<font color=red face=arial size=3>Usuário ou senha
incorreto(s). Por favor, entre novamente com o usuário e a
senha.</FONT>
<p align="center"><a href=javascript:history.back()>Voltar</a></p>
<%
}
else{
%>
<font color=red face=arial size=3>Usuário ou senha
incorreto(s). Por favor, entre novamente com o usuário e a
senha.</FONT>
<p align="center"><a href=javascript:history.back()>Voltar</a></p>
<%
}
%>
</BODY>
</HTML>
the browser show twice the same message.
Usu�rio ou senha incorreto(s). Por favor, entre novamente com o usu�rio e a
senha.
Voltar
Usu�rio ou senha incorreto(s). Por favor, entre novamente com o usu�rio e a
senha.
Voltar
accordingly, the jsp code doesn�t work. If anybody has any ideas, please,
help me!!
Only to remember: This code run when I access by Tomcat
(http://localhost:8080).
thanks,
Kubo
P.S: My boss will kill me if I don�t succeed to do this work until today.
> hello everybody,
>
> I have a big problem (I think so). I�m trying to run tomcat3.2.3 with
IIS
> but IIS doesn�t run jsp pages. Tomcat run, and I made the necessary
changes
> described in
> http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html, but
> it doesn�t work. The green arrow appear in ISAPI filter and don�t
understand
> why this problem is persisting. The data that I put in keys on regedit is
> rigth, too. Please, does anybody have the same problem? Does anybody have
a
> solution?
>
> Thanks,
>
> Kubo
>