Re: Logging framework

2017-12-07 Thread Konstantin Kolinko
2017-12-08 9:58 GMT+03:00 mirunalini Chandrasekaran : > Hi All, > > I am using Tomcat 7.0.81 on centos 7.3 and using openjdk 1.7.0.141. Tomcat > was downloaded from http://tomcat.apache.org/ > > The problem I am seeing recently is manager*.log and localhost*.log files > are not created. Instead, I

Is it possible to externally authenticate using OAuth?

2017-12-07 Thread Robert J. Carr
[tomcat 8, java 8, ubuntu xenial] I have setup security constraints that allow certain resources to only be accessed by authorized users. The users are authenticated using either BASIC or FORM, where a username and password is provided, and this works great. However, I'd also like to allow users

Logging framework

2017-12-07 Thread mirunalini Chandrasekaran
Hi All, I am using Tomcat 7.0.81 on centos 7.3 and using openjdk 1.7.0.141. Tomcat was downloaded from http://tomcat.apache.org/ The problem I am seeing recently is manager*.log and localhost*.log files are not created. Instead, I see the messages that were to be written into manager.log are goin

RE: building TC 8.5 with checkstyle

2017-12-07 Thread George Stanchev
>On 07/12/17 21:12, Mark Thomas wrote: >> On 07/12/17 20:48, George Stanchev wrote: >>> I am trying to build TC 8.5.24 from source and running into checkstyle >>> validation issues [1]. I looked at >>> https://tomcat.apache.org/tomcat-8.5-doc/building.html and couldn't find >>> anything that sug

Re: Configuring DIGEST auth for manager

2017-12-07 Thread Philippe Mouawad
Hello, Last ping hoping to get some help. Thanks On Wed, Nov 8, 2017 at 10:19 PM, Philippe Mouawad < p.moua...@ubik-ingenierie.com> wrote: > Hello, > Any feedback on this ? > Thanks > > On Sun, Nov 5, 2017 at 9:16 PM, Philippe Mouawad < > p.moua...@ubik-ingenierie.com> wrote: > >> Hello, >> I am

Re: daemon.sh and multiple tomcat instances

2017-12-07 Thread George S.
My technique is something like this on OpenSUSE: in $CATALINA_BASE, I put bin/catalina.sh It sources the file: /etc/sysconfig/tomcat In /etc/sysconfig/tomcat I define: CATALINA_BASE CATALINA_HOME JAVA_OPTS and a few others. $CATALINA_BASE/bin/catalina.sh starts tomcat via JSVC. in my part

daemon.sh and multiple tomcat instances

2017-12-07 Thread Chris Cheshire
Apologies in advance for semi-OT sysadmin question. Tomcat 8.5.24, running on Centos 6. I have built jsvc according to instructions in distribution. I have two tomcat instances under different users (sandbox1, sandbox2) that have their own CATALINA_BASE. I can start these manually from the command

Re: building TC 8.5 with checkstyle

2017-12-07 Thread Mark Thomas
On 07/12/17 21:12, Mark Thomas wrote: > On 07/12/17 20:48, George Stanchev wrote: >> I am trying to build TC 8.5.24 from source and running into checkstyle >> validation issues [1]. I looked at >> https://tomcat.apache.org/tomcat-8.5-doc/building.html and couldn't find >> anything that suggest t

Re: building TC 8.5 with checkstyle

2017-12-07 Thread Mark Thomas
On 07/12/17 20:48, George Stanchev wrote: > I am trying to build TC 8.5.24 from source and running into checkstyle > validation issues [1]. I looked at > https://tomcat.apache.org/tomcat-8.5-doc/building.html and couldn't find > anything that suggest that the default target would not build, neit

building TC 8.5 with checkstyle

2017-12-07 Thread George Stanchev
I am trying to build TC 8.5.24 from source and running into checkstyle validation issues [1]. I looked at https://tomcat.apache.org/tomcat-8.5-doc/building.html and couldn't find anything that suggest that the default target would not build, neither checkstyle is mentioned. It is not a problem,

Contributor on Wiki

2017-12-07 Thread George S.
Could someone please add me (George Sexton) to the contributor group on the Tomcat Wiki? Thanks. -- George S. *MH Software, Inc.* Voice: 303 438 9585 http://www.mhsoftware.com

Re: 8.5 - multiple host configuration question

2017-12-07 Thread Chris Cheshire
On Thu, Sep 7, 2017 at 5:30 PM, Christopher Schultz wrote: >> >> What should the permissions, owner & group be set to for >> CATALINA_HOME if I am running separate instances per user? > > It doesn't really matter. You just need to make sure that your "users" > can read the default config files --

Re: BeanELResolver issue – calling a varargs method with no argument

2017-12-07 Thread Mark Thomas
On 07/12/17 02:52, Nitkalya (Ing) Wiriyanuparb wrote: > Hello. > > I'm upgrading from Tomcat 7.0.30 to 8.5.24. Everything is working fine, but > I notice that BeanELResolver behaves differently when calling a bean > varargs method with no argument. > > My action bean has a method with the signatu

Re: How to get the AbstractEndpoint from Tomcat with tomcat-embed

2017-12-07 Thread Mark Thomas
On 06/12/17 18:32, Jesse Schulman wrote: > For some reason there are no Catalina names from that MBean server: > > Registry.getRegistry(null, null).getMBeanServer().getDomains() > > yields > > JMImplementation, java.util.logging, java.lang, Tomcat, com.sun.management, > null, java.nio > > and >