Do you configurate the var "...PID" in CATALINA.sh ?
On Wed, Jun 6, 2012 at 2:05 AM, Mark Thomas wrote:
> On 05/06/2012 18:52, chad.da...@emc.com wrote:
> > I'm having trouble getting my tomcat to shutdown. Obviously, we have
> > some issues with our code, which I'm in the processing of
> > a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark,
On 6/5/12 5:42 PM, Mark Thomas wrote:
> WebSocket != HTTP and you simply can't replace one with the other.
+1
You can't just shout "websocket" and make a webapp work better with no
other changes. It's not just like adding transport encryption
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Russel,
On 6/5/12 8:38 PM, Morgan, Russel wrote:
> I was initially pretty excited about the URL redirect idea, but
> after some testing, it has led me back to the same result.
>
> I can make it work with redirects on either version of tomcat.
> Pre a
I was initially pretty excited about the URL redirect idea, but after some
testing, it has led me back to the same result.
I can make it work with redirects on either version of tomcat. Pre and Post
that patch...
I just can't make the same configuration work for both versions.
As an example:
On 6/5/2012 7:41 PM, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kiran,
On 6/5/12 1:31 AM, Kiran Badi wrote:
After playing around for a day,
this is another solutions which worked for me,
with Tomcat 7.0.11 in context.xml
Good, except that you should really u
I was optimistic on a first look into that URL-Rewriter
-Original Message-
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
Sent: Tuesday, June 05, 2012 1:05 PM
To: Tomcat Users List
Subject: Re: Help Linking Static Content In a WebApp before and after (6.0.30.x)
2012/6/5 Morgan
On 1:59 PM, Violeta Georgieva wrote:
Here it is: https://issues.apache.org/bugzilla/show_bug.cgi?id=53356
Thanks
Violeta
2012/6/4 Mark Thomas
On 04/06/2012 19:25, Violeta Georgieva wrote:
Hi,
I'm using Tomcat 7.0.27.
I have an application and I want to map my servlet to the application's
On 05/06/2012 22:16, Ravi wrote:
>
> Mark you are absolutely right if you only talk about future applications
> with latest technologies and only specific use cases like chat
> applications.
>
> However there are billions of people whose browsers/phones will not be
> upgraded for years. Also a lo
On 04/06/2012 20:03, Christopher Schultz wrote:
> Esmond,
>
> On 6/3/12 9:23 PM, Esmond Pitt wrote:
>> I have a large and growing number of requirements for aliases, and
>> the existing (new for Tomcat 7) aliases= attribute is unwieldy for
>> me. The line is already 289 characters long ;-(
>
>> I
Mark you are absolutely right if you only talk about future applications
with latest technologies and only specific use cases like chat applications.
However there are billions of people whose browsers/phones will not be
upgraded for years. Also a lot of existing applications and existing web
On 05/06/2012 21:28, Ravi wrote:
>
>
> Thanks for the details Chris. Unfortunately I am building a web app and
> all my frameworks/utilities/existing code is around requests/sessions.
>
> It would have been a blessing if I could simply change transport layer
> from http to websockets and have th
Thanks for the details Chris. Unfortunately I am building a web app and
all my frameworks/utilities/existing code is around requests/sessions.
It would have been a blessing if I could simply change transport layer
from http to websockets and have the app work much better. But that does
not
Hello Ravi,
I do not use Requests or sessions.
Since I have the Message-Inbound object I can directly store in it for
example with private fields any session attributes I want.
I do it this way, that the message Inbound implements my
GameSessionParticipant-interface which has access to a gameSes
2012/6/5 Morgan, Russel :
> Thanks yes that is the change that caused this issue with how we use static
> content.
>
> I am not sure how I mangled my formatting but I went through and cleaned it
> up, I hope that helps readability.
>
> Russ
>
>
> Issue formatting recap below:
> ==
Because
1. This article says tomcat websockets were implemented as servlets so
that users have access to request and session parameters. So I am trying
to find out what the mechanism is. If it is not possible, maybe the
author of that article is confused.
http://www.tomcatexpert.com/blog/20
On 05/06/2012 20:18, Ravi wrote:
>
> Thanks a lot Chris. It took a lot of work for me to get websockets to
> work. I wonder if you can help me little further. Here is my issue:
>
> 1. I need to get access to request and session. However when I get a
> message in MyMessageInboundImpl class, I do n
Thanks a lot Chris. It took a lot of work for me to get websockets to
work. I wonder if you can help me little further. Here is my issue:
1. I need to get access to request and session. However when I get a
message in MyMessageInboundImpl class, I do not have access to either of
them.
2. I
On 05/06/2012 18:52, chad.da...@emc.com wrote:
> I'm having trouble getting my tomcat to shutdown. Obviously, we have
> some issues with our code, which I'm in the processing of
> addressing.
>
> In the meantime, I'd like to shut down tomcat with the -force option.
> What are the consequences to
Thanks yes that is the change that caused this issue with how we use static
content.
I am not sure how I mangled my formatting but I went through and cleaned it up,
I hope that helps readability.
Russ
Issue formatting recap below:
=
Tomcat Users:
Has anyone found a gr
I'm having trouble getting my tomcat to shutdown. Obviously, we have some
issues with our code, which I'm in the processing of addressing.
In the meantime, I'd like to shut down tomcat with the -force option. What are
the consequences to doing this? I understand the consequences to my own cod
2012/6/5 Morgan, Russel :
> Tomcat Users:
>
>
>
> Has anyone found a graceful way to handle static content linking that works=
> both pre and post the the following change?
>
> https://issues.apache.org/bugzilla/show_bug.cgi?id=3D50026
You mean
https://issues.apache.org/bugzilla/show_bug.cgi?id=
Tomcat Users:
Has anyone found a graceful way to handle static content linking that works=
both pre and post the the following change?
https://issues.apache.org/bugzilla/show_bug.cgi?id=3D50026
We have quite a few customers on earlier versions of Tomcat 6 as well as ne= w
customers pickin
On Sun, Jun 3, 2012 at 10:10 AM, Sharon S Sreedh wrote:
> I already run the configure script --with-apxs2=/path/to/apxs
> --with-apache=/path/to/apache and header file are in the directory
> apache/include
>
> when I compile with ./configure -with-apxs2=/path/to/apxs alone I got,
> configure: err
Hi Warren,
thanks for the help. I found that the application
creates lots of SessionFactoryImpl objects
even though one is enough
I changed this part of webapp. Now it has only one
SessionFactoryImpl and the memory leak is gone.
bye
2012/5/24 Warren Bell
> Is this the same server with the Wic
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Timothy,
On 6/4/12 7:11 PM, Timothy J Schumacher wrote:
> Yes, this is way better-Thanks! I guess I wasn't realizing that
> forcing clients to use https implies "transport confidential"
> without actually configuring transport confidential in the
> w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Timothy,
I have some suggestions (inline).
On 6/4/12 5:58 PM, Timothy J Schumacher wrote:
> We run the local firefox in kiosk mode, and when the device is
> powered on, firefox prompts the user about security certificate
> warnings and alerts the use
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hardik,
On 6/5/12 4:13 AM, Mehta, Hardik Jayesh wrote:
> I am from Citi - Application Management Team. We are currently in
> the process of migrating all our desktops from Vista to Win7. In
> order to migrate these users to Windows 7 the application
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kiran,
On 6/5/12 1:31 AM, Kiran Badi wrote:
> After playing around for a day,
>
> this is another solutions which worked for me,
>
>
> with Tomcat 7.0.11 in context.xml
Good, except that you should really upgrade to the latest Tomcat 7.0
version.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chad,
On 6/5/12 9:58 AM, chad.da...@emc.com wrote:
>
>>
>> On 6/4/12 5:29 PM, chad.da...@emc.com wrote:
>>> I've got a daemon thread that seems to run after the tomcat
>>> has received the shutdown signal. It's a TimerTask and it
>>> appears to fir
>
> On 6/4/12 5:29 PM, chad.da...@emc.com wrote:
> > I've got a daemon thread that seems to run after the tomcat has
> > received the shutdown signal. It's a TimerTask and it appears to fire
> > again after the webapp itself has been shutdown. This then seems to
> > cause the whole jvm to live
Den 05-06-2012 10:21, Osipov, Michael skrev:
Mehta, Hardik Jayesh wrote:
Hi,
I am from Citi - Application Management Team. We are currently in the
process of migrating all our desktops from Vista to Win7. In order
to migrate these users to Windows 7 the application mentioned below
may need r
Mehta, Hardik Jayesh wrote:
> Hi,
>
> I am from Citi - Application Management Team. We are currently in the
> process of migrating all our desktops from Vista to Win7. In order
> to migrate these users to Windows 7 the application mentioned below
> may need remediation. In that regards I have fe
Hi,
I am from Citi - Application Management Team. We are currently in the process
of migrating all our desktops from Vista to Win7. In order to migrate these
users to Windows 7 the application mentioned below may need remediation. In
that regards I have few queries as mentioned below.
Name o
33 matches
Mail list logo