You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Pablo Gomes Ludermir <pa...@inflor.com.br> on 2003/05/09 17:08:48 UTC

problem deploying application with Tomcat + IIS

Hello,

I had installed tomcat in a win2k server with IIS. The redirector works fine, and when I try to connect http://my_server/examples/jsp the page is showed.
But I had tried to deploy a new application by the tomcat manager application with a war file. If I try to connect by the port 8080 I see my application, but if I try to use IIS redirection it fails.
Anyone know what could it be?

thanks

Pablo Gomes Ludermir
mailto:pablo@inflor.com.br
INFLOR  Consultoria e Sistemas Ltda.
Rua Dr. Eurico de Aguiar, 888 - Sala 1004
Santa Lúcia - Vitória - ES
Cep: 29055-280
Tel: (27) 3225-7115



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: problem deploying application with Tomcat + IIS

Posted by John Turner <to...@johnturner.com>.
IIS needs to know that your web application exists.  Deploying a WAR file 
only updates Tomcat, not both Tomcat and IIS.

Sure, you deploy a web app to Tomcat, so now 
http://some.domain.com:8080/yourApp works, but as far as IIS is concerned, 
"/yourApp" doesn't exist.

John

On Fri, 09 May 2003 12:08:48 -0300, Pablo Gomes Ludermir 
<pa...@inflor.com.br> wrote:

> Hello,
>
> I had installed tomcat in a win2k server with IIS. The redirector works 
> fine, and when I try to connect http://my_server/examples/jsp the page is 
> showed.
> But I had tried to deploy a new application by the tomcat manager 
> application with a war file. If I try to connect by the port 8080 I see 
> my application, but if I try to use IIS redirection it fails.
> Anyone know what could it be?
>
> thanks
>
> Pablo Gomes Ludermir
> mailto:pablo@inflor.com.br
> INFLOR  Consultoria e Sistemas Ltda.
> Rua Dr. Eurico de Aguiar, 888 - Sala 1004
> Santa Lúcia - Vitória - ES
> Cep: 29055-280
> Tel: (27) 3225-7115
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>



-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org