Hi,
I have jdk1.7.0_09 installed on an ubuntu vm (2.6.32-28-server ... x86_64
GNU/Linux Ubuntu 10.04.4 LTS)
Greetings,
Meik
Meik Suchlich
--
BRANDAD Systems AG
Gebhardtstraße 5
90762 Fürth
Fon +49 (0) 911 756658 - 27
Fax +49 (0) 911 756658 - 88
www.brandad-systems.de
Vorstand: Joachim Ste
Hi,
I just changed the tomcat from 6.0.35 to 6.0.36, by simply changing the symlink
from the apache-6.0.35 to the apache 6.0.36-folder and cleaning work-directory.
After that the deployment of warfiles fails with following Exception:
Nov 08, 2012 6:38:50 AM org.apache.catalina.startup.ContextCon
Hi Esmond
I haven't said a word about your second program, that closes the
listening socket. *Of course* that causes connection refusals, it
can't possibly not, but it isn't relevant to the misconceptions about
what OP_ACCEPT does that you have been expressing here and that I have
been address
Asankha
I haven't said a word about your second program, that closes the listening
socket. *Of course* that causes connection refusals, it can't possibly not,
but it isn't relevant to the misconceptions about what OP_ACCEPT does that
you have been expressing here and that I have been addressing.
On 11/08/2012 04:57 AM, Esmond Pitt wrote:
That wouldn't have any different effect to not calling accept() at all
in blocking mode
Clearly there is a difference.
There isn't a difference. All that deregistering OP_ACCEPT does is prevent
the application from calling accept(). It has exactly the
> From: Jose H. Martinez [mailto:josehmartin...@gmail.com]
> Subject: Re: App Initialization Order In Tomcat
> > Make the web service war filename be alphabetically before the second
> > application war fileEg alpha.war is the web service and beta.war is
> > the dependant application.
>
Thanks! This is indeed an interesting solution but I was looking for
something more "configurable". Does anybody know if there are plans to add
this functionality to Tomcat in the future?
On Wed, Nov 7, 2012 at 7:42 PM, charles didonato wrote:
>
>
> -Original Message-
> From: Jose H. Mart
-Original Message-
From: Jose H. Martinez [mailto:josehmartin...@gmail.com]
Sent: Wednesday, November 07, 2012 6:23 PM
To: users@tomcat.apache.org
Subject: App Initialization Order In Tomcat
I am running two applications under tomcat. One application is a web
service and the other is a
Hi Esmond
>> That wouldn't have any different effect to not calling accept() at all
>> in blocking mode
> Clearly there is a difference.
There isn't a difference. All that deregistering OP_ACCEPT does is prevent
the application from calling accept(). It has exactly the same effect as
thread-sta
I'm using IE 8. I went into Tools>Options>Content and there is a Certificates
section. I clicked on Certificates and in the Trusted Root Certification
Authorities tab, I saw my deleted certificate. So, I went ahead and clicked
'Remove' and 'Close'. Then on the Content tab again, I clicked 'Clear
On Thu, Nov 8, 2012 at 8:32 AM, Alissa Schneider
wrote:
> Yes, I have...many, many times. But good question!
>
> -Original Message-
> From: James Lampert [mailto:jam...@touchtonecorp.com]
> Sent: Wednesday, November 07, 2012 3:28 PM
> To: Tomcat Users List
> Subject: Re: SSL Certificate He
Cross posting intentionally, because our long time users list supporters
might want to comment as well.
A few months ago a new Web Server committer, Daniel Gruno, suggested to
use a commenting system as part of the online documentation. He wanted
to include the disqus system. Some of his fello
Yes, I have...many, many times. But good question!
-Original Message-
From: James Lampert [mailto:jam...@touchtonecorp.com]
Sent: Wednesday, November 07, 2012 3:28 PM
To: Tomcat Users List
Subject: Re: SSL Certificate Help
Alissa Schneider wrote:
> Still, when I visit https://localhost:
Alissa Schneider wrote:
Still, when I visit https://localhost:8443, the browser throws a
certificate warning. When I click on the certificate warning and view
certificate, it displays information on my self-signed certificate
(that I've deleted). I think if I could figure out how to make Tomcat
Hi - I'm a novice Tomcat user. I've only used the tool to support
BusinessObjects. I recently was asked to set up SSL for the first time.
Initially I created my own self-signed certificate and was able to get
everything working fine, although I would get the 'certificate warning' error
message
On 06/11/2012 03:59, Christopher Schultz wrote:
> Wilfred,
>
> On 11/5/12 4:08 AM, Wilfred Duizers wrote:
>> When a user clicks a link in the webapplication running on Tomcat
>> instance 1 (portal) an application running on Tomcat instance 2 is
>> opened. Is it possible to send the nonce with th
On 02/11/2012 19:27, Fred Toth wrote:
>
signature.asc
Description: OpenPGP digital signature
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Konstantin,
On 11/6/12 5:14 PM, Konstantin Kolinko wrote:
> You are on your own with this. I would not have much time to dig
> into this further. Maybe others can help.
Okay, thanks for the help thus far.
> I think those chains of weak references a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ram,
On 11/7/12 9:51 AM, Ram Laxman wrote:
> Greetings !!
>
> I am trying to find actually how components(modules) of tomcat
> work
>
>
> and how much time they require to get ready for steady build.
>
> If I will understand that it will easy for
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Simon,
On 11/7/12 8:14 AM, Simon Dean wrote:
> Thanks for the patched Java Documentation I see you've added to
> the bug report! Is there a way for me to raise a patch for
> http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Remote_IP_Valve
Hi Mark
maxThreads limits the number of concurrent threads available for
processing requests. "connection" != "concurrent request", primarily
because of HTTP keep-alive.
maxConnections can be used to limit the number of connections.
Thanks for this insight.. I initially missed this when I went t
Greetings !!
I am trying to find actually how components(modules) of tomcat work
and how much time they require to get ready for steady build.
If I will understand that it will easy for me to contribute in the code !!
Thanks.
--
Cheers,
Mayur.
__
On 11/7/2012 9:12 AM, Pid * wrote:
On 7 Nov 2012, at 13:20, Ram Laxman wrote:
Hi there,
I want to ask that how to decide lifetime of project module in Tomcat??
Can you explain what you mean by lifetime?
When you say 'project module' do you mean a Web Application as
described in the Ser
On 7 Nov 2012, at 13:20, Ram Laxman wrote:
> Hi there,
>
>I want to ask that how to decide lifetime of project module in Tomcat??
Can you explain what you mean by lifetime?
When you say 'project module' do you mean a Web Application as
described in the Servlet Specification, or something el
Chris,
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: 02 November 2012 21:09
> To: Tomcat Users List
> Subject: Re: Comma related bug in
> org.apache.catalina.valves.RemoteIpValve
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Sim
Hello Konstantin,
On Wed, Nov 7, 2012 at 10:22 AM, Konstantin Kolinko
wrote:
> 2012/11/7 Leon Rosenberg :
> > Hello,
> >
> > I have a pretty weird behavior I don't understand in a customers
> > application. We have a drop-in monitoring webapp (moskito.anotheria.net)
> > which is installed by pla
2012/11/7 Leon Rosenberg :
> Hello,
>
> I have a pretty weird behavior I don't understand in a customers
> application. We have a drop-in monitoring webapp (moskito.anotheria.net)
> which is installed by placing a jar into the target webapp and adding a
> filter. This filter works pretty similar to
Marko Asplund wrote:
Chris Schultz wrote:
On 10/31/12 3:55 PM, Marko Asplund wrote:
There are at least 3 different approaches for configuring Apache
httpd 2.2 to act as a reverse proxy for Tomcat 7.0:
a) mod_proxy_http b) mod_proxy_ajp c) mod_jk
...
What are the current differences and trade
28 matches
Mail list logo