Re: Is there any way to make a little delay or sequencing of the requests coming to tomcat.

2017-10-31 Thread Chaitanya Sabbineni
> > I had a application where multiple requests are coming at same time > because of which 1 request is overridden by other.Is so can Any one let me > know if there is a way to achieve this. > - > To unsubscribe, e-mail:

Re: Tomcat server apparently bouncing up and down

2017-08-20 Thread Chaitanya Sabbineni
Hi All, If tomcat is not stopped properly that is if any of the demon threads are running under tomcat it will prevent jvm from starting as this will already hold the threads. So these threads has to be killed in order start it properly. Regarding the bouncing of the tomcat I.e starting and

Re: SSL is not working

2017-08-04 Thread Chaitanya Sabbineni
Hi, please try to import the certificate into the browser. Truststore and keystore or not different it depends on the name you give. example: tomcat_keystore.keystore or tomcat_trust.keystore and need to provide the respective path and the password in the keystore. please make sure that same

Re: Tomcat is starting but unable to launch homepage in Linux. When launched from a browser from local machine it keep on rotating.

2017-07-31 Thread Chaitanya Sabbineni
> > Darvi Gill > > > -Original Message----- > From: Chaitanya Sabbineni [mailto:sabbinen...@gmail.com] > Sent: Monday, July 31, 2017 11:46 AM > To: Tomcat Users List <users@tomcat.apache.org> > Subject: Re: Tomcat is starting but unable to launch homepage in Linux. &

Re: Tomcat is starting but unable to launch homepage in Linux. When launched from a browser from local machine it keep on rotating.

2017-07-31 Thread Chaitanya Sabbineni
hare your server.xml and if possible. Also, does the request times > out with an error on the browser? if so, what is the error? > Can you do localhost:8083 on your Linux box? > > On 31 July 2017 at 18:34, Chaitanya Sabbineni <sabbinen...@gmail.com> > wrote: > > > Hi All, &

Re: Tomcat is starting but unable to launch homepage in Linux. When launched from a browser from local machine it keep on rotating.

2017-07-31 Thread Chaitanya Sabbineni
ns if you use the Tomcat default settings - not using 8083 port? > Does that work? > > On 31 July 2017 at 18:18, Chaitanya Sabbineni <sabbinen...@gmail.com> > wrote: > > > Hi All, > > > > Can anyone please help me with the issue > > > > I in

Tomcat is starting but unable to launch homepage in Linux. When launched from a browser from local machine it keep on rotating.

2017-07-31 Thread Chaitanya Sabbineni
Hi All, Can anyone please help me with the issue I installed tomcat on Linux server and I deployed my application on tomcat. Tomcat is starting fine and I can confirm this as in the tomcat log I can see server started in 1234 milliseconds. When I try to launch the tomcat homepage from my local

Re: Unable to Access tomcat UI on restart of the server on Linux

2017-07-24 Thread Chaitanya Sabbineni
Hi All, When I am trying load the tomcat home page in the browser , page never opens it just rotates and rotates. can anyone please help on this On Mon, 24 Jul 2017 7:48 pm Coty Sutherland, <csuth...@redhat.com> wrote: > On Mon, Jul 24, 2017 at 9:57 AM, Chaitanya Sabbineni &g

Re: Unable to Access tomcat UI on restart of the server on Linux

2017-07-24 Thread Chaitanya Sabbineni
hy tomcat is not loading the home page. Can anybody please help me on this Thanks in advance On Mon, Jul 24, 2017 at 7:47 PM, Coty Sutherland <csuth...@redhat.com> wrote: > On Mon, Jul 24, 2017 at 9:57 AM, Chaitanya Sabbineni > <sabbinen...@gmail.com> wrote: > > Hi All, >

Unable to Access tomcat UI on restart of the server on Linux

2017-07-24 Thread Chaitanya Sabbineni
Hi All, I had a problem in accessing UI of the tomcat using http://:8081 I tried changing the port to 8086 and 8088 and even i am not able to access the UI. I checked using netstat -an | grep 8081 and only thing that is using this port is tcp0 0:::8081 :::* Listen I uninstalled

Re: Tomcat is stopping on its own even though stop script is not executed

2017-07-21 Thread Chaitanya Sabbineni
E- > Hash: SHA256 > > Coty, > > On 7/21/17 8:51 AM, Coty Sutherland wrote: > > On Thu, Jul 20, 2017 at 3:05 PM, Chaitanya Sabbineni > > <sabbinen...@gmail.com> wrote: > >> Hi, > >> > >> just to explain you what exactly is happening. W

Re: Tomcat is stopping on its own even though stop script is not executed

2017-07-20 Thread Chaitanya Sabbineni
nvalid> wrote: > Chaitanya, > > This will be long and somewhat speculative. > > On 7/20/2017 9:00 AM, Christopher Schultz wrote: > > Chaitanya, > > > > On 7/20/17 11:03 AM, Chaitanya Sabbineni wrote: > >> Stop script in the sense it's Catalina script onl

Re: Tomcat is stopping on its own even though stop script is not executed

2017-07-20 Thread Chaitanya Sabbineni
stopher Schultz wrote: > > Chaitanya, > > > > On 7/20/17 11:03 AM, Chaitanya Sabbineni wrote: > >> Stop script in the sense it's Catalina script only but we usually > >> stop tomcat using the command Catalina.sh stop. But in our case we > >> are not manually executing

Re: Tomcat is stopping on its own even though stop script is not executed

2017-07-20 Thread Chaitanya Sabbineni
pher Schultz, < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Suvendu, > > On 7/20/17 11:25 AM, Suvendu Sekhar Mondal wrote: > > Chaitanya, > > > > On Thu, Jul 20, 2017 at 8:33 PM, Chaitanya Sabbineni &g

Re: Tomcat is stopping on its own even though stop script is not executed

2017-07-20 Thread Chaitanya Sabbineni
Sekhar Mondal, <suv3...@gmail.com> wrote: > Chaitanya, > > On Thu, Jul 20, 2017 at 8:33 PM, Chaitanya Sabbineni > <sabbinen...@gmail.com> wrote: > > Hi Chris, > > > > Stop script in the sense it's Catalina script only but we usually stop > > tomcat using

Re: Tomcat is stopping on its own even though stop script is not executed

2017-07-20 Thread Chaitanya Sabbineni
it. Thanks & Regards, Chaitanya On Thu, 20 Jul 2017 8:10 pm Christopher Schultz, < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chaitanya, > > On 7/20/17 2:57 AM, Chaitanya Sabbineni wrote: > > i am using t

Tomcat is stopping on its own even though stop script is not executed

2017-07-20 Thread Chaitanya Sabbineni
Hi All, i am using tomcat 7.0.069 version where tomcat is stopping at a specified time(02:00AM) even though the stop script of the tomcat is not executed. Below is the *error *which i can see in the tomcat log at 2:00 AM when the server is stopped.In order to start the sever we need to execute