Getting WiNT Username of client in Servlet

2000-04-24 Thread Mukesh Garg
do it?   I am sure there is a solution for that..   any help would be appreciated   TIA   Mukesh garg

Re: Getting values from Html objects

2000-03-17 Thread Mukesh Garg
to get values out of HTML form use request.getParameter("password"); here request is HttpServletRequest object which u get in doGet() or doPost() method. getParameter(String s) takes the name of the form field hope this helps -Original Message- From: Tara Marjoram <[EMAIL PROTECTED]>

Re: problem during accessing database...

2000-03-16 Thread Mukesh Garg
The problem is not probably in HTML code It is in Java code Because the calass file named sun.jdbc.odbc.JdbcOdbcDriver might not be in servlets class path thats why it might be giving error. -Original Message- From: Punam Chordia <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTE

Multithreading in Servlets

2000-02-20 Thread Mukesh Garg
Can anybody please help me how do i make use of Threading in Servlets   My problem is   My servlets is being made to handle thousands of request to send a mail. I have implemented an SMTPClient class that sends mail for every request.   Now what I want is I launch a new thread for every requ

Session Maintainence

2000-02-20 Thread Mukesh Garg
gateway using WAP/HTTP protocol.   if anybody has any idea please help me   Thanx Mukesh garg