RE: Problem with Tomcat - IIS configuration

2001-02-15 Thread Ignacio J. Ortega

Have completely restarted IIS? i mean you need to completely restart the
entire IIS, to achieve that restart the IIS Admin service ( this takes
down http service too) and later start HTTP Service...the config files
are only read at REAL start of IIS ...

Hope that helps.

Saludos ,
Ignacio J. Ortega


 -Mensaje original-
 De: Rahul Desai [mailto:[EMAIL PROTECTED]]
 Enviado el: jueves 15 de febrero de 2001 6:05
 Para: Tomcat User at Jakarta(Apache)
 Asunto: Problem with Tomcat - IIS configuration
 
 
 Hi all,
 
 I have configured Tomcat to work with IIS and it it is working.
 
 But I am facing this problem
 
 I have created a context known as "rsrcadmn" in the Tomcat.
 I have added this line in uriworkermap.properties :
 
 /rsrcadmn/*=ajp12
 
 and I have removed the entry
 
 /examples/*=ajp12
 
 But when I invoke http://localhost/rsrcadmn/servlet/MasterServlet 
 I am getting a 404.
 
 But when I invoke http://localhost/examples/servlet/MasterServlet 
 I am getting the response.
 
 I am not able to understand why is the response is coming even if 
 I have removed the examples entry in the uriworkermap.properties and 
 why I am getting a 404 for the rsrcadmn request.
 
 
 Please help
 
 TIA
 
 Rahul Desai
 
 
 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Problem with Tomcat - IIS configuration

2001-02-15 Thread Rahul Desai

Thanks Ignacio
That worked after the complete restart of IIS!!


Thanks a bunch


- Original Message - 
From: Ignacio J. Ortega [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 15, 2001 4:29 PM
Subject: RE: Problem with Tomcat - IIS configuration


 Have completely restarted IIS? i mean you need to completely restart the
 entire IIS, to achieve that restart the IIS Admin service ( this takes
 down http service too) and later start HTTP Service...the config files
 are only read at REAL start of IIS ...
 
 Hope that helps.
 
 Saludos ,
 Ignacio J. Ortega
 
 
  -Mensaje original-
  De: Rahul Desai [mailto:[EMAIL PROTECTED]]
  Enviado el: jueves 15 de febrero de 2001 6:05
  Para: Tomcat User at Jakarta(Apache)
  Asunto: Problem with Tomcat - IIS configuration
  
  
  Hi all,
  
  I have configured Tomcat to work with IIS and it it is working.
  
  But I am facing this problem
  
  I have created a context known as "rsrcadmn" in the Tomcat.
  I have added this line in uriworkermap.properties :
  
  /rsrcadmn/*=ajp12
  
  and I have removed the entry
  
  /examples/*=ajp12
  
  But when I invoke http://localhost/rsrcadmn/servlet/MasterServlet 
  I am getting a 404.
  
  But when I invoke http://localhost/examples/servlet/MasterServlet 
  I am getting the response.
  
  I am not able to understand why is the response is coming even if 
  I have removed the examples entry in the uriworkermap.properties and 
  why I am getting a 404 for the rsrcadmn request.
  
  
  Please help
  
  TIA
  
  Rahul Desai
  
  
  
  _
  Do You Yahoo!?
  Get your free @yahoo.com address at http://mail.yahoo.com
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]
  
  
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Problem with Tomcat - IIS configuration

2001-02-14 Thread Rick Roberts

Just a guess..
But 404 for Tomcat beginners, usually means that you did not put your context 
into the server.xml file.  See the docs.

Rick

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Problem with Tomcat - IIS configuration

2001-02-14 Thread Rahul Desai


When I try to access the same context thru tomcat directly, I am getting a
proper response


- Original Message -
From: Rick Roberts [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 15, 2001 12:02 PM
Subject: Re: Problem with Tomcat - IIS configuration


 Just a guess..
 But 404 for Tomcat beginners, usually means that you did not put your
context
 into the server.xml file.  See the docs.

 Rick

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]