Re: TCP6

2018-03-18 Thread tomcat
On 18.03.2018 15:17, Loai Abdallatif wrote: Yes sure, I have added the below lines to /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6 = 1net.ipv6.conf.default.disable_ipv6 = 1net.ipv6.conf.lo.disable_ipv6 = 1net.ipv6.conf.eth0.disable_ipv6 = 1 Is that not a bit excessive ? you have totally di

Re: TCP6

2018-03-18 Thread Loai Abdallatif
Yes sure, I have added the below lines to /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6 = 1net.ipv6.conf.default.disable_ipv6 = 1net.ipv6.conf.lo.disable_ipv6 = 1net.ipv6.conf.eth0.disable_ipv6 = 1 On Sun, Mar 18, 2018 at 4:14 PM, André Warnier (tomcat) wrote: > On 18.03.2018 15:06, Loai Ab

Re: TCP6

2018-03-18 Thread tomcat
On 18.03.2018 15:06, Loai Abdallatif wrote: Hello All I disabled ip6 thanks for saying that, but you do not say how you did that. Please say, so that future readers of the tomcat users mailing lists archives (http://tomcat.apache.org/lists.html#Apache_Tomcat_Mailing_Lists) will find it, and no

Re: TCP6

2018-03-18 Thread Loai Abdallatif
Hello All I disabled ip6 and restarted the machine , and its working now\ root@appserver01:/opt/tomcat/controller# netstat -antp Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp0 0 10.160

Re: TCP6

2018-03-18 Thread Loai Abdallatif
I will thanks On Sun, Mar 18, 2018 at 3:56 PM, M. Manna wrote: > In your server.xml add address="0.0.0.0" for connector. > > On 18 Mar 2018 1:04 pm, "Loai Abdallatif" > wrote: > > > Dear Friends > > > > *root@appserver01:~# netstat -antp* > > I have started three tomcat instances on one debian

Re: TCP6

2018-03-18 Thread Loai Abdallatif
yes On Sun, Mar 18, 2018 at 3:56 PM, Neven Cvetkovic wrote: > On Sun, Mar 18, 2018 at 2:04 PM, Loai Abdallatif < > loai.abdalla...@gmail.com> > wrote: > > > Dear Friends > > > > *root@appserver01:~# netstat -antp* > > I have started three tomcat instances on one debian server and I got the > >

Re: TCP6

2018-03-18 Thread Loai Abdallatif
Thanks On Sun, Mar 18, 2018 at 3:57 PM, André Warnier (tomcat) wrote: > On 18.03.2018 14:04, Loai Abdallatif wrote: > >> Dear Friends >> >> *root@appserver01:~# netstat -antp* >> I have started three tomcat instances on one debian server and I got the >> following netstat output: >> how I force

Re: TCP6

2018-03-18 Thread M. Manna
In your server.xml add address="0.0.0.0" for connector. On 18 Mar 2018 1:04 pm, "Loai Abdallatif" wrote: > Dear Friends > > *root@appserver01:~# netstat -antp* > I have started three tomcat instances on one debian server and I got the > following netstat output: > how I force the tomcat to bind

Re: TCP6

2018-03-18 Thread Neven Cvetkovic
On Sun, Mar 18, 2018 at 2:04 PM, Loai Abdallatif wrote: > Dear Friends > > *root@appserver01:~# netstat -antp* > I have started three tomcat instances on one debian server and I got the > following netstat output: > how I force the tomcat to bind to tcp instead of tcp6 > > > tcp6 0 0

Re: TCP6

2018-03-18 Thread tomcat
On 18.03.2018 14:04, Loai Abdallatif wrote: Dear Friends *root@appserver01:~# netstat -antp* I have started three tomcat instances on one debian server and I got the following netstat output: how I force the tomcat to bind to tcp instead of tcp6 Hi. As far as I know, this is more of a "java

TCP6

2018-03-18 Thread Loai Abdallatif
Dear Friends *root@appserver01:~# netstat -antp* I have started three tomcat instances on one debian server and I got the following netstat output: how I force the tomcat to bind to tcp instead of tcp6 tcp6 0 0 10.160.180.99:8005 :::* LISTEN 742/java tcp6 0 0 10.

Re: I cant start Tomcat instances

2018-03-18 Thread Loai Abdallatif
Thanks Olaf very much , I will review he steps On Sun, Mar 18, 2018 at 12:13 PM, Olaf Kock wrote: > > > On 17.03.2018 19:16, Loai Abdallatif wrote: > >> actually all of them has X permissions >> >> -rwxr--r-- 1 root root 70 Mar 17 11:59 shutdown-instance0.sh >> -rwxr--r-- 1 root root

Re: I cant start Tomcat instances

2018-03-18 Thread Olaf Kock
On 17.03.2018 19:16, Loai Abdallatif wrote: actually all of them has X permissions -rwxr--r-- 1 root root 70 Mar 17 11:59 shutdown-instance0.sh -rwxr--r-- 1 root root 70 Mar 17 11:48 shutdown-instance1.sh -rwxr--r-- 1 root root 70 Mar 17 11:59 shutdown-instance2.sh -rwxr--