RE: Unable to start apache tomcat server

2013-08-31 Thread Martin Gainty
bilité pour le contenu fourni. > 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. >

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
ription The requested resource is not available. > >> Apache Tomcat/7.0.42 > >> > >> > >> On Sat, Aug 31, 2013 at 11:27 PM, Caldarale, Charles R < > >> chuck.caldar...@unisys.com> wrote: > >> > >>>> From: Sushil Prusty [mailto:s

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
ription The requested resource is not available. > >> Apache Tomcat/7.0.42 > >> > >> > >> On Sat, Aug 31, 2013 at 11:27 PM, Caldarale, Charles R < > >> chuck.caldar...@unisys.com> wrote: > >> > >>>> From: Sushil Prusty [mailto:s

Re: Unable to start apache tomcat server

2013-08-31 Thread Burghard W.V. Britzke
013 at 11:27 PM, Caldarale, Charles R < >> 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. >

Re: Unable to start apache tomcat server

2013-08-31 Thread Burghard W.V. Britzke
ar...@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

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

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 (usually on port 8443), including establishing

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 : > 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? e

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 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 w

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 : > 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