Chanh Le is out of the office.

2005-01-18 Thread Chanh Le
I will be out of the office starting 1/17/2005 and will not return until 2/7/2005. I am on vacation and back on 02/07/2005. Please contact Paul Bambah and Ravindra Dabbiru for AS400 issues. Thanks. === To unsubscribe: mailto

Chanh Le is out of the office.

2005-01-17 Thread Chanh Le
I will be out of the office starting 01/17/2005 and will not return until 02/07/2005. Please contact Paul Bambah and Ravindra Dabbiru for AS400 issues. Thanks. ___ To unsubscribe, send email to [EMAIL PROTECTED] and

Re: ANNOUNCE: J2EE 1.4 SDK Now Available with support for Java Se rver Faces and JSTL

2004-03-31 Thread Chanh Le
I sent to [EMAIL PROTECTED] with the subject as SUBSCRIBE My mail is bounced back. Which URL should we use? Thanks, CL ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff

Re: SV: Controller servlet

2004-03-15 Thread Chanh Le
I attempt to down load Strut. But when I got to the down load page, I was confused which one should I down load. Thanks, CL === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto

Re: multithreading

2003-07-29 Thread Chanh Le
How many JVMs could be loaded on one servlet application server like Tomcat? Thanks, CL ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives:

Re: Tabindex

2002-06-13 Thread Chanh Le
It is an unsual note. CL L-Soft list server at Sun Microsystems Inc. (1.8d) [EMAIL PROTECTED] Sent by: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] 06/13/2002 01:05 AM Please respond to A mailing list about Java Server Pages specification and

File not found???

2002-04-17 Thread Chanh Le
I have a file D:\tomcat4.0/webapps/myroot/WEB-INF/files/myfile01.txt A/ If I try to open file01.txt on the command line, it is ok. D:\tomcat4.0/webapps/myroot/WEB-INF/classesjava MyApp files/myfile01.txt B/ However, I have problem when running a servlet,

Re: File not found??? - Thanks

2002-04-17 Thread Chanh Le
String myPath =getServletConfig().getServletContext().getRealPath(/WEB-INF/files/myfile01.txt); br = new BufferedReader(new FileReader(path)); The above statements work fine. Thanhks, CL === To unsubscribe: mailto [EMAIL

Re: Export to Excel spread Sheet

2002-03-25 Thread Chanh Le
For the opposite direction, can we transfer data from Exel spreadsheet to table rows? Thanks, CL Raghupathy, Gurumoorthy [EMAIL PROTECTED] Sent by: A mailing list for discussion about Sun Microsystem's JavaServlet API Technology. [EMAIL PROTECTED] 03/22/2002 01:32 AM Please

Class variable sharing in a servlet

2002-03-13 Thread Chanh Le
Multiple clients invoke the same servlet, they share global (class) variables. Does each client's invocation run in a different thread simultanously or sequentially? Thanks, CL === To unsubscribe: mailto [EMAIL PROTECTED]

Re: Static variables

2002-02-05 Thread Chanh Le
Could you let me know how many JVM is loaded in each application server such as Tomcat, Jrun, or Websphere. It seems only one JVM for sharing objects. Thanks, CL Nils Janson [EMAIL PROTECTED] Sent by: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED]

<    1   2