On Dec 11, 2010, at 1:04 PM, "Pid *" wrote:
> On 11 Dec 2010, at 20:02, Srikanth Konjarla
> wrote:
>
>> Pid,
>>
>> Thanks for your patience. Here is the output from catalina.out file
>> while the webapp is being undeployed. As you can see there are few
>> threadLocals that are cleaned up.
>>
Some short answers :
- (for the moment) threads are always reused, even after an application is
stopped.
- tomcat 6.0.26 tries to clean the threadlocals which may provoke a leak, but
1) it was unsafe and has been disabled by default from 6.0.27 (see
https://issues.apache.org/bugzilla/show_bug.c
On 11 Dec 2010, at 20:02, Srikanth Konjarla wrote:
> Pid,
>
> Thanks for your patience. Here is the output from catalina.out file
> while the webapp is being undeployed. As you can see there are few
> threadLocals that are cleaned up.
>
> --
Pid,
Thanks for your patience. Here is the output from catalina.out file
while the webapp is being undeployed. As you can see there are few
threadLocals that are cleaned up.
--
Dec 10, 2010 8:46:56 PM org.apache.catalina.loader.W
Thanks all for your replies and sorry for the upper case.
I am already parsing the domain name in my app and I think I will stick to
that.
Regards,
J.
2010/12/11 André Warnier
> Let me add something to my previous answer, to kind of wrap up also what
> the others responded.
>
> (a) With the Alia
Let me add something to my previous answer, to kind of wrap up also what the
others responded.
(a) With the Alias solution, there will be a single copy of your web
application.
To react differently depending on the hostname that the users call up, that web
application can get the hostname of t
2010/12/11 Julien Martin :
> -MOST
> IMPORTANTLY, having for each domain name a unique context parameter
> (therefore different for each domain name) that I will retrieve in my app to
> display different information to my users accordingly.
>
You can create the following file, as mentioned in [1]:
Julien Martin wrote:
Hello,
I need to achieve the following:
-Having two domain names pointing to the same tomcat application and MOST
IMPORTANTLY, having for each domain name a unique context parameter
(therefore different for each domain name) that I will retrieve in my app to
display different
On 11/12/2010 09:47, Julien Martin wrote:
> Hello,
> I need to achieve the following:
> -Having two domain names pointing to the same tomcat application and MOST
> IMPORTANTLY, having for each domain name a unique context parameter
> (therefore different for each domain name) that I will retrieve i
On 12/11/10 9:25 AM, Srikanth Konjarla wrote:
>
>
> On Dec 11, 2010, at 1:18 AM, "Pid *" wrote:
>
>> On 11 Dec 2010, at 01:07, Srikanth Konjarla
>> wrote:
>>
>>> BTW, I see some similarities with the following.
>>>
>>> https://jira.springframework.org/browse/SWS-533
>>
>> Similarities in whic
Hello,
I need to achieve the following:
-Having two domain names pointing to the same tomcat application and MOST
IMPORTANTLY, having for each domain name a unique context parameter
(therefore different for each domain name) that I will retrieve in my app to
display different information to my user
On Dec 11, 2010, at 1:18 AM, "Pid *" wrote:
> On 11 Dec 2010, at 01:07, Srikanth Konjarla
> wrote:
>
>> BTW, I see some similarities with the following.
>>
>> https://jira.springframework.org/browse/SWS-533
>
> Similarities in which sense?
> The issue was closed as invalid.
The similarity
On 11 Dec 2010, at 06:46, Karthik Nanjangude
wrote:
> Hi
>
> Off the topic this is a JBOSS Problem at start up process
> If the Ports defined internal to Tc with in Joss is occupied by some other
> Application
>
> My guess is to use "netstat" and watch the other Application using this port.
I'm
On 11 Dec 2010, at 01:07, Srikanth Konjarla wrote:
> BTW, I see some similarities with the following.
>
> https://jira.springframework.org/browse/SWS-533
Similarities in which sense?
The issue was closed as invalid.
You're using Axis 1.4 which I've been looking at recently, because I
believe it
14 matches
Mail list logo