Hi All
I need to store a reference to an object in database table?
how do we do that? how do we retrieve that reference too?
please little sample code.
thanks.
Hi All
When i run the html file(has reference to an applet) from within the browser as (c:\jakarta-tomcat3.2.1\.....\jsp\practice\hello.html)
it runs fine,I have all files within the folder (practice).
But when i try to lunch that file(hello.html) from within the servlet i can't lunch the...
I'm trying to get the work station time using javascript.
then i want to pass it(time) with the url to a servlet,because i need to count the time of loading and servicing time for the servlet.
Here is a sample code and i know that doesn't work,i need to know how to access that script,or in other...
Thank you all for your help.
Finally i got it work from the command line only after 3 times downloading and installing jdk and tomcat.
however I still can't compile my servlet from textpad.
I think there is something related to textpad and jdk.
I have rightnow jdk1.3.0-02 and tomcat4.0-b3...
Hi
I'm trying to have two radios on my jsp page,for example i have radio1 and radio2,i need when i check radio1 to pop up a jsp page
that displays radio1 is on,the same when i check radio2 in need to pop up a jsp page that displays radio2 is on.
I'm trying that and i'm getting internal servlet...
Hi all
I'm trying since more than two days to fix this problem and i could not,i almost did and try everything i know and i'm still
do not know how to fix it.
what i did is i put the following setting in tomcat.bat:
SET JAVA_HOME=c:\jdk1.2.2
SET TOMCAT_HOME=C:\jakarta-tomcat-3.2.1
that is only...
thanks for your reply.
i need just to make sure that i understood this:
if we have 5 requests come in in the same time,that means the servlet container will spawn 5 threads and each of them will run or execute a copie of that servlet class.(I'm taking here about without any synchronization...
As we know that we send send a request for a servlet on the server,
the server will create just ONE INSTANCE of that servlet.
in other words just we have one object of that servlet,the life for that object
is based on the life of our server and it will be alive as long as our server is running...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.