Re: Tomcatx.x and vista

2008-11-17 Thread André Warnier

Caldarale, Charles R wrote:

From: Chuck Hodge [mailto:[EMAIL PROTECTED]
Subject: Re: Tomcatx.x and vista

Have not made any changes to server.xml.


Tomcat normally listens to HTTP requests on port 8080, and AJP requests (from 
IIS or httpd) on port 8009.  If you have IIS configured to listen on port 8080, 
then Tomcat will not be able to start.  If IIS is listening on port 80 (its 
default), then requests to 8080 should go straight to Tomcat; IIS is not 
involved.

So what is your setup really?


The message appears as the only content of index.html. It
is probably just an error response by IIS.


It's certainly not coming from Tomcat.

Try taking IIS out of the game while setting up Tomcat.  Once you have Tomcat 
running properly standalone, then try configuring IIS to work with it.  (Or, if 
you're not using IIS for something else, configure Tomcat to use port 80 for 
HTTP and don't bother running IIS at all.)

Also check to make sure the Vista firewall or other network protection isn't 
messing things up.


Additional info :
Internet Explorer has a detestable habit (among many others) : for some 
HTTP errors, if the error page sent back by the server is below a 
certain number of bytes (it varies according to the error code), IE will 
substitute its own error page.

Which makes it all the more difficult to see where the error is coming from.
I do not know of a way to disable this in IE, but if you make sure that 
the error pages on the server are at least 1025 bytes in size, they will 
get displayed.
Unfortunately, I don't know off-hand where the standard Tomcat error 
pages are located.




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcatx.x and vista

2008-11-17 Thread Serge Fonville
Use http://support.microsoft.com/kb/294807
http://support.microsoft.com/kb/294807 to
disable these great pages ;-)
Regards,

Serge Fonville

On Mon, Nov 17, 2008 at 3:54 PM, André Warnier [EMAIL PROTECTED] wrote:

 Caldarale, Charles R wrote:

 From: Chuck Hodge [mailto:[EMAIL PROTECTED]
 Subject: Re: Tomcatx.x and vista

 Have not made any changes to server.xml.


 Tomcat normally listens to HTTP requests on port 8080, and AJP requests
 (from IIS or httpd) on port 8009.  If you have IIS configured to listen on
 port 8080, then Tomcat will not be able to start.  If IIS is listening on
 port 80 (its default), then requests to 8080 should go straight to Tomcat;
 IIS is not involved.

 So what is your setup really?

  The message appears as the only content of index.html. It
 is probably just an error response by IIS.


 It's certainly not coming from Tomcat.

 Try taking IIS out of the game while setting up Tomcat.  Once you have
 Tomcat running properly standalone, then try configuring IIS to work with
 it.  (Or, if you're not using IIS for something else, configure Tomcat to
 use port 80 for HTTP and don't bother running IIS at all.)

 Also check to make sure the Vista firewall or other network protection
 isn't messing things up.

  Additional info :
 Internet Explorer has a detestable habit (among many others) : for some
 HTTP errors, if the error page sent back by the server is below a certain
 number of bytes (it varies according to the error code), IE will substitute
 its own error page.
 Which makes it all the more difficult to see where the error is coming
 from.
 I do not know of a way to disable this in IE, but if you make sure that the
 error pages on the server are at least 1025 bytes in size, they will get
 displayed.
 Unfortunately, I don't know off-hand where the standard Tomcat error pages
 are located.




 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: Tomcatx.x and vista

2008-11-17 Thread André Warnier

Thanks, that's a great reference.
Who would think of looking for friendly error messages ?
I guess MS must have had enough flak about that themselves, if they 
provide ways to turn it off in the client *and* in the IIS server.
Now the only thing left to do is to provide a way to turn this off in 
Apache and Tomcat, and all the other webservers out there.

:-)


Serge Fonville wrote:

Use http://support.microsoft.com/kb/294807
http://support.microsoft.com/kb/294807 to
disable these great pages ;-)
Regards,

Serge Fonville

On Mon, Nov 17, 2008 at 3:54 PM, André Warnier [EMAIL PROTECTED] wrote:


Caldarale, Charles R wrote:


From: Chuck Hodge [mailto:[EMAIL PROTECTED]

Subject: Re: Tomcatx.x and vista

Have not made any changes to server.xml.


Tomcat normally listens to HTTP requests on port 8080, and AJP requests
(from IIS or httpd) on port 8009.  If you have IIS configured to listen on
port 8080, then Tomcat will not be able to start.  If IIS is listening on
port 80 (its default), then requests to 8080 should go straight to Tomcat;
IIS is not involved.

So what is your setup really?

 The message appears as the only content of index.html. It

is probably just an error response by IIS.


It's certainly not coming from Tomcat.

Try taking IIS out of the game while setting up Tomcat.  Once you have
Tomcat running properly standalone, then try configuring IIS to work with
it.  (Or, if you're not using IIS for something else, configure Tomcat to
use port 80 for HTTP and don't bother running IIS at all.)

Also check to make sure the Vista firewall or other network protection
isn't messing things up.

 Additional info :

Internet Explorer has a detestable habit (among many others) : for some
HTTP errors, if the error page sent back by the server is below a certain
number of bytes (it varies according to the error code), IE will substitute
its own error page.
Which makes it all the more difficult to see where the error is coming
from.
I do not know of a way to disable this in IE, but if you make sure that the
error pages on the server are at least 1025 bytes in size, they will get
displayed.
Unfortunately, I don't know off-hand where the standard Tomcat error pages
are located.




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcatx.x and vista

2008-11-16 Thread Caldarale, Charles R
 From: Chuck Hodge [mailto:[EMAIL PROTECTED]
 Subject: Tomcatx.x and vista

 I start tomcat as a service manually using Administrative
 Tools from the Control Panel. In Firefox I enter
 http://localhost:8080/examples/index.html and what I get
 back is:

 The system cannot find the file specified.

The above works fine for me on my Vista 64-bit system.

Where does this message appear?  That's not something that would come from 
Tomcat or Firefox.

Note that in the above you should not be going through IIS, but rather directly 
to Tomcat - unless you disabled the HTTP connector in server.xml.  What changes 
have you made to conf/server.xml?  What ports is Tomcat listenting on.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcatx.x and vista

2008-11-16 Thread Chuck Hodge

Caldarale, Charles R wrote:

From: Chuck Hodge [mailto:[EMAIL PROTECTED]
Subject: Tomcatx.x and vista

I start tomcat as a service manually using Administrative
Tools from the Control Panel. In Firefox I enter
http://localhost:8080/examples/index.html and what I get
back is:

The system cannot find the file specified.



The above works fine for me on my Vista 64-bit system.

Where does this message appear?  That's not something that would come from 
Tomcat or Firefox.

Note that in the above you should not be going through IIS, but rather directly 
to Tomcat - unless you disabled the HTTP connector in server.xml.  What changes 
have you made to conf/server.xml?  What ports is Tomcat listenting on.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  




No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.175 / Virus Database: 270.9.4/1792 - Release Date: 11/16/2008 10:04 AM


  
Have not made any changes to server.xml. It was a clean install. Not 
sure what you meant by should not be going through IIS, but rather 
directly to Tomcat. The only configuration change was adding 
isapi_redirect-1.2.27.dll allowed in ISAPI and CGI Restrictions in the 
IIS manager. The message appears as the only content of index.html. It 
is probably just an error response by IIS. If I view source all I see is 
the line of text.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcatx.x and vista

2008-11-16 Thread Caldarale, Charles R
 From: Chuck Hodge [mailto:[EMAIL PROTECTED]
 Subject: Re: Tomcatx.x and vista

 Have not made any changes to server.xml.

Tomcat normally listens to HTTP requests on port 8080, and AJP requests (from 
IIS or httpd) on port 8009.  If you have IIS configured to listen on port 8080, 
then Tomcat will not be able to start.  If IIS is listening on port 80 (its 
default), then requests to 8080 should go straight to Tomcat; IIS is not 
involved.

So what is your setup really?

 The message appears as the only content of index.html. It
 is probably just an error response by IIS.

It's certainly not coming from Tomcat.

Try taking IIS out of the game while setting up Tomcat.  Once you have Tomcat 
running properly standalone, then try configuring IIS to work with it.  (Or, if 
you're not using IIS for something else, configure Tomcat to use port 80 for 
HTTP and don't bother running IIS at all.)

Also check to make sure the Vista firewall or other network protection isn't 
messing things up.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcatx.x and vista

2008-11-15 Thread Chuck Hodge

I'm trying to get tomcat to run  on vista w/iis. I have jdk/jre1.6.0_06
and tomcat 6.0 installed. I start tomcat as a service manually using
Administrative Tools from the Control Panel. In Firefox I enter
http://localhost:8080/examples/index.html and what I get back is:

The system cannot find the file specified.


I also have isapi_redirect-1.2.27.dll allowed in ISAPI and CGI
Restrictions in the IIS manager.

I have also installed tomcat on Ubuntu 8.10 with apache
2.2/jdk/jre1.6.0_06/tomcat 6.0 installed with the same results.
I have googled the web, read through the tomcat site, and searched the
maillist archives finding similar questions but no solutions. I'm
certain this can't be that difficult and I must be missing something but
I don't know what. A look at the logs tomcat comes up and runs. It just
doesn't seem to get the redirection. Any thoughts, ideas?


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]