Re: Form authentication with Tomcat 7.0.63 behind Apache HTTPD and mod_jk

2015-07-10 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 7/9/2015 10:39 PM, Konstantin Kolinko wrote: 2015-07-10 2:35 GMT+03:00 Mark Eggers its_toas...@yahoo.com.invalid: Folks, I seem to be having a problem trying to use form-based authentication. What worked in 7.0.62 no longer

Double call to requestInitialized when forwarding for FORM auth

2015-07-10 Thread l.pe...@senat.fr
Hi. I have a problem with DeltaSpike Servlet module ( https://deltaspike.apache.org/documentation/servlet.html ) that seems to be caused by an incorrect behavior of Tomcat. The thread on DS mailiing list :

Re: Tomcat unaware that connection has been dropped

2015-07-10 Thread Tecno Brain
In case someone has the same problem, here is what I got from Amazon: Thank you for contacting AWS support. The behavior you are seeing is due to the way ELB HTTP/S listeners work. When many client requests come in, the ELB will create a number of connections to the backend application server,

Tomcat 8 - Manager Deploy

2015-07-10 Thread Theo . Sweeny
Hello - currently I'm running a multi instance Tomcat 8 server and wish to use Manager to deploy war files via its HTTP API command line interface. When attempting to deploy there is a continuous issue with the context path not being recognised. Here is an example of the command - curl -v -X

Re: HTML 508 error with container authentication and virtual host

2015-07-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 7/8/15 3:12 PM, David Hoffer wrote: Here is information on how we have Apache configured. Apache is the virtual host and it redirects to the (war) app deployed in Tomcat. Note it has the app name in the ProxyPass/ProxyPassReverse

Re: Apache Tomcat 7 on windows 2008: how to host mutiple domains

2015-07-10 Thread joegreen690
Will this work. I want 123.abc.com to go to xyz.abc.com. So 123.abc.com is an alias for xyz.abc.com. Both the sites are pointing to the same appbase. Host name=www.knowledgefolders.com appBase=D:/webpage_demos/akc unpackWARs=true autoDeploy=true xmlValidation=false

Tomcat-7 and Oracle Universal Connection Pool (UCP)

2015-07-10 Thread Martin Knoblauch
Hi, short question. I am in the process of moving an application from using the Oracle JDBC pool to using UCP. I have some problems understanding the relations between the resource definition in the context and what to put into web.xml. So, the context includes: Resource

Re: Form authentication with Tomcat 7.0.63 behind Apache HTTPD and mod_jk

2015-07-10 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Now with the shipped examples goodness: On 7/9/2015 10:39 PM, Konstantin Kolinko wrote: 2015-07-10 2:35 GMT+03:00 Mark Eggers its_toas...@yahoo.com.invalid: Folks, I seem to be having a problem trying to use form-based authentication.

issue with application finding tomcat jars

2015-07-10 Thread Jason Ricles
I have an application that uses the websocket jars from tomcat and sometimes get this error, java.util.ServiceConfigurationError: javax.websocket.ContainerProvider: Provider org.apache.tomcat.websocket.WsContainerProvider not found Then it gets the error for a while and magically finds the jars

Apache Tomcat 7 on windows 2008: how to host mutiple domains

2015-07-10 Thread Joe Green
Hi there, I’m new to Apache Tomcat. I have been asked to point new domain name to the existing domain name. E.g. We have https://xyz.abc.com, we want new domain name http://123.abc.com to point to xyz.abc.com. The Apache Tomcat 7 server is installed Windows 2008 R2 server. We have created the