Author: channa
Date: Wed Jul 30 23:42:10 2008
New Revision: 20209
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=20209

Log:
Updated linux startup, self registration setup and updated documentation 
references in readme file.


Modified:
   trunk/mashup/java/readme.txt

Modified: trunk/mashup/java/readme.txt
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/readme.txt?rev=20209&r1=20208&r2=20209&view=diff
==============================================================================
--- trunk/mashup/java/readme.txt        (original)
+++ trunk/mashup/java/readme.txt        Wed Jul 30 23:42:10 2008
@@ -10,8 +10,8 @@
 
 Extract the [EMAIL PROTECTED]@.zip to a directory of your choice. You need to 
have jdk version 1.5 or above installed and make sure that the JAVA_HOME 
environmental variable point to that. 
 
-In Linux run the bin/startup.sh.
-In Windows, run the bin/startup.bat.
+In Linux run the bin/wso2mashup.sh with a --start option. You can use the 
--run option instead for console mode or --debug [port] for debug mode.
+In Windows, run the bin/startup.bat. 
 
 Logs can be found in the logs folder. 
 
@@ -42,8 +42,8 @@
 
 Enabling self registration
 ==========================
-1. In the lib\tomcat\webapps\ROOT\WEB-INF\web.xml file, add a valid relay host 
and complete the URL to the validate.jsp page.
-       eg: Set email_relay_host as relay.wso2.com and 
registration_validation_url as https://www.wso2.com:7443/validate.jsp
+1. In the lib\tomcat\webapps\ROOT\WEB-INF\web.xml file, add a valid relay host 
and change the web application URL provided to match your deployment.
+       eg: Set email_relay_host as relay.wso2.com and webapp_url as 
https://www.wso2.com:8080/
 2. Login as the administrator and click the 'Allow Internet Guests' link in 
the tasks list of the profile page.
 
 Windows Installer
@@ -52,5 +52,5 @@
 
 Documentation
 =============
-Please refer to the Mashup Server Wiki page at 
http://wso2.org/wiki/display/mashup/Home for updated documentation.
+Please refer to the Mashup Server's project page at 
http://wso2.org/projects/mashup for updated documentation.
 

_______________________________________________
Mashup-dev mailing list
[email protected]
http://mailman.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to