I have a laptop with Win Vista SP2 installed on it, and on which all of the
IIS features with IIS in the name have been turned off. I have Eclipse
Galileo and Tomcat 6 installed as part of the setup to working through an
online tutorial for Eclipse/Tomcat. I have the Java 5 EE SDK installed as
well. I'm at the point where I I have successfully started Tomcat through
Eclipse and when I try to go to the welcome page of Tomcat by entering the
the URL "http://localhost/"; I get this error: 

Server Error in Application "DEFAULT WEB SITE"Internet Information Services
7.0

Error Summary
HTTP Error 500.24 - Internal Server Error
An ASP.NET setting has been detected that does not apply in Integrated
managed pipeline mode. Detailed Error InformationModule
ConfigurationValidationModule 
Notification BeginRequest 
Handler StaticFile 
Error Code 0x80070032 
Requested URL http://localhost:80/ 
Physical Path C:\inetpub\wwwroot 
Logon Method Not yet determined 
Logon User Not yet determined 
 Most likely causes:
system.web/ident...@impersonate is set to true. 
 Things you can try:
If the application supports it, disable client impersonation. 
If you are certain that it is OK to ignore this error, it can be disabled by
setting system.webServer/validat...@validateintegratedmodeconfiguration to
false. 
Move this application to an application pool using Classic .NET mode - for
example, %SystemRoot%\system32\inetsrv\appcmd set app "Default Web Site/"
/applicationPool:"Classic .NET AppPool" 
(You can set "Classic .NET AppPool" to the name of another application pool
running in Classic managed pipeline mode)  Links and More InformationIf you
are not sure or unable to use the first two options, then it is preferred
that you move this application to Classic mode. 
View more information »

As a result I have tried solution option two mentioned above with no
success.  

Then I tried this URL "http://localhost:8080/ and got this error:

HTTP Status 404 - /
--------------------------------------------------------------------------------
type Status report
message /
description The requested resource (/) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/6.0.14

Is there a way to change the port number for Tomcat once it is installed to
get it to work properly? If not then I need to ask a second question. When I
installed the SDK called for in the tutorial I also apparently installed the
app server (GlassFish) that came with the SDK download, which I installed
with http port set to 8080 and https port set to 8181. Could this server be
running in the background without me knowing about it? If so any idea how I
can stop it from executing or change its port numbers, or should I just
uninstall it and then reinstall it with different port numbers? Please
advise. Thanks.

 



-- 
View this message in context: 
http://old.nabble.com/Eclipse-Galileo---Tomcat-6---Win-Vista-IIS-HTTP-Error-500.24---Internal-Server-Error-tp27843971p27843971.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to