Re: Unable to start apache tomcat server

2013-08-31 Thread Burghard W.V. Britzke
which url did you try? especially which port? tomcat uses port 8080 per default instead of the standard http port 80. Am 31.08.2013 um 19:23 schrieb Sushil Prusty sushil.pru...@gmail.com: Hi all I am using tomcat 7.0.42 and deployed in CentOs . When i start the server i am geting below

Re: Unable to start apache tomcat server

2013-08-31 Thread Mark Eggers
On 8/31/2013 10:23 AM, Sushil Prusty wrote: Hi all I am using tomcat 7.0.42 and deployed in CentOs . When i start the server i am geting below log in my console . Aug 31, 2013 10:37:59 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
HI I am using https://localhost:8080. On Sat, Aug 31, 2013 at 11:00 PM, Burghard W.V. Britzke b...@charmides.in-berlin.de wrote: which url did you try? especially which port? tomcat uses port 8080 per default instead of the standard http port 80. Am 31.08.2013 um 19:23 schrieb Sushil

Re: Unable to start apache tomcat server

2013-08-31 Thread Burghard W.V. Britzke
did you configure a https connector? if not use http instead of https. Am 31.08.2013 um 19:49 schrieb Sushil Prusty sushil.pru...@gmail.com: HI I am using https://localhost:8080. On Sat, Aug 31, 2013 at 11:00 PM, Burghard W.V. Britzke b...@charmides.in-berlin.de wrote: which url

RE: Unable to start apache tomcat server

2013-08-31 Thread Caldarale, Charles R
From: Sushil Prusty [mailto:sushil.pru...@gmail.com] Subject: Re: Unable to start apache tomcat server I am using https://localhost:8080. Use http, not https. If you want to use https, you will need to configure an additional Connector (usually on port 8443), including establishing

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
chuck.caldar...@unisys.com wrote: From: Sushil Prusty [mailto:sushil.pru...@gmail.com] Subject: Re: Unable to start apache tomcat server I am using https://localhost:8080. Use http, not https. If you want to use https, you will need to configure an additional Connector (usually on port

Re: Unable to start apache tomcat server

2013-08-31 Thread Burghard W.V. Britzke
[mailto:sushil.pru...@gmail.com] Subject: Re: Unable to start apache tomcat server I am using https://localhost:8080. Use http, not https. If you want to use https, you will need to configure an additional Connector (usually on port 8443), including establishing a server certificate

Re: Unable to start apache tomcat server

2013-08-31 Thread Burghard W.V. Britzke
...@gmail.com] Subject: Re: Unable to start apache tomcat server I am using https://localhost:8080. Use http, not https. If you want to use https, you will need to configure an additional Connector (usually on port 8443), including establishing a server certificate. - Chuck

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
] Subject: Re: Unable to start apache tomcat server I am using https://localhost:8080. Use http, not https. If you want to use https, you will need to configure an additional Connector (usually on port 8443), including establishing a server certificate. - Chuck

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
] Subject: Re: Unable to start apache tomcat server I am using https://localhost:8080. Use http, not https. If you want to use https, you will need to configure an additional Connector (usually on port 8443), including establishing a server certificate. - Chuck

RE: Unable to start apache tomcat server

2013-08-31 Thread Martin Gainty
. Date: Sun, 1 Sep 2013 00:27:09 +0530 Subject: Re: Unable to start apache tomcat server From: sushil.pru...@gmail.com To: users@tomcat.apache.org Hi Brit/Marc Thanks for your time . Problem got resolved using below url. http://stackoverflow.com/questions/8520267/localhost8080-gives-404