You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2009/01/29 21:52:28 UTC

svn commit: r739036 - in /incubator/photark/site: site-author/getting-started.xml site-publish/getting-started.html

Author: lresende
Date: Thu Jan 29 21:52:27 2009
New Revision: 739036

URL: http://svn.apache.org/viewvc?rev=739036&view=rev
Log:
Updating URL to be used to access photoArk app when launched from eclipse

Modified:
    incubator/photark/site/site-author/getting-started.xml
    incubator/photark/site/site-publish/getting-started.html

Modified: incubator/photark/site/site-author/getting-started.xml
URL: http://svn.apache.org/viewvc/incubator/photark/site/site-author/getting-started.xml?rev=739036&r1=739035&r2=739036&view=diff
==============================================================================
--- incubator/photark/site/site-author/getting-started.xml (original)
+++ incubator/photark/site/site-author/getting-started.xml Thu Jan 29 21:52:27 2009
@@ -53,7 +53,7 @@
             
             <p><b>Running PhotArk from inside Eclipse</b></p>
             <p>After you have imported PhotArk modules into eclipse, use the launchXXX classes in the photo-gallery module, and run them as Java applications in your eclipse IDE</p>
-            <p>Point your browser to : http://localhost:8080/photo-gallery-webapp/ </p>
+            <p>Point your browser to : http://localhost:8080/gallery/ </p>
             
             <p><b>Deploying PhotArk in Web Application</b></p>
             <p>After building the source code, deploy photo-gallery-webapp/target/photo-gallery-webapp.war in your favorite web application server (e.g Apache Tomcat)</p>

Modified: incubator/photark/site/site-publish/getting-started.html
URL: http://svn.apache.org/viewvc/incubator/photark/site/site-publish/getting-started.html?rev=739036&r1=739035&r2=739036&view=diff
==============================================================================
--- incubator/photark/site/site-publish/getting-started.html (original)
+++ incubator/photark/site/site-publish/getting-started.html Thu Jan 29 21:52:27 2009
@@ -287,7 +287,7 @@
                                                          <p><pre>mvn eclipse:eclipse</pre></p> 
                                                          <p><b>Running PhotArk from inside Eclipse</b></p> 
                                                          <p>After you have imported PhotArk modules into eclipse, use the launchXXX classes in the photo-gallery module, and run them as Java applications in your eclipse IDE</p> 
-                                                         <p>Point your browser to : http://localhost:8080/photo-gallery-webapp/ </p> 
+                                                         <p>Point your browser to : http://localhost:8080/gallery/ </p> 
                                                          <p><b>Deploying PhotArk in Web Application</b></p> 
                                                          <p>After building the source code, deploy photo-gallery-webapp/target/photo-gallery-webapp.war in your favorite web application server (e.g Apache Tomcat)</p> 
                                                          <p>Point your browser to : http://localhost:8080/photo-gallery-webapp/ </p>