PICOT Christophe wrote:
It's not a good idea to have the jars in the war.

As you can see I have my own version of pluto-container. I needed to modify 
some classes in pluto, for weblogic :

In the class RenderResponseImpl (org.apache.pluto.internal.impl) :
public void setBufferSize(int size) {
    this.getHttpServletResponse().setBufferSize(size);
}
There's a property you can set in pluto to ensure this works with wl. You shouldn't need to modify the class.

Reply via email to