Re: Upgrade from Tomcat 7 to Tomcat 9.0.17

2019-04-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Akram, On 4/16/19 16:21, Akram Hussain wrote: > Hi Christopher, > > I have almost 27-30 apps in my tomcat. > > Do I need to declare in every applications's META-INF\context.xml. Yes. If every application needs those libraries, then you'll need

Re: Upgrade from Tomcat 7 to Tomcat 9.0.17

2019-04-16 Thread Akram Hussain
Hi Christopher, I have almost 27-30 apps in my tomcat. Do I need to declare in every applications's META-INF\context.xml. And also I have a listener class which is in tomcat\lib folder, which also access these shared classes using CustomSharedLibrary. How can I access those shared libraries in

Re: Upgrade from Tomcat 7 to Tomcat 9.0.17

2019-04-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Akram, On 4/16/19 12:41, Akram Hussain wrote: > I have gone through it, But it was not clear to me. > > If an example is provided, how to pass resources to > SharedClassLoader, it could be helpful. If you configure something like this in your

Re: Upgrade from Tomcat 7 to Tomcat 9.0.17

2019-04-16 Thread Akram Hussain
Hi Christofer, I have gone through it, But it was not clear to me. If an example is provided, how to pass resources to SharedClassLoader, it could be helpful. Regards, Akram. On Tue, Apr 16, 2019 at 7:57 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED

Re: Upgrade from Tomcat 7 to Tomcat 9.0.17

2019-04-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Akram, On 4/16/19 06:29, Akram Hussain wrote: > I have Custom SharedClassLoader in Tomcat 7 to load shared library > jars, which is used by different applications in that tomcat. We > migrated to Tomcat 9, now it is not working. How to achieve the

Fix for DBCP-518

2019-04-16 Thread Lazar Kirchev
Hello, Do you have any plans to get the fix for https://issues.apache.org/jira/browse/DBCP-518 in the Tomcat 8.5 clone of the Commons DBCP? The commits with the fix are https://github.com/apache/commons-dbcp/commit/81aea944160608838cb2d7cdfb0d9b6893a655d9,

Upgrade from Tomcat 7 to Tomcat 9.0.17

2019-04-16 Thread Akram Hussain
Hi, I have Custom SharedClassLoader in Tomcat 7 to load shared library jars, which is used by different applications in that tomcat. We migrated to Tomcat 9, now it is not working. How to achieve the same functionality in tomcat 9. In Tomcat 9 it expects resources to be passed. I don't find any

Re: [EXTERNAL] Re: Tomcat(9.0.13) Error in DEV Server

2019-04-16 Thread Luis Rodríguez Fernández
Hello Gary, Your user, topsadmin is has the role NAT_TOPS_ADMIN, see [1], however the application is looking for another bunch of roles like TOPS_INTL_FIELD_USER_MIA, TOPS_MODELING, etc... I suggest you to check your user membership [2] and try with the roleNested=true in your configuration [3]

Re: [EXTERNAL] Re: Tomcat(9.0.13) Error in DEV Server

2019-04-16 Thread Peter@Kreuser-Online
Hi Gary, see way below inline... > Am 16.04.2019 um 03:02 schrieb Hua, Gary - Saint Louis, MO - Contractor > : > > Luis: > > Thanks for your input. I put the following into > conf/logging.properties and add debug="99" in the Realm definition so I > can see more Realm logging