RE: Tomcat's session and memory management

2006-07-06 Thread Harshal Joshi
Hi, In web.xml you can define session time. Like, 30 here 30 is in minutes... when you close window at that time just write session.invalidate(); -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Cameron Sent: Thursday, July 06,

RE: Tomcat on a Memory Stick

2006-05-26 Thread Harshal Joshi
p; will help you to solve your problem. Best of Luck... Cheers, Harshal Joshi -Original Message- From: Markus-Alexander Metz [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 4:21 PM To: Tomcat Users List Subject: Re: Tomcat on a Memory Stick Hi Andrew Thanks for your feedback.

problem related include directive & action

2006-05-22 Thread Harshal Joshi
T+05:30 2006   Update included.jsp <%@ page language="java" import="java.util.Date" %> Today's Date is ::<%= new Date()%>   Result after update :: Include Directive content :: Today's Date is :: Mon May 22 13:17:04 GMT+05:30 2006 Include Action content