Hi
In pluto 1.1.2 there is a switch
org.apache.pluto.ALLOW_BUFFER
which shuld be set true in properties file in order it works in weblogic.
I also managed to fix the problem with testsuite -
DefaultApplicationIdResolver works wrong in weblogic - I added additional
contest-parameter in DD to hot fix the problem
But now I have problem with cross-contexts
pluto displays internal protles (AboutPortlet etc) but it fails to display
portlets from testsuite
getting NullPointerException form PortletTag.
How to make cross-context in Weblogic or fix it laternatively?
regards
Q
David H. DeWolf wrote:
>
>
>
> 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.
>
>
>
--
View this message in context:
http://www.nabble.com/Pluto-and-weblogic-tf3520072.html#a9835314
Sent from the Pluto - User mailing list archive at Nabble.com.