Re: Tomcat

2024-05-21 Thread Nohu Pics
Re: This list's search engine not working? https://nohu.pics -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/proje

Re: Trouble with selinux, tomcat, and apache

2018-07-28 Thread Alexander Dalloz
Am 28.07.2018 um 11:19 schrieb Peter Boy: In F28 I try to connect from an Apache to a tomcat container, both installed on the same server, using AJP protocol, but SELinux denies access. I (try to) use standard port 8009: [root@camena ~]# semanage port -l | grep http http_cache_port_t

Trouble with selinux, tomcat, and apache

2018-07-28 Thread Peter Boy
In F28 I try to connect from an Apache to a tomcat container, both installed on the same server, using AJP protocol, but SELinux denies access. I (try to) use standard port 8009: [root@camena ~]# semanage port -l | grep http http_cache_port_t tcp 8080, 8118, 8123, 10001

Re: Tomcat - different users for different instances?

2017-09-25 Thread Peter Boy
ystemd at the moment. I did some internet search, and I guess I had to do # systemctl edit tomcat@[myUniqueInstanceName] and then insert into the edit windows [Service] LimitNoFile=8200 and save So I double the no of open files for that specific instance. I Would be grateful if you could

Re: Tomcat - different users for different instances?

2017-09-22 Thread Matthew Miller
er instances were not affected by the broken one. There may be other reasons to run as separate users, but to address the immediate problem, have you instead considered raising the limit on open files for the tomcat user? On a bigger scope, you might want to look at using containers to separate yo

Re: Tomcat - different users for different instances?

2017-09-22 Thread James Hogarth
nity Bill On 9/21/2017 6:55 PM, Peter Boy wrote: When Fedora used systemV init you could define a specific user for a specific tomcat instance in /etc/systconfig/tomcat-[myinstance] by adding a line TOMCAT_USER=„mytomcat“. In Fedora 26 with systemd you can define different Tomcat instances but

Re: Tomcat - different users for different instances?

2017-09-21 Thread Bill Shirley
Fedora used systemV init you could define a specific user for a specific tomcat instance in /etc/systconfig/tomcat-[myinstance] by adding a line TOMCAT_USER=„mytomcat“. In Fedora 26 with systemd you can define different Tomcat instances but the above mechanism doesn’t work anymore. I checked the

Tomcat - different users for different instances?

2017-09-21 Thread Peter Boy
When Fedora used systemV init you could define a specific user for a specific tomcat instance in /etc/systconfig/tomcat-[myinstance] by adding a line TOMCAT_USER=„mytomcat“. In Fedora 26 with systemd you can define different Tomcat instances but the above mechanism doesn’t work anymore. I

RE: multiple instances of tomcat

2015-05-23 Thread Edward Quick
I figured out. Just replying so I don't waste anyone's time. The problem in my case was after upgrading to Fedora 21, I needed to replace /etc/tomcat/tomcat.conf with /etc/tomcat/tomcat.conf.rpmnew Doh! :) From: edwardqu...@hotmail.com To: users@lists.fedoraproject.org Subject

RE: multiple instances of tomcat

2015-05-23 Thread Edward Quick
From: edwardqu...@hotmail.com To: users@lists.fedoraproject.org Subject: multiple instances of tomcat Date: Sat, 23 May 2015 14:49:15 + Hi, First just to say I'm running F21. I found a post on setting up multiple tomcat instances at https://lists.fedoraproject.org/pipermai

multiple instances of tomcat

2015-05-23 Thread Edward Quick
Hi, First just to say I'm running F21. I found a post on setting up multiple tomcat instances at https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20130708/1055381.html which states: In the new world, if you need an instance, you'll create a directory /var/l

Re: apache with tomcat

2011-09-28 Thread solarflow99
ya I know. I knew all that already, thats not what the question was at all. On Wed, Sep 28, 2011 at 6:33 PM, Rick Stevens wrote: > On 09/28/2011 02:59 PM, solarflow99 wrote: > > you'll notice proxy_ajp.conf is gone from httpd. Now the mod is loaded > by > > default anyways with no config, no

Re: apache with tomcat

2011-09-28 Thread Rick Stevens
On 09/28/2011 02:59 PM, solarflow99 wrote: > you'll notice proxy_ajp.conf is gone from httpd. Now the mod is loaded by > default anyways with no config, no one knows anything about this, what > gives? Yet another update to my postings. "rpm -q --changelog httpd" reveals this tidbit: * Fri Jul 0

Re: apache with tomcat

2011-09-28 Thread Rick Stevens
On 09/28/2011 02:59 PM, solarflow99 wrote: > you'll notice proxy_ajp.conf is gone from httpd. Now the mod is loaded by > default anyways with no config, no one knows anything about this, what > gives? Followup to my previous posting...looking at things, /etc/httpd/conf/httpd.conf now has a "LoadM

Re: apache with tomcat

2011-09-28 Thread Rick Stevens
wrote: > >> Am Mittwoch, den 28.09.2011, 13:07 -0400 schrieb solarflow99: >>> So does anyone use apache to proxy to tomcat then? i'm just trying to >>> figure out why proxy_ajp.conf was dropped. >> >> We use it regularly, didn't notice anything being dr

Re: apache with tomcat

2011-09-28 Thread solarflow99
oes anyone use apache to proxy to tomcat then? i'm just trying to > > figure out why proxy_ajp.conf was dropped. > > We use it regularly, didn't notice anything being dropped yet :-) > > > > > > -- > users mailing list > users@lists.fedoraproject.

Re: apache with tomcat

2011-09-28 Thread Peter Boy
Am Mittwoch, den 28.09.2011, 13:07 -0400 schrieb solarflow99: > So does anyone use apache to proxy to tomcat then? i'm just trying to > figure out why proxy_ajp.conf was dropped. We use it regularly, didn't notice anything being dropped yet :-) -- users ma

apache with tomcat

2011-09-28 Thread solarflow99
So does anyone use apache to proxy to tomcat then? i'm just trying to figure out why proxy_ajp.conf was dropped. Thanks, -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines:

Re: some questions about apache and tomcat

2011-07-27 Thread Miroslav Grepl
On 07/27/2011 05:23 AM, Benedict S wrote: Hello,everybody. There is no packages about mod_jk-ap20 in our fedora rpm packages.How can I connect apache with tomcat,using http_proxy ,ajp_proxy or something else?Which method is the best way to use it? When i start tomcat6 with command "se

some questions about apache and tomcat

2011-07-26 Thread Benedict S
Hello,everybody. There is no packages about mod_jk-ap20 in our fedora rpm packages.How can I connect apache with tomcat,using http_proxy ,ajp_proxy or something else?Which method is the best way to use it? When i start tomcat6 with command "service tomcat6 start " or "run_init