Verify Your Project
Verify Your Project
First, ensure that your Apache docroot points to your Appcelerator public directory. In some installations that setting will appear as below in the Apache configuration file:
DocumentRoot /path/to/your/public/directory
Open a web browser and go to http://localhost:[your port]. You should see the main HTML page bundled with your Perl project. Next, click the first link title Appcelerator Service Tester Tool. Click the Invoke Service button to test the bundled service. You should see the message:
I received from you: Hello,world
If you want to view the source code for the sample service go to:
[project_root]/Services/HelloService.pm