You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by Ate Douma <at...@douma.nu> on 2011/04/26 20:51:19 UTC

Re: svn commit: r1096790 - /incubator/rave/site/trunk/content/rave/source.mdtext

On 04/26/2011 05:49 PM, mfranklin@apache.org wrote:
> Author: mfranklin
> Date: Tue Apr 26 15:49:52 2011
> New Revision: 1096790
>
> URL: http://svn.apache.org/viewvc?rev=1096790&view=rev
> Log:
> Fixed incorrect URL for cargo application

Actually, http://localhost:8080/ is a correct URL, picked up by rave-shindig (/) 
index.jsp which will redirect you to http://localhost:8080/portal.

But I only added that as a minimal customization on rave-shindig just to show 
how a war-overlay project can be used, so I'm fine with pointing to the real 
portal entry point URL :)


>
> Modified:
>      incubator/rave/site/trunk/content/rave/source.mdtext
>
> Modified: incubator/rave/site/trunk/content/rave/source.mdtext
> URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/source.mdtext?rev=1096790&r1=1096789&r2=1096790&view=diff
> ==============================================================================
> --- incubator/rave/site/trunk/content/rave/source.mdtext (original)
> +++ incubator/rave/site/trunk/content/rave/source.mdtext Tue Apr 26 15:49:52 2011
> @@ -59,7 +59,7 @@ To run a local Tomcat instance with rave
>
>     - navigate to the rave-portal subdirectory and invoke:
>         $mvn cargo:start
> -  - open url http://localhost:8080/ in a browser
> +  - open url http://localhost:8080/portal in a browser
>     - press Ctrl-C in the console to stop Tomcat again
>
>
>
>