Book Image

Learning Alfresco Web Scripts

By : Ramesh Chauhan
Book Image

Learning Alfresco Web Scripts

By: Ramesh Chauhan

Overview of this book

Table of Contents (18 chapters)
Learning Alfresco Web Scripts
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 8. Deployment, Debugging, and Troubleshooting Web Scripts

In this chapter, we will cover the following topics:

  • Deployment options for Alfresco web scripts

  • Details on debugging web scripts

  • Useful troubleshooting pointers to some common problems related to web scripts

  • Some important tips to execute web scripts on a production server

It is really important to know two things: how you can deploy what you have developed and how you can debug if something does not work the way it should. If you know these two things, then your job becomes easier and you can quickly identify the solution to some of the critical issues you are working on for your project.

While working on web scripts in Alfresco, the first phase of web script development is the creation of web scripts, wherein you will develop the required building blocks of a web script. The second most important phase is to deploy and register the web script in order to make the web script you have created available to the web script framework...