Current status:
I replaced keystorePass= with 'keystorePass="${kspassword}"' in
server.xml, and executed the command "tomcat7 //TS//Tomcat7
--JvmOptions=-Dkspassword=" and have been able to start the SSL
listener as a console application.
However, I have not been able to do the same thing with
> -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
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
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
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. Unfort
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 (so
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 wrote:
> I
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 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 documentatio
2013/2/11 Thierens, Bart :
> 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 version 6.0.29 and 6.
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 t
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 (7.
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?
2013/2/11 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:
> http://sta
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:
http://stackoverflow.com/questions/14812919/almo
-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
> /bin folder & it was working fine.
If it's for an application, then you should put it i
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 conn
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 cor
On 04.02.2013, at 19:40, Christopher Schultz
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 format. There's an option
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 us
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
To: Tomcat Users List
Date: 02/11/2
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
To: Tomcat Users List
Date: 02/11/20
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
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
To: Tomcat Users List
Date: 02/09/2013 11:35 PM
Subject:Re: How to limit the number of renegotiations for a single
TLS / SSL connec
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
24 matches
Mail list logo