Re: Http 403: access to requested resource denied

2016-02-04 Thread tomcat
On 03.02.2016 22:17, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 2/3/16 1:50 PM, André Warnier (tomcat) wrote: On 03.02.2016 19:07, David kerber wrote: On 2/3/2016 12:50 PM, prashant sharma wrote: On 3 Feb 2016 17:42, "David kerber"

RE: TC Connector IIS 1.2.40 not running on windows 2012 R2 64 bits

2016-02-04 Thread Garcia Aparici, Carlos
Good day fellows I'm answering my own question mainly for historical purposes, so if someone search for this in the future he'll find this answer too. Related to the problem, we tried a lot of things... different versions of the filter... diferent versions of the MS VC Runtime... we opened a

Re: I need expert to solve problem(pay)

2016-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Edwin, On 2/4/16 3:25 PM, Edwin Quijada wrote: > Hi! I have a Tomcat cluster over Debian Jessie, Tomcat 8.0.29 2 > instances , PostgreSQL 9.5 ,Apache 2.4 , Mod_jk. When I try to run > my project in this environment I get eerror. I tested with

Re: Tomcat 7 and SSL...

2016-02-04 Thread Bill Kelm
George, Thanks for the lead to the startup script. That was exactly it, in our configuration our CATALINA_BASE is /usr/share/tomcat7 and that is what was triggering the random port assignment: if [ "$CATALINA_HOME" != "/usr/share/tomcat" -a "$RETVAL" -eq "0" ]; then # Create a tomcat

Re: Tomcat 7 and SSL...

2016-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, On 2/4/16 12:52 PM, Bill Kelm wrote: > Not sure if anyone has seen this before, whenever we go to > configure the SSL connector and set the connector port to 8443, on > tomcat startup they are getting rewritten to another random port. > > So

Re: Should tomcat form login offer redirects to login page besides forward?

2016-02-04 Thread Bernhard Lenz
Hi Mark. Unfortunately CAS doesn't support Tomcat 8 or 9 and the documentation is often outdated and sometimes messy. I feel Tomcat is so close to perfect with its SingleSignOn valve and Realms that supporting a global login page is just the dot on the I. I'm new to the apache process... How

Stuck thread when invoking the AsyncContext.complete() method

2016-02-04 Thread Jeroen van Ooststroom
Hello, Using Tomcat 8.0.23 and Tomcat 8.0.30 with Java 1.7.0_25 on CentOS 5.11 we are getting a stuck thread issue when our server is on high(er) load. It seems to happen when one of our non-Container Threads invokes the AsyncContext.complete() method while the AsyncStateMachine class’ state

Re: Should tomcat form login offer redirects to login page besides forward?

2016-02-04 Thread Mark Thomas
On 04/02/2016 17:58, Bernhard Lenz wrote: > Are there any Tomcat developers in this forum that would like to pick up > below suggestion? I'm very interesting in hearing your opinion. Web applications are meant to be independent. Instinct tells me to expect a lot of tricky edge cases. I think

I need expert to solve problem(pay)

2016-02-04 Thread Edwin Quijada
Hi! I dont know if I must put this message here but I am exhaust about this. I need a tomcat expert about configuration to solve a problem with my installation of course I will pay for your service. The problem is just configuration but I dont want stuck anymore. Sorry if the rigth place is

Re: Should tomcat form login offer redirects to login page besides forward?

2016-02-04 Thread Bernhard Lenz
Are there any Tomcat developers in this forum that would like to pick up below suggestion? I'm very interesting in hearing your opinion. Sincerely Bernie On Wed, Jan 27, 2016 at 3:54 PM, Bernhard Lenz wrote: > I'm currently researching an architectural issue which has been

Tomcat 7 and SSL...

2016-02-04 Thread Bill Kelm
Not sure if anyone has seen this before, whenever we go to configure the SSL connector and set the connector port to 8443, on tomcat startup they are getting rewritten to another random port. So we will have: and I end up with this in the server.xml file on startup: ​Thanks

Re: Tomcat 7 and SSL...

2016-02-04 Thread George Sexton
On 2/4/2016 10:52 AM, Bill Kelm wrote: Not sure if anyone has seen this before, whenever we go to configure the SSL connector and set the connector port to 8443, on tomcat startup they are getting rewritten to another random port. So we will have: and I end up with this in the

Re: I need expert to solve problem(pay)

2016-02-04 Thread Aurélien Terrestris
Edwin, we're not expecting money here. Please tell us what your problem is. 2016-02-04 20:37 GMT+01:00 Edwin Quijada : > Hi! > I dont know if I must put this message here but I am exhaust about this. I > need a tomcat expert about configuration to solve a problem with

'javax.xml.parsers.FactoryConfigurationError: Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created' for Tomcat Valve

2016-02-04 Thread Chiranga Alwis
Hi, I have specified the following issue in stackoverflow: http://stackoverflow.com/questions/35210472/javax-xml-parsers-factoryconfigurationerror-provider-for-class-javax-xml-parse Any help will be highly appreciated.

Re: I need expert to solve problem(pay)

2016-02-04 Thread Edwin Quijada
Thks Hi! I have a Tomcat cluster over Debian Jessie, Tomcat 8.0.29 2 instances , PostgreSQL 9.5 ,Apache 2.4 , Mod_jk. When I try to run my project in this environment I get eerror. I tested with examples project and it works fine. My log iis this 01-Feb-2016 19:07:39.474 SEVERE [main]

Re: Installing APR based Apache Tomcat Native Library

2016-02-04 Thread Yuval Schwartz
Update below. On Thu, Feb 4, 2016 at 8:15 AM, Yuval Schwartz wrote: > Thanks, answers below. > > On Wed, Feb 3, 2016 at 11:15 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Yuval, >> >> On