Quote:
Originally Posted by masif Hi,
I have downloaded zimbra source code 'zcs-4.5.5_GA_832-src'. Deployed it using Eclipse and Linux. Can somebody further guide me regarding the following questios, which are related to its code.
1. As there are many projects in the workspace. Which project is the main project? I have deployed ZimbraServer, but now I am not sure to launch which class or jsp. I run the ZimbraServer using this command 'http://localhost:8080/ZimbraServer/', which simply "This is my JSP page."
2. Same is the case with ZimbraClient. And how can I access the calendar.
3. There is also a database(mySql), what to do about it.
4. Finally, is it possible to run Zimbra Source Code successfuly on one's local machine, as there are many configuration parameters and, also, there is no help documentation regarding the source code (not the binary).
I ll be thankful for nice reply.
Asif IqBal |
1. ZimbraService deploys the /service folder. If it deployed correctly. It's probably working. You need to deploy the ZimbraWebClient (ant deploy, ant admin-deploy) to get the front end.
3. Take a look at the build instructions. Mysql needs to be installed before Zimbra.
4. Yep. I've done it ;-)