Re: Session

2007-03-22 Thread Alvaro Seixas
James, IDK if it's possible or will fit your needs, but you could add an Ajax script that checks if the browser has closed. If I'm not mistaken, DWR RC3 handles that. []s - Original Message - From: "James Sherwood" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, March 22,

Re: [OT] RE: How can I realize server side GUI??

2007-02-23 Thread Alvaro Seixas
Peter is right. But, since I'm taking the time to reply your message, have a look at Google's GWT library. - Original Message - From: "Peter Crowther" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, February 23, 2007 6:22 AM Subject: [OT] RE: How can I realize server side GUI?

Re: Accessing Files outside of WebApp

2006-01-11 Thread Alvaro Seixas
I've a similar situation where I have to provide million of check images. What I did was to create a context - using a simple xml file in webapps - for each context. - Original Message - From: "Zach Moazeni" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, January 11, 2006 5:

A Simple Advice

2005-11-01 Thread Alvaro Seixas
Hello List!! I need a simple advice from you guys. I'm running TC 4.1 on Win 2K. I need to share large amounts of static content (image files) between contexts. These images will be stored in 12 shared folders (in a NAS storage). What's the best approach to do that?? I thought of creating a co