I deploy an ear with all the applications I need. I also need to specify maven 
to unpack the wars in the ear because of path problems (ie instead of war the 
ear contains the war unpacked).
I think this way you won't have a problem with cross-contexts.



-----Message d'origine-----
De : qba [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 4 avril 2007 13:38
À : [email protected]
Objet : Re: RE : Pluto and weblogic



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.


********************************************************************
Ce message et toutes les pièces jointes sont confidentiels et établis à 
l'intention exclusive de ses destinataires.
Il ne constitue pas un document officiel. En vertu du Code Général des 
Collectivités Territoriales,
seuls le Maire et les adjoints au Maire, secrétaire général et secrétaires 
généraux adjoints ayant reçu
une délégation de signature, ont compétence pour engager la Ville de Bordeaux 
chacun dans les domaines qui les concernent.
Toute utilisation ou diffusion non autorisée est interdite. Tout message 
électronique est susceptible d'altération.
La Ville de Bordeaux décline toute responsabilité au titre de ce message s'il a 
été altéré, déformé, falsifié.
********************************************************************

Reply via email to