Application Remediation - Warren Restack

2012-06-05 Thread Mehta, Hardik Jayesh
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

RE: Application Remediation - Warren Restack

2012-06-05 Thread Osipov, Michael
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 few

Re: Application Remediation - Warren Restack

2012-06-05 Thread Casper Wandahl Schmidt
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

RE: daemon thread causing tomcat process to live on

2012-06-05 Thread Chad.Davis
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 on,

Re: daemon thread causing tomcat process to live on

2012-06-05 Thread Christopher Schultz
-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 fire again after

Re: Where do I store Images in tomcat structure so that I can retrive it properly in all browsers

2012-06-05 Thread Christopher Schultz
-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, Context aliases=/UploadedImages=c:/UploadedImages/Context with Tomcat 7.0.11 in context.xml Good, except that you

Re: Application Remediation - Warren Restack

2012-06-05 Thread Christopher Schultz
-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

Re: transport CONFIDENTIAL based on remote ip/host filter?

2012-06-05 Thread Christopher Schultz
-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 user

Re: transport CONFIDENTIAL based on remote ip/host filter?

2012-06-05 Thread Christopher Schultz
-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

Re: memory leak in tomcat

2012-06-05 Thread Christian Kaufhold
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 warrenbe...@gmail.com Is this the

Re: Unable to build tomcat-connectors

2012-06-05 Thread Thad Humphries
On Sun, Jun 3, 2012 at 10:10 AM, Sharon S Sreedh sharonkai...@gmail.comwrote: 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

Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-05 Thread 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 We have quite a few customers on earlier versions of Tomcat 6 as well as ne= w customers

Re: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-05 Thread Konstantin Kolinko
2012/6/5 Morgan, Russel russel.mor...@disney.com: 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

stopping with force option

2012-06-05 Thread Chad.Davis
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

RE: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-05 Thread 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: = Tomcat Users: Has anyone found a

Re: stopping with force option

2012-06-05 Thread Mark Thomas
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 doing

Re: getting frustrated with web sockets

2012-06-05 Thread Ravi
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.

Re: getting frustrated with web sockets

2012-06-05 Thread Mark Thomas
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 not

Re: getting frustrated with web sockets

2012-06-05 Thread Ravi
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.

Re: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-05 Thread Konstantin Kolinko
2012/6/5 Morgan, Russel russel.mor...@disney.com: 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:

Re: getting frustrated with web sockets

2012-06-05 Thread Christian Finckler
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

Re: getting frustrated with web sockets

2012-06-05 Thread Ravi
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

Re: getting frustrated with web sockets

2012-06-05 Thread Mark Thomas
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 the app

Re: getting frustrated with web sockets

2012-06-05 Thread Ravi
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

Re: Request for Aliases or Alias as element inside Context

2012-06-05 Thread Pid
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 ;-( It would be

Re: getting frustrated with web sockets

2012-06-05 Thread Mark Thomas
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 lot of

Re: Mapping a servlet to the application's context root results in IAE

2012-06-05 Thread Terence M. Bandoian
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 Thomasma...@apache.org 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

RE: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-05 Thread Morgan, Russel
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

Re: Where do I store Images in tomcat structure so that I can retrive it properly in all browsers

2012-06-05 Thread Kiran Badi
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, Context aliases=/UploadedImages=c:/UploadedImages/Context with Tomcat

RE: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-05 Thread Morgan, Russel
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:

Re: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-05 Thread Christopher Schultz
-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 and

Re: getting frustrated with web sockets

2012-06-05 Thread Christopher Schultz
-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 by

Re: stopping with force option

2012-06-05 Thread zuxiong lin
Do you configurate the var ...PID in CATALINA.sh ? On Wed, Jun 6, 2012 at 2:05 AM, Mark Thomas ma...@apache.org 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