Re: Making PreResources configuration recurse directories

2019-06-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theodore, On 6/5/19 15:16, Milbaugh, Theodore K (Ted) wrote: > I am using Tomcat version 9.0.12 > > I have a PreResources tag in my context.xml like this: > > className="org.apache.catalina.webresources.StandardRoot"> >

Making PreResources configuration recurse directories

2019-06-05 Thread Milbaugh, Theodore K (Ted)
I am using Tomcat version 9.0.12 I have a PreResources tag in my context.xml like this: This works great, in that if I access a JSP like this: http://localhost:8080/candy/chocolate.jsp I am able to access the JSP with no issues. However, there are subdirectories in

[OT] Self-describing JMX Beans

2019-06-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm starting to wire some application-specific JMX Beans into my application and I'm struggling to make them self-describing. Meaning, I'd like for a JMX client such as jconsole to show my customized descriptions for the bean, the attributes,

Re: where to look for $CATALINA_BASE/conf/ in Tomcat Server ?

2019-06-05 Thread Michael Kolenda
i recently did a JASPIC plugin for OIDC. ended writing a simple authorization class that returned user roles based on the request/Principal instead of trying to add JACC arjan tijms guide is what i used for the most part but you're right there is no decent Tomcat tutorial yet On Wed, Jun 5,

Re: where to look for $CATALINA_BASE/conf/ in Tomcat Server ?

2019-06-05 Thread Mark Thomas
On 05/06/2019 07:14, Karen Goh wrote: > Hi, > > I am trying to do JASPIC follows by JACC using Java Servlet and JSP and maybe > REST with PostgresQL > > https://www.byteslounge.com/tutorials/jaas-authentication-in-tomcat-example > > However, I have difficulty in locating the $Catablina_base in

where to look for $CATALINA_BASE/conf/ in Tomcat Server ?

2019-06-05 Thread Karen Goh
Hi, I am trying to do JASPIC follows by JACC using Java Servlet and JSP and maybe REST with PostgresQL https://www.byteslounge.com/tutorials/jaas-authentication-in-tomcat-example However, I have difficulty in locating the $Catablina_base in the external tomcat server I am using in Eclipse.