Re: No traffic after upgrade to Tomcat 8.5.16 (loadbalancing issue)

2017-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bernd, On 7/31/17 12:59 PM, Bernd Wahlen wrote: > > We are running a cluster of 5 tomcats behind a loadbalancer (shared > big ip f5). Traffic is http, https and websocket. After upgrading > one of the servers to Tomcat 8.5.16 this server get no

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 M. Manna
Please share 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 wrote: > Hi All, > > Even though I use tomcat

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
Hi, You mean some fire wall is blocking the request on that port systemctl stop firewalld will disable that firewall. On Mon, 31 Jul 2017 11:20 pm Darvi Gill, wrote: > Try disabling the firewall on the Linux server. > > systemctl stop firewalld > > Darvi Gill > > >

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: No traffic after upgrade to Tomcat 8.5.16 (loadbalancing issue)

2017-07-31 Thread Bernd Wahlen
Thanks for your help, what do you mean with take it off the server farms first? The upgrade process is like this: stop tomcat change symlink to new version start tomcat loadbalancer detect that the server is down and routes the traffic to the other hosts. This is like we always do since tomcat

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
Hi All, When I launched in browser request is not timed out. It just keep on rotates but never opens. In server.xml the ports that are configured are. 8006 shutdown port. http port 8083 Https port 8443 Home page is not launching neither in http nor in https mode. In Linux box I tried wget and

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 Darvi Gill
Yes. Firewall maybe blocking access to the ports local on the server and external. Depending on the version of Linux The command will stop the firewall; until you start it again "systemctl start firewalld" or reboot server. This is the command to disable: systemctl disbale firewalld

Re: No traffic after upgrade to Tomcat 8.5.16 (loadbalancing issue)

2017-07-31 Thread M. Manna
When you upgraded the affected tomcat from 8.0.45 to 8.5.16, Did you take it off the server farms first? Or did you do it without? Try to remove the affected tomcat off the server farm. Do you upgrade, and then put it back inside the farm. Or have you tried this already? On 31 July 2017 at

Re: No traffic after upgrade to Tomcat 8.5.16 (loadbalancing issue)

2017-07-31 Thread M. Manna
By farms, I am referring to your setup for 5 Tomcats. Have you tried taking the affected server out completely from the farm? In this way, you have 4 tomcats seen by the loadbalancer. Once you have done the upgrade, re-register this server with your load balancer. Also, have you checked whether

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 Darvi Gill
Try disabling the firewall on the Linux server. systemctl stop firewalld Darvi Gill -Original Message- From: Chaitanya Sabbineni [mailto:sabbinen...@gmail.com] Sent: Monday, July 31, 2017 11:46 AM To: Tomcat Users List Subject: Re: Tomcat is starting but

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 Mark Eggers
Chaitanya, On 7/31/2017 10:34 AM, Chaitanya Sabbineni wrote: > Hi All, > > Even though I use tomcat default port 8080 it's the same I am able to do > wget and curl but when launching the ui from local Windows machine it's > keep on rotating but never opens > > Thanks in advance > > On Mon, 31

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 M. Manna
What happens if you use the Tomcat default settings - not using 8083 port? Does that work? On 31 July 2017 at 18:18, Chaitanya Sabbineni wrote: > Hi All, > > Can anyone please help me with the issue > > I installed tomcat on Linux server and I deployed my application on

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
Hi All, Even though I use tomcat default port 8080 it's the same I am able to do wget and curl but when launching the ui from local Windows machine it's keep on rotating but never opens Thanks in advance On Mon, 31 Jul 2017 11:00 pm M. Manna, wrote: > What happens if you

Re: No traffic after upgrade to Tomcat 8.5.16 (loadbalancing issue)

2017-07-31 Thread Peter Kreuser
Hi Bernd, > Am 31.07.2017 um 19:17 schrieb Bernd Wahlen : > > Thanks for your help, > > what do you mean with take it off the server farms first? > > The upgrade process is like this: > stop tomcat > change symlink to new version > start tomcat > >

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 M. Manna
If you are using Ubuntu Linux, I am assuming that you have a desktop option? If so, could you open a browser and check if you can use localhost:8083 to see if the page loads from the box itself. How have you configured your server.xml file? without looking at the server.xml it's not clear how you

Re: [8.5.16] SSLHostConfig certificateVerification="optionalNoCA" ignored?

2017-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martynas, On 7/30/17 4:35 PM, Martynas Jusevičius wrote: > Hey list, > > I need my webapp to accept all SSL client certificates and do its > own validation. > > I'm upgrading server.xml from the JSSE SSL Connector which used > clientAuth="want"

No traffic after upgrade to Tomcat 8.5.16 (loadbalancing issue)

2017-07-31 Thread Bernd Wahlen
We are running a cluster of 5 tomcats behind a loadbalancer (shared big ip f5). Traffic is http, https and websocket. After upgrading one of the servers to Tomcat 8.5.16 this server get no traffic anymore. Everything is running fine until 8.0.45. If i connect directly against the node with 8.5,

The GET request encounters 400 Bad Request from a URL with Chinese words on Tomcat 8.0.43

2017-07-31 Thread Bruce Huang
Hi all, We have placed a file named 檔名.txt into the \apache-tomcat-8.0.43\webapps\Apps folder. And our client app can retrieve the file by an HTTP GET request from the URL, for example, http://192.168.1.1/Apps/檔名.txt (The 檔名 are two Chinese words) When it was on tomcat v8.0.23, everything works