On Fri, 4 May 2001 13:52:34 -0400, Duraisamy, Kandaprabhu (Kandaprabhu)** CTR ** <[EMAIL PROTECTED]> wrote:
>try the tomcat list...this is a servlet interest group. >[EMAIL PROTECTED] should serve u better than this group > >-----Original Message----- >From: Mar�a Jes�s Daza [mailto:[EMAIL PROTECTED]] >Sent: Friday, May 04, 2001 12:31 PM >To: [EMAIL PROTECTED] >Subject: Tomcat + Win 2000 > > >Hi, > >I'd like to configure IIS 5 on Win 2000 to work with Tomcat 3.2 or Tomcat >3.1, that's the same. However, I am unable to get it to work in-process ... >Has anyone tried this on a production server, or is this all conjecture? > >Thanks! > >Mar�a Jes�s > >___________________________________________________________________________ >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body >of the message "signoff SERVLET-INTEREST". > >Archives: http://archives.java.sun.com/archives/servlet-interest.html >Resources: http://java.sun.com/products/servlet/external-resources.html >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > >___________________________________________________________________________ >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body >of the message "signoff SERVLET-INTEREST". > >Archives: http://archives.java.sun.com/archives/servlet-interest.html >Resources: http://java.sun.com/products/servlet/external-resources.html >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html When TOMCAT is running under Win2000 , to call a URL u have to specify the protocol (http) , "http:localhost:8080//www.myurl.com" . If u simply type "localhost:8080/www.myurl.com", the browser will not reach Tomcat. However, if u address the URL from another machine , that is not Win2000, using "localhost:8080/www.myurl.com", it will work ! My conclusion, is that Win2000 Internet Explorer Browser doesnt assume 'http' as the default protocol. Tomcat is not the problem, it works fine as expected ! bye jk ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
