Re: URGENT: Tomcat 7 Aliases

2016-12-08 Thread Victor Rodriguez
Thanks Chris! I now get "Document base /dg/local/cots/tomcat/tomcat_8082/webapps/xyz does not exist or is not a readable directory" On Thu, Dec 8, 2016 at 2:50 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Victor, > > On

Re: URGENT: Tomcat 7 Aliases

2016-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Victor, On 12/8/16 4:59 PM, Victor Rodriguez wrote: > THANKS IN ADVANCE FOR YOUR HELP! (not yelling, just emphasizing!) > > I have abc.war and I want both /abc and /xyz to work for it. I've > tried adding aliases="/abc=abc.war,/xyz=abc.war" and

URGENT: Tomcat 7 Aliases

2016-12-08 Thread Victor Rodriguez
THANKS IN ADVANCE FOR YOUR HELP! (not yelling, just emphasizing!) I have abc.war and I want both /abc and /xyz to work for it. I've tried adding aliases="/abc=abc.war,/xyz=abc.war" and aliases="/abc=abc,/xyz=abc" but neither of those worked. This is how my original context.xml looked like.

Re: Two Way SSL - SSL Offloading at load balancer

2016-12-08 Thread tomcat
On 02.12.2016 13:27, Bipin Jethwani wrote: We use Spring security and want to use Two Way SSL for a few Jersey based REST APIs exposed for mobile devices. SSL is offloaded at load-balancer or apache level. Can we still get access to client certificate at web app level? On second thought we can

AW: UNC access to an tomcat webdav server

2016-12-08 Thread Arno Schäfer
> In the "any hints" category : > - in Windows (disk) Explorer, go to "Netzwerkumgebung" > - select "Netzwerkumgebung hinzufügen" > - click "Weiter" (2 X) > - in "Internet- oder Netzwerkadresse", enter your > "https://webserver:port/webdav; >and click "Weiter". Depending on how you set this

Re: UNC access to an tomcat webdav server

2016-12-08 Thread tomcat
On 08.12.2016 14:31, Arno Schäfer wrote: I have configured a tomcat (7.0.54) webdav server and try to access via a windows UNC path. If I run WebDAV in an IIS environment I can access this server automaticly from all clients via an UNC path like '\\webserver[@port]\webdav\' if the server side

UNC access to an tomcat webdav server

2016-12-08 Thread Arno Schäfer
I have configured a tomcat (7.0.54) webdav server and try to access via a windows UNC path. If I run WebDAV in an IIS environment I can access this server automaticly from all clients via an UNC path like '\\webserver[@port]\webdav\' if the server side mapping is

Re: Tomcat Realm/LDAP - userRoles and Organization Unit name for authenticated users

2016-12-08 Thread tomcat
On 05.12.2016 18:25, Taylor, Larry wrote: Hi Felix If isUserinRole has information to make determination to different component accesses in the application that would be sufficient - although, what I really need to know is what department or Organizational unit they belong to after

Re: Migration to Tomcat 8.0 Post/PreResources vs VirtualWebappLoader with optional resources

2016-12-08 Thread Mark Thomas
On 07/12/2016 09:01, Berg, R. van den (Robin) wrote: > Hello! > I have an issue that seems not supported anymore with Tomcat 8. > The same problem is also posted in the comments on: > https://tomcat.apache.org/tomcat-8.0-doc/config/resources.html > > PROBLEM: > We used the virtualWebAppLoader to

Re: Is there a class or way in Tomcat to write org.apache.catalina.authenticator messages to a different logfile

2016-12-08 Thread Mark Thomas
On 08/12/2016 00:31, Taylor, Larry wrote: > > Hello, > > Is there a class or way in Tomcat to write org.apache.catalina.authenticator > messages to a different logfile? > > I'm using Tomcat 8.0.9 - I have logging turned on for the realm > authentication but i cannot get authentication

Re: Tomcat listener not coming up - no stuck threads

2016-12-08 Thread Mark Thomas
On 07/12/2016 15:21, Christopher Schultz wrote: > John, > > On 12/7/16 7:19 AM, John D. Ament wrote: >> On Wed, Dec 7, 2016 at 3:58 AM Mark Thomas >> wrote: > >>> On 06/12/2016 02:59, John D. Ament wrote: >>> >>> >>> So I was able to identify my issue. It's not

Re: Tomcat Connection Pool

2016-12-08 Thread Mark Thomas
On 08/12/2016 07:59, Михаил Ткаченко wrote: > Yes but it description is ambiguous for me. What does it means "active > connection"? In use for request to DB? It is the maximum number of connections the pool will keep open to the database at any point in time. Those connections may be actively

Re: Tomcat Connection Pool

2016-12-08 Thread Михаил Ткаченко
Yes but it description is ambiguous for me. What does it means "active connection"? In use for request to DB? 08 дек. 2016 г. 10:53 пользователь "Kaloyan Spiridonov" < k.i.spirido...@gmail.com> написал: > Hello, > > As it is described in jdbc connection pool documentation: > > maxActive > >