the code is:

public class MyServlet extends HttpServlet
{
 int count = 0; // should be separated for each instance
 static int classcount = 0;

 public void doGet(HttpServletRequest request,
HttpServletResponse response)
 throws IOException, ServletException
 {
 this.count++;
 classcount++;
 ...
 }

 ...
}

but i don't think that the problem is here
i guess it's the configuration... no?


> -------Message d'origine-------
> De : "ravi shankar" <[EMAIL PROTECTED]>
> Date : 03/09/2001 13:37:19
>
>
>
> ---- Attachement - noname029935 ----
>
>
______________________________________________________
Bo�te aux lettres - Caramail - http://www.caramail.com

Reply via email to