Hi Sohaila:
Where in the servlet class are you *declaring* the connection object? If it is,
say, a static variable, that may be your problem. If this is the case, try
declaring (and creating) the connection object in your doPost/doGet instead...
(Since i don't have any code, I am only guessing of course..!)
Cheers,
Geeta
Sohaila Roberts wrote:
> Hi, I have a servlet/applet system where the applet connects to a servlet,
> which connects to a database and retruns info to the applet. The problem I
> have is that once i've made one connection to the servlet from one
> computer, if i go to another computer to try the same function it doesnt
> work unless i stop and start servletrunner again. I'm closing all connects
> and streams and whatnot.. is there something else i have to do?
>
> Thanks
> Sohaila
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html