Step 2 - Understand LCDS' folders
If you are completely new to Adobe LiveCycle Data Services and Java application servers in general, I hope this might be a few guiding lights in the dark.
What is a Java Application Server?
Think of it as a web server (IIS if you like), but with lots of built in functionality, modules and library function that your "web pages" can use. LiveCycle Data Services (LCDS) is one such a library of functionality.
In this turn-key installation of LCDS, we use Tomcat as the Java application server. So LCDS runs within Tomcat.
Java application servers are basically folder and file based, and at first glance it is difficult to know what each folder is for and where to put your own applications.
Where do I start? Where do I put my stuff?
First the application server Tomcat:
And now what we are interested in... LCDS:
Next we will look at the database sample that came with LCDS.
[Main article] [Next] [Previous]
C:\Adobe_lcds\tomcat | The root folder for Tomcat, your Java application server |
C:\Adobe_lcds\tomcat\bin | Directories for Tomcat startup/shutdown scripts |
C:\Adobe_lcds\tomcat\conf | Configuration files for Tomcat |
C:\Adobe_lcds\tomcat\work | Hands off! Tomcat's own temp (working) folder |
More info about Tomcat at Jajakarta.org |
C:\Adobe_lcds\tomcat\webapps | Root folder for LCDS. |
C:\Adobe_lcds\tomcat\webapps\lcds-samples | Adobe's sample applications. |
C:\Adobe_lcds\tomcat\webapps\lcds | Template folder for your own apps. Copy this, and create your own based on this template. Keep this unspoilt if you need to start from scratch. |
C:\Adobe_lcds\tomcat\webapps\ds-console | The console / status reports for the Adobe LiveCycle Data Services web applications. |
More info about LiveCycle Data Services configuration at Adobe |
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home