How to upload image file from client to server using servlet

2003-03-17 Thread Ha Duy Thien
Dear JSP gurus, Does anyone here have sample code for uploading a file from client to server using servlet or JSP scriptlet , please share with me or can you you give me some recommendation Thanks you so much Thien ==To

Create Hello World Portlet with new IBM Jetspeed tutorials

2003-03-17 Thread Frank Carlos
Create Hello World Portlet with new IBM Jetspeed tutorials IBM has released two tutorials on Jetspeed, Advanced portlet technology. Part 1 ( https://www6.software.ibm.com/reg/devworks/dw-wijet-i?S_TACT=103AMW61&S_CMP=GR&ca=dgr-jspl01JetSpeedPart1 ) takes you through portlet development by engagin

Re: TagLib Problem

2003-03-17 Thread Peter Dolukhanov
Problem solved, it was a use case whereby the doStartTag() method returned a SKIP_BODY instead of a EVAL_BODY_INCLUDE Regards, Peter Dolukhanov -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] On Behalf Of Peter Dolukhan

Re: JDBC connection time

2003-03-17 Thread David Marquis
Hi Shahata, You can measure the time it takes to execute a bunch of code with System.currentTimeMillis() For example : long beginTime = System.currentTimeMillis(); //Do some work (like executing SQL query, or opening a connection) long timeItTook = System.currentTimeMillis() - beginTime; System.

Re: Problems With Java3D

2003-03-17 Thread David Marquis
Hi Thomas, This is not a JSP list about Java3D or anything related to this. You'd probably have more results by asking this question in a general Java list or graphics related list. By the way "no main class found" means that the JVM could not find the method "main" in the startup class. Any Java

TagLib Problem

2003-03-17 Thread Peter Dolukhanov
Dear All, I have encountered a small problem whilst using Tag Libraries. I have two relatively simple tags "loggedIn" and "notLoggedIn". The purpose, is to check whether a user is logged in or not, and display whatever is within the tag accordingly. However, I am encountering this exception:

JDBC connection time

2003-03-17 Thread Shahata, Ash
Hi all - I'm experiencing delays in my in my jdbc connections, and I just wanted to inquire if anyone knows of any shareware tool that could do this for me, or if anyone knows of a programmatic way to measure the time it takes for a query to execute and retrieve data? Thanks =

java.sql.SQLException: Communication link failure: java.io.IOExce ption

2003-03-17 Thread Laxmikanth M.S.
Hi all, why do I get this error thanks in advance regards laxmikanth * Disclaimer: The information in this e-mail and any attachments is confidential / privileged. It is intended solely for the addressee or addressees. If you are

Re: Timing web page retrieval

2003-03-17 Thread Venkat
Hi Joel, Check you the jmeter. You can find it out from jakarta site itz a free tool to test the webapps. HTH venkat -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Joel Carklin Sent: Monday, March 17, 2003 1: