You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2005/08/06 21:55:18 UTC

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

Author: jboynes
Date: Sat Aug  6 12:55:16 2005
New Revision: 230572

URL: http://svn.apache.org/viewcvs?rev=230572&view=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=230572&r1=230571&r2=230572&view=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

Posted by Jeremy Boynes <jb...@apache.org>.
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

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

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
	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 jboynes@apache.org wrote:
> Author: jboynes
> Date: Sat Aug  6 12:55:16 2005
> New Revision: 230572
> 
> URL: http://svn.apache.org/viewcvs?rev=230572&view=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=230572&r1=230571&r2=230572&view=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
> 
> 
>