Re: dispose() problem

2004-05-26 Thread jitong wang
Hi, your both thanks. acturally i forgot to declare that. Cecilia @_@ _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

Re: dispose() problem

2004-05-25 Thread jitong wang
Hello, Berrin yes! this is the source code: public void dispose() { try{ File f = new File("E:\\file.txt"); PrintWriter out = new PrintWriter(new FileWriter(f)); out.println("The server is shutting down!"); out.flush();

dispose() problem

2004-05-25 Thread jitong wang
Hi, all, I created a new Generator and simply defined dispose() by writting some string in a existing file. But it seemed that cocoon didn't deal with the dispose() method in the new Generator that I created when the servlet container was shut down. Does any people can help me to solve this pr

the session tracking in cocooon

2003-10-08 Thread jitong wang
Hi, you all, I am using cocoon for my project. However, I got a problem seems to be imposible to solve. It was originally an issure on session tracking. After cocoon received an request, it will assign the request to a suitable pipeline, then it will be sent to a certain servlet outside the cocoo

couldn't get the original response through by cocoon

2003-10-07 Thread jitong wang
Hi, you all, I found a problem in cocoon, when we send a request through cocoon to a servlet, but the coressponding response would be sent back to cocoon and modified by cocoon, i.e the client side can't get the original response from the servlet. Anyone can help me on this problem?thanks. Cecili