Re: userfriendly failed client authentification

2015-05-07 Thread Violeta Georgieva
Hello, 2015-05-07 20:54 GMT+03:00 Johannes : > > > > Hello. > > I'm using Tomcat 7.0.with Java 7.0. > I'm trying to create a webapp with needs a client certifiacte > authentification. > Normal client certifiacte authentfication works well and I can compute > the desired certificate data. The clien

Re: Tomcat 7.0.57 - Deployment Issue

2015-05-07 Thread Hassan Schroeder
On Thu, May 7, 2015 at 7:24 PM, Kiran Badi wrote: > www.webapp1.com > > Now I have another webapp2. which I need to deploy it to same tomcat and > access it as > > www.webapp2.com > > How do I do this ? Appreciate some direction on this please The docs are probably a good place to start: http:/

Tomcat 7.0.57 - Deployment Issue

2015-05-07 Thread Kiran Badi
Hi All, I need some help with my situation here. I have private tomcat with hosting provider which allows me to deploy unlimited domains/sites. Now I have 1 web application deployed to that tomcat at the root folder. Lets call this app as webapp1. I just rename webapp1.war to ROOT.war and drop i

Setting Content-Type for a static resource

2015-05-07 Thread Peter Rifel
Hello, I'm using Tomcat 8.0.21 and have a static /crossdomain.xml file that I would like to serve with a Content-Type of "text/x-cross-domain-policy". I'm using the Tuckey url rewrite filter to set the response's Content-Type but it appears to be getting overwritten back to application/xml.

Re: How to know aliases defined in container in server.xml of Tomcat 7.0.61

2015-05-07 Thread Konstantin Kolinko
2015-05-07 19:29 GMT+03:00 Mariano López : > Hi all, I want to know all the aliases defined in container in > server.xml of Tomcat 7.0.61 > > My server.xml has the following configuration: > > .. > > > .. > > .. >unpackWARs="true"> > > alias1.server > alias2.server >

userfriendly failed client authentification

2015-05-07 Thread Johannes
Hello. I'm using Tomcat 7.0.with Java 7.0. I'm trying to create a webapp with needs a client certifiacte authentification. Normal client certifiacte authentfication works well and I can compute the desired certificate data. The clientauth parameter in the https connector is set to false. In my w

How to know aliases defined in container in server.xml of Tomcat 7.0.61

2015-05-07 Thread Mariano López
Hi all, I want to know all the aliases defined in container in server.xml of Tomcat 7.0.61 My server.xml has the following configuration: .. .. .. alias1.server alias2.server alias3.server alias4.server .. .. I want to retrieve all

[ANN] Apache Tomcat 8.0.22 available

2015-05-07 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.22. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8.0.22 includes numerous fixes for

Re: typesafe-config reference.conf file not found in a .jar in WEB_INF/lib

2015-05-07 Thread Walend, David
On 5/6/15, 10:37 AM, "Konstantin Kolinko" wrote: >Do you have "directory entries" in your jar file? > >E.g. "%JAVA_HOME%\bin\jar" -tf catalina.jar lists directories: > >META-INF/ >META-INF/MANIFEST.MF >org/ >org/apache/ >org/apache/catalina/ >org/apache/catalina/authenticator/ Thanks for the

Re: Service temporarily unavailable

2015-05-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sandeep, On 5/7/15 6:55 AM, Sandeep HS wrote: > We have query related to Apache(httpd)-Tomcat communication and > following are the details. > > *Our configuration:* We have a web based tool where request to > Tomcat service is send through apache

Re: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Raj, On 5/6/15 8:55 PM, Raj wrote: > I upgraded my application from tomcat 5.5.15, JDK 1.5, Struts 1.1 > on Debian 2.6.32 to tomcat 7.0.57, JDK 1.6, struts 1.1 on > ubuntu14.04 and Action Servlets are not loading. I am thinking of > this is somethin

Re: ant test on Tomcat 7.0.59 is failing due to exceptions

2015-05-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arjit, On 5/7/15 12:09 AM, Arjit Gupta wrote: > Thanks Tomcat Community for the quick reply. > > As answer provided by Mark the test certificate used by unit tests > have been expired, So please provide me any link where I could > download the cert

RE: Tomcat windows 7 authentication

2015-05-07 Thread David Marsh
http://codermonkey65.blogspot.co.uk/2012/09/troubleshooting-kerberos.html Look under NTP commands w32tm /resyncnet start w32time > From: ravindhar_ko...@persistent.com > To: users@tomcat.apache.org > Subject: RE: Tomcat windows 7 authentication > Date: Thu, 7 May 2015 11:37:43 + > > I have do

RE: Tomcat windows 7 authentication

2015-05-07 Thread Ravindhar Konka
I have done NTP synchronization in AD still I am getting same error could you please help in this -Original Message- From: David Marsh [mailto:dmars...@outlook.com] Sent: Thursday, May 07, 2015 3:39 PM To: Tomcat Users List Subject: RE: Tomcat windows 7 authentication Kerberos requires NT

Service temporarily unavailable

2015-05-07 Thread Sandeep HS
Hi , We have query related to Apache(httpd)-Tomcat communication and following are the details. *Our configuration:* We have a web based tool where request to Tomcat service is send through apache using proxy. i.e., when some one selects a service on web page, apache acts as an interface where it

Re: Tomcat windows 7 authentication

2015-05-07 Thread Mark Thomas
On 07/05/2015 11:01, Ravindhar Konka wrote: > Hi > I am working on windows authentication with tomcat 7. > I have gone through the following doc. > My error is > > SEVERE: Unable to login as the service principal > javax.security.auth.login.LoginException: Clock skew too great (37) I couldn'

RE: Tomcat windows 7 authentication

2015-05-07 Thread David Marsh
Kerberos requires NTP synchronisation to be in place and working. Fix your clocks and the error should go away. > From: ravindhar_ko...@persistent.com > To: users@tomcat.apache.org > Subject: Tomcat windows 7 authentication > Date: Thu, 7 May 2015 10:01:39 + > > Hi > I am working on windows a

Re: ant test on Tomcat 7.0.59 is failing due to exceptions

2015-05-07 Thread Arjit Gupta
Hi Tomcat Community, I have downloaded latest certificates from http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/net/ And now test are passing. Thanks Tomcat community :) Arjit Kumar On Thu, May 7, 2015 at 9:39 AM, Arjit Gupta wrote: > Thanks Tomcat Community for

Tomcat windows 7 authentication

2015-05-07 Thread Ravindhar Konka
Hi I am working on windows authentication with tomcat 7. I have gone through the following doc. windows-auth-howto Tomcat_instance_(Windows_server) apache-tomcat-7.0.61 windows server 2008 R2 ja

Re: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-07 Thread André Warnier
Raj wrote: I upgraded my application from tomcat 5.5.15, JDK 1.5, Struts 1.1 on Debian 2.6.32 to tomcat 7.0.57, JDK 1.6, struts 1.1 on ubuntu14.04 and Action Servlets are not loading. I am thinking of this is something to do with version conflict. Please let me know what I am missing. Below is t