Re: HttpSessionListener events after redeployment?

2005-04-05 Thread Joe Riopel
Could you use the isNew() method from HttpSession ? On Apr 5, 2005 4:20 PM, Clute, Andrew <[EMAIL PROTECTED]> wrote: > In my application I like to keep track of all the sessions that are > currently active. So, I have a class that implements HttpSessionListener > and have a static HashMap that kee

Re: development environment

2005-04-22 Thread Joe Riopel
p4 3.4 1GB RAM VIM ( Sometimes NetBeans ) MySQL ( 4.1.7 ) On 4/22/05, Anoop kumar V <[EMAIL PROTECTED]> wrote: > here is what we have: > > Pentium IV 2.5 Ghz / 1.5 GB Ram > > OS Windows XP > > IDE - IntelliJ IDEA (I give it a 9 on 10 - its that good) > We use cvs - WinCVS / TortoiseCVS for vers

Re: off topic: Where to get a good tutorial about JSP.

2005-05-13 Thread Joe Riopel
I liked http://www.jspbook.com/index.jsp - There is a free download of this entire book on http://www.theserverside.com, you have to register to get it ( it's free ). It's not the most up_to_date book out there, but it helped me out when I was learning. On 5/13/05, [EMAIL PROTECTED] <[EMAIL PROTEC

Web Application Question

2005-07-23 Thread Joe Riopel
Hello, I'm running Tomcat 5.5.7, and right now I have one application ( the default application ). I just created a new dir ( $CATALINA_HOME/webapps/cms ) for a new application. The home page ( index.jsp ), for the application, is just a simple jsp file with static content. Once I added a WEB-INF

Re: Web Application Question

2005-07-26 Thread Joe Riopel
Hello Chris, I'm a little embarassed to say that I was watching a log file on a different machine, I had one too many xterm's opened. It was a long weekend :) However, on the server where I was having my problem, the ending tag for the filter's url pattern was wrong. I had instead of Thank yo

SimpleTagSupport and Adding Tags.

2005-10-10 Thread Joe Riopel
Hi, Is it possible to access SimpleTagSupport tags on a jsp page, using some type of filter object? Thanks, Joe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]