AW: Cannot run Web Services on Tomcat 7 (7.0.34) due to JaxWS libraries

2013-02-11 Thread Stadelmann Josef
This might depend on axis2-1.6.2 using a jaxws/jaxb implementation from JDK1.7; an implementation which is NOT provided with the JDK/JRE1-6 i.e. So in order to make it potentially work use the endorsing mechanism; add to C:\Program Files\Java\jdk1.6.0_30\jre\lib\endorsed jaxws-api.jar

Re: How to limit the number of renegotiations for a single TLS / SSL connection

2013-02-11 Thread dkumar
Hello All, We have upgraded the tomcat(7.0.35) and ssl(0.9.8x) Still facing same issue Please suggest Thanks and regards Deepak Kumar From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Date: 02/09/2013 11:35 PM Subject:Re: How to limit the number of

Re: How to limit the number of renegotiations for a single TLS / SSL connection

2013-02-11 Thread Mark Thomas
On 11/02/2013 11:10, dku...@ccilindia.co.in wrote: Hello All, We have upgraded the tomcat(7.0.35) and ssl(0.9.8x) Still facing same issue Please suggest Are you sure you are using the APR/native connector? Mark - To

Re: How to limit the number of renegotiations for a single TLS / SSL connection

2013-02-11 Thread dkumar
Hello Mark We have just updated the tomcat version to 7.0.35 and have not explicitly gave any connector protocol in connector tag, when tomcat is starting its giving Initializing ProtocolHandler [http-bio-443] Regards Deepak From: Mark Thomas ma...@apache.org To: Tomcat Users List

Re: How to limit the number of renegotiations for a single TLS / SSL connection

2013-02-11 Thread dkumar
Hello Mark We have just updated the tomcat version to 7.0.35 and have not explicitly gave any connector protocol in connector tag, when tomcat is starting its giving Initializing ProtocolHandler [http-bio-8443] Regards Deepak From: Mark Thomas ma...@apache.org To: Tomcat Users List

Re: How to limit the number of renegotiations for a single TLS / SSL connection

2013-02-11 Thread Mark Thomas
On 11/02/2013 11:31, dku...@ccilindia.co.in wrote: Hello Mark We have just updated the tomcat version to 7.0.35 and have not explicitly gave any connector protocol in connector tag, when tomcat is starting its giving Initializing ProtocolHandler [http-bio-443] Which means you are using

Re: Tomcat and Sun/Oracle Java 7

2013-02-11 Thread Rainer Frey
On 04.02.2013, at 19:40, Christopher Schultz ch...@christopherschultz.net wrote: It's a maybe. If you use -target 1.6 and you make sure not to use any APIs that are Java 1.7+ (not sure if the compiler actually checks when you use -target 1.6) It does not. -target only sets the class file

Re: How to limit the number of renegotiations for a single TLS / SSL connection

2013-02-11 Thread dkumar
Hello, We tried to set APR connector protocol attribute in connector tag but we are not able to start the tomcat as the supporting library are not found in JDK 1.7 installed in my system Please suggest where we will get the APR connector file. @Mark Sorry for duplicate message. That has a

Re: How to limit the number of renegotiations for a single TLS / SSL connection

2013-02-11 Thread Mark Thomas
On 11/02/2013 13:00, dku...@ccilindia.co.in wrote: Hello, We tried to set APR connector protocol attribute in connector tag but we are not able to start the tomcat as the supporting library are not found in JDK 1.7 installed in my system Please suggest where we will get the APR connector

Re: [tomcat 6.0.35]- propert loadin

2013-02-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 2/10/13 5:51 AM, vicky wrote: My application need a resource/properties file to exist in the CLASSPATH, for this i placed my resource file in CATALINA_BASE/bin folder it was working fine. If it's for an application, then you should

(almost) identical webapps behave differently in serving static content

2013-02-11 Thread Thierens, Bart
I have 2 (almost) identical webapps. One is deployed to Tomcat 6.0.29 and the other is deployed to 6.0.33. The first one has no problems resolving static content files using Spring, the second one (on 6.0.33) has issues. For the full info, see:

Re: (almost) identical webapps behave differently in serving static content

2013-02-11 Thread Konstantin Kolinko
2013/2/11 Thierens, Bart bart.thier...@xerox.com: I have 2 (almost) identical webapps. One is deployed to Tomcat 6.0.29 and the other is deployed to 6.0.33. The first one has no problems resolving static content files using Spring, the second one (on 6.0.33) has issues. For the full info,

