Re: javax.servlet not found in import

2000-11-30 Thread Krishna Kant
set ur classpath to point to the servlet.jar of ur webserver -kk maurice coyle wrote: Hello, Whenever i compile a servlet that has an import javax.servlet.http.*; in it, i get a "javax.servlet.http.* not found in import" error message. Is this something to do with my Servlet API, or my

Re: how to get the date and time

2000-11-28 Thread Krishna Kant
use java.util.GregorianCalendar Varun wrote: hi how do i retrieve the date in this format eg: 28112000 or 281100 and the time aswell , im using Date.getDate() which returns only the day that is 28, any answers? regards varun

Re: session time increase??

2000-11-27 Thread Krishna Kant
Subu, Try using setMaxInactiveInterval( int interval) of HttpSession -kk subramanian Athimoolam wrote: hi friends how to increase session expire time thanks ch.. subu _ Get more from the

Re: session time increase??

2000-11-27 Thread Krishna Kant
subu, the syntax is as follows in jsp.. session.setMaxInactiveInterval(interval in seconds); u will be advised to go thro' the Servlet API -kk subramanian Athimoolam wrote: kk Thanks for your reply. tell me the full syntax... i tried httpsession setMaxIedealTime(121212); (i thng