Looks like TC cannot start. If you have fresh installed it, then hazarding a guess, I'd say it might be because the port might be in use. You can't have 2 servers on the same port. Did you have them configured to run on the same port (8080)?
One thing to check is to open a dos window then type "netstat -a", this will list all ports in use on your machine. Give it a while to run, this can sometimes take up to a minute depending on what's running on your machine. If 8080 is listed there and tomcat is not started, you know that the old config of PWS still has the port. You need to take further steps to uninstall it. Or, change the port that either TC or PWS runs on. Then you can run both at once if you like. > -----Original Message----- > From: Robin Rembish [mailto:[EMAIL PROTECTED] > Sent: Wednesday 25 May 2005 23:03 > To: [email protected] > Subject: Tomcat/Personal Web Server Problem > > > I had both Tomcat 4.1 and Microsoft Personal Web Server > installed on my laptop ( an IBM Thinkpad - Windows NT > operating system). It had been several months since I used Tomcat. > > When I started the Tomcat server and typed in localhost:8080 > in the Internet Explorer address window, it brought me to > Personal Web Server rather than bringing up the Tomcat page. > > I then decided to uninstall both Personal Web Server and the > Java Web Services Developers Pack. But after reinstalling the > latter, I am getting a page not found condition. (Details are below). > > On the advice of someone at a technical forum, I started > Tomcat (Start/Programs/Java Web Services Developer Pack > 1.1/Start Tomcat) > > and then checked > > Start/Programs/Administrative Tools/Windows NT Diagnostics/Services > > It had: > > JavaWebServer Stopped > > although the services log file (and all other log files) > under jwsdp-1_1 indicated Tomcat was running > > If anyone can help, I'd really appreciate it. > > Robin > ******************************** > Type in Address Window: > http://localhost:8080 > > Error message: > > Page cannot be displayed > The page you are looking for is currently unavailable > > > In Internet Explorer > Above Address Window: > res://C:\WINNT\System32\shdoclc.dll/dnserror.htm#http://localh > ost:8080/ > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