RE: (almost) identical webapps behave differently in serving static content

2013-02-11 Thread Thierens, Bart
The files are located under $WEBAPP$/styles. As I said on StackOverflow: the webapps are identical (except for database connection and tomcat version). My question for you is: what changed between version 6.0.29 and 6.0.33 that 'breaks' my application?

RE: Cannot run Web Services on Tomcat 7 (7.0.34) due to JaxWS libraries

2013-02-11 Thread Enrique Vignau
Thanks Josef for your help! We will look into this ... Regards, -Original Message- From: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] Sent: Monday, February 11, 2013 4:41 AM To: Tomcat Users List; egvig...@grupoecce.com Subject: AW: Cannot run Web Services on Tomcat 7

RE: [tomcat 6.0.35]- propert loadin

2013-02-11 Thread David Sills
Vicky: Unless there's some reason you need to have this properties files available to all applications running in Tomcat (unusual, but not unheard of), you should probably be putting the properties file in your application, in WEB-INF/classes, which is always on the application classpath (per

Re: (almost) identical webapps behave differently in serving static content

2013-02-11 Thread Konstantin Kolinko
2013/2/11 Thierens, Bart bart.thier...@xerox.com: The files are located under $WEBAPP$/styles. Move them into $WEBAPP$/static/styles. As I said on StackOverflow: the webapps are identical (except for database connection and tomcat version). My question for you is: what changed between

Re: problem with context.xml for parallel deployments

2013-02-11 Thread Zippy Zeppoli
I think just an example or quick HOWTO would alleviate the issue for retards like me. On Fri, Feb 8, 2013 at 5:41 AM, Mark Thomas ma...@apache.org wrote: On 08/02/2013 01:06, Zippy Zeppoli wrote: Ah, the author himself! Perhaps this will help Ha ha. If you want to help improve the Tomcat

Re: problem with context.xml for parallel deployments

2013-02-11 Thread Zippy Zeppoli
You're writing on tomcatexpert.com is excellent by the way. Perhaps a link to a clustering example on tomcatexpert would provide the level of verbosity that a thick-skull might require. apache.org documentation seems a bit terse at times. On Mon, Feb 11, 2013 at 9:54 AM, Zippy Zeppoli

disable handling of expect:continue

2013-02-11 Thread Brad McEvoy
Hi, I'm the author of milton.io, a webdav server library. Many webdav clients use the Expect header with value of Continue, for the purpose of validating authorisation, and if necessary challenging for a login, prior to uploading files. Unfortunately tomcat sends the 100 Continue response

Re: disable handling of expect:continue

2013-02-11 Thread Mark Thomas
On 11/02/2013 20:14, Brad McEvoy wrote: Hi, I'm the author of milton.io, a webdav server library. Many webdav clients use the Expect header with value of Continue, for the purpose of validating authorisation, and if necessary challenging for a login, prior to uploading files.

Re: disable handling of expect:continue

2013-02-11 Thread Brad McEvoy
On 12/02/13 09:53, Mark Thomas wrote: Can anyone suggest a way to disable this feature short of hacking tomcat? You don't want to disable sending 100 Continue responses. Ideally, you want to delay when it is sent until after any authentication (so the 401 goes back to the client before they

Re: [Seriously OT] Help in diagnosing server unresponsiveness

2013-02-11 Thread Terence M. Bandoian
On 2/10/2013 7:13 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Terrence, On 2/9/13 8:01 PM, Terence M. Bandoian wrote: On 2/6/2013 9:26 AM, Jeffrey Janner wrote: IMO, developer performance trumps runtime performance most of the time. So, if you can create a

RE: Need to Specify keystorePass on Command Line

2013-02-11 Thread Harris, Jeffrey E.
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Saturday, February 09, 2013 8:29 AM To: Tomcat Users List Subject: Re: Need to Specify keystorePass on Command Line -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 2/8/13 5:03

RE: Need to Specify keystorePass on Command Line - Update

2013-02-11 Thread Harris, Jeffrey E.
Current status: I replaced keystorePass=password with 'keystorePass=${kspassword}' in server.xml, and executed the command tomcat7 //TS//Tomcat7 --JvmOptions=-Dkspassword=password and have been able to start the SSL listener as a console application. However, I have not been able to do the