- From: Stephen Wu <stephen.wu@commerceone.com>
- Date: Tue, 15 Aug 2000 19:57:55 -0700
- To: "'Yves Lafon'" <ylafon@w3.org>
- Cc: "'www-jigsaw@w3.org'" <www-jigsaw@w3.org>
Yves, thanks for the info... i just run in to an exception... +++ client-0(socket-clients:2) got exception: org.w3c.jigsaw.http.HTTPException at org.w3c.jigsaw.frames.HTTPFrame.post(HTTPFrame.java:1781) at org.w3c.jigsaw.frames.HTTPFrame.perform(HTTPFrame.java:1448) at org.w3c.tools.resources.FramedResource.performFrames(FramedResource.java, Compiled Code) at org.w3c.tools.resources.FramedResource.perform(FramedResource.java:664) at org.w3c.jigsaw.http.httpd.perform(httpd.java, Compiled Code) at org.w3c.jigsaw.http.Client.processRequest(Client.java:400) at org.w3c.jigsaw.http.Client.startConnection(Client.java, Compiled Code) at org.w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java) at org.w3c.util.CachedThread.run(Unknown Source) HTTP/1.1 405 Method Not Allowed Date: Wed, 16 Aug 2000 01:34:19 GMT Allow: GET,HEAD,OPTIONS,TRACE do you have any insights ? thanks ! steven -----Original Message----- From: Yves Lafon [mailto:ylafon@w3.org] Sent: Friday, August 11, 2000 5:43 AM To: Stephen Wu Cc: 'www-jigsaw@w3.org' Subject: Re: jigsaw upgrade help On Fri, 11 Aug 2000, Stephen Wu wrote: > Hi, > Currently, we are using 2.0.3 and going to upgrade to 2.0.5, > what needs to be done for the configuration ? is there any > issues i need to be aware of (like indexing mechanism is > different ?) Please help. The main difference between 2.0.3 and 2.0.5 is the servlet API level, you should use the jar of servlet 2.2 API (of course it will run servlets made with the previous one). Everything else is just bug fixes and enhancements that are not related to what was in 2.0.3, so upgrading shouldn't be a problem. The indexing scheme with extension aggregation is already there in 2.0.3 and nothing has changed since. > ps. between 2.1.2 and 2.0.5, which one is more tested and > more stable ? we need to make the decision, thanks again. I move more and more servers to 2.1 as I am becoming pretty confident in its stability (ex jigsaw.w3.org is running 2.1.2) and all the stability improvements that were not related to 2.1 only are backported to 2.0. So for 2.0, the best is always to get the latest devel version (http://jigsaw.w3.org/Devel/classes-2.0/). As I said when announcing 2.1.2, it should be close to 2.2.0, but I would like test experience from other people before moving it to 2.2.0. Regards, /\ - Yves Lafon - World Wide Web Consortium - /\ / \ Architecture Domain - Jigsaw Activity Leader / \ \/\ / \ / \ http://www.w3.org/People/Lafon - ylafon@w3.org
Received on Tuesday, 15 August 2000 22:57:49 UTC