|
Revision 1667, 0.8 KB
(checked in by jenstl, 8 years ago)
|
|
*** empty log message ***
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | Here is a sample application for pfixcore (called sample1). |
|---|
| 2 | |
|---|
| 3 | The core subdirectory is special. It is considered to be part of the |
|---|
| 4 | pfixcore package. A "real life" application will create a new |
|---|
| 5 | directory or cvs repository and copy the core directory from here into |
|---|
| 6 | the new location. |
|---|
| 7 | |
|---|
| 8 | You will want to create your own "common" directory to hold |
|---|
| 9 | configuration data, xsl, xml (unlikely) and txt includes (maybe not |
|---|
| 10 | very much). |
|---|
| 11 | |
|---|
| 12 | The applications that may share this common data reside in their own |
|---|
| 13 | subdirectories (like sample1 in this case here). |
|---|
| 14 | |
|---|
| 15 | The servletconf subdirectory holds the neccessary data for Tomcat4 |
|---|
| 16 | (automatically customized for the current installation path) and sample apache |
|---|
| 17 | configurations (autogenerated, must be included into your normal |
|---|
| 18 | apache.conf. See the file INSTALL for more info) |
|---|