HTTP Session - newbie Help needed!

2001-02-22 Thread Rezaul H. Safiuddin
got a question -- HttpSession is just an interface, right ? What is a standard implementation of HttpSession? Thanks, Kash - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Servlet Questions - Newbie !!!!

2001-02-22 Thread Rezaul H. Safiuddin
What is a session? There is a Session Class in J2SDKEE. Is that the same as sessions in servlet ? As I understand, a session is just a vanilla object that lies around for awhile. When a request with the session object's ID arrives, the servlet finds the corresponding session object and

Servlet - Single Thread Model !!!

2001-02-22 Thread Rezaul H. Safiuddin
Can somebody explain me the differences of Single vs. Non-Single thread Model interm of multiple instances of a servlet ? I'll appreciate it very much. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Servlet Questions - Please Help!

2001-02-09 Thread Rezaul H. Safiuddin
Hi I am doing some research work on servlets...I am trying to get some feedback regarding the following questions. Expert's help needed : (1) when are servlet classes instantiated? It seems that a web server will constantly reuse the same servlet object -- but I don't know how to

RE: Another Newbie Question -- Urgent Please!

2001-02-08 Thread Rezaul H. Safiuddin
:\tomcat\lib\servlet.jar MyServlet.java scott. --- "Rezaul H. Safiuddin" [EMAIL PROTECTED] wrote: OK...I am totally Confused..please Help! I have jdk 1.3, Apache Web Server and TomCat 3.2Where is the javax package ? I finally downloaded jsdk 2.1 and the javax

RE: Newbie needs help ASAP!

2001-02-07 Thread Rezaul H. Safiuddin
es folder in Apache? Also make sure you have the right ApacheModuleJServ.dll depending on your Tomcat version. I had the same problem using tomcat 3.2.. I fixed it by getting the updated ApacheModuleJServ.dll. -Original Message----- From: Rezaul H. Safiuddin [mailto:[EMAIL PROTECT

Another Newbie Question -- Urgent Please!

2001-02-07 Thread Rezaul H. Safiuddin
How come I am not being able to compile a HelloWorldServlet.java with jdk1.3 ? Its giving me hundreds of compiler errors. I need to compile this file and create the .class file . Do I need something especial for compiling servlets ? I already installed the TomCat 3.2.1 . Any Help would be

RE: Another Newbie Question -- Urgent Please!

2001-02-07 Thread Rezaul H. Safiuddin
javax.servlet.http.*; Help please...Thanks. Kash On Wed, 7 Feb 2001, Erik LaBianca wrote: Do you have the servlet api's in your compilers classpath? --erik -Original Message- From: Rezaul H. Safiuddin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 10:09 PM