Author: channa Date: Wed Jul 30 23:44:20 2008 New Revision: 20210 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=20210
Log: Updated linux startup, self reg setup and documentation references in readme. Modified: branches/mashup/java/1.5/java/readme.txt Modified: branches/mashup/java/1.5/java/readme.txt URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/readme.txt?rev=20210&r1=20209&r2=20210&view=diff ============================================================================== --- branches/mashup/java/1.5/java/readme.txt (original) +++ branches/mashup/java/1.5/java/readme.txt Wed Jul 30 23:44:20 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
