-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kumaresh,
On 10/24/12 10:39 AM, KumareshGopalsamy wrote: > But when I shutdown Tomcat from command prompt > > C:\apache-tomcat-6.0.24-windows-x64\apache-tomcat-6.0.24\bin>shutdown > > I could see Apache Tomcat homepage in http://localhost:8080/ but > not in https://localhost:8443/ > > Will I continue to see homepage in http://localhost:8080/ after > tomcat shutdown? That depends: do you have more than one server process running? Try using "netstat" to see what process is listening on port 8080. If you have been changing your configuration around and starting and stopping Tomcat, you might have forgotten to stop it one time and then fixed the config so you did this: 1. Start Tomcat A a. HTTP connector comes up on port 8080 b. HTTPS connector fails to initialize (bad cert config) 2. Start Tomcat B a. HTTP connector fails to bind to port 8080 (Tomcat A is bound) b. HTTPS connector comes up on port 8443 3. "Stop Tomcat" a. Tomcat B stops b. Tomcat A remains running In this situation, Tomcat A is still running on port 8080. Make sure that everything has stopped and repeat your tests -- with a clean logs/ directory. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlCIO7cACgkQ9CaO5/Lv0PASSQCgs3QaEGpBpygyIplXR4B5pgBR SLsAn0fPbrnhojNQg8Fx9P0W94kp0wgd =ki1W -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org