Re: svn commit: r230572 - /geronimo/trunk/applications/console-framework/src/webapp/WEB-INF/config/services/ConfigService.properties

2005-08-06 Thread Aaron Mulder
Just out of curiosity, how did you figure out that this was what 
was needed? I haven't had so much success with the Pluto docs.

Thanks,
Aaron

On Sat, 6 Aug 2005 [EMAIL PROTECTED] wrote:
 Author: jboynes
 Date: Sat Aug  6 12:55:16 2005
 New Revision: 230572
 
 URL: http://svn.apache.org/viewcvs?rev=230572view=rev
 Log:
 fix for GERONIMO-857; add servlet mapping entries
 
 Modified:
 
 geronimo/trunk/applications/console-framework/src/webapp/WEB-INF/config/services/ConfigService.properties
 
 Modified: 
 geronimo/trunk/applications/console-framework/src/webapp/WEB-INF/config/services/ConfigService.properties
 URL: 
 http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-framework/src/webapp/WEB-INF/config/services/ConfigService.properties?rev=230572r1=230571r2=230572view=diff
 ==
 --- 
 geronimo/trunk/applications/console-framework/src/webapp/WEB-INF/config/services/ConfigService.properties
  (original)
 +++ 
 geronimo/trunk/applications/console-framework/src/webapp/WEB-INF/config/services/ConfigService.properties
  Sat Aug  6 12:55:16 2005
 @@ -40,3 +40,5 @@
  portletcontainer.entrance.impl = org.apache.pluto.PortletContainerImpl
  portletcontainer.entrance.wrapper.impl = 
 org.apache.pluto.portalImpl.core.PortletContainerWrapperImpl
  
 +servlet.insecure=/portal
 +servlet.secure=/secure
 
 
 


Re: svn commit: r230572 - /geronimo/trunk/applications/console-framework/src/webapp/WEB-INF/config/services/ConfigService.properties

2005-08-06 Thread Jeremy Boynes

Aaron Mulder wrote:
	Just out of curiosity, how did you figure out that this was what 
was needed? I haven't had so much success with the Pluto docs.




Inspection of the toString() method in PortalURL and comparison of the 
config files between Pluto HEAD and our module :-(


--
Jeremy