[Opensource] Application Integration?

Peter A. J. Pilgrim peterp at xenonsoft.demon.co.uk
Thu Sep 5 18:38:06 PDT 2002


Boothe, Chris wrote:
> Unfortunately we only have access to the Object code of eContent.
> We therefore need to copy the files ourselves?
> 
> 
> Chris Boothe
> System Automation Analyst
> chris.boothe at peelpolice.on.ca
> 905-453-2121 x 4625
> 
> 


Well the instructions should still work with the object files.

% cd /opt/jakarta-tomcat-4.1.7/webapps/expresso

and then unpack the jar file.

% jar xvf econtent2-01.jar

The only difference is that the object jar file will not contain
`.java' source files


The following command dumps the Java archive out to standard output

% jar tvf econtent2-01.jar

You see the following listed

WEB-INF/classes/com/jcorporate/econtent/EContentSchema.class

in the long output. That is all the classes live under directory
`WEB-INF/classes/com/jcorporate/econtent'

The static web pages *.jsp and *.html live under directory
`expresso/components/econtent'

The configuration file is in
`WEB-INF/config/econtent-config.xml'


The (default?/ testing? ) database is
`WEB-INF/db/econtent/'

The econtent resources root directory is at
`WEB-INF/resources/COMMON'


HTH


> 
> -----Original Message-----
> From: Peter A. J. Pilgrim [mailto:peterp at xenonsoft.demon.co.uk] 
> Sent: Wednesday, September 04, 2002 9:44 PM
> To: opensource at jcorporate.com
> Subject: Re: [Opensource] Application Integration?
> 
> 
> Boothe, Chris wrote:
> 
>>Can someone help me to install eContent?
>>I have got Expresso working however when I extract eContent into
>>different folders it corrupts Expresso.
>>
>>Which directory should the JAR be extracted to?
>>This instruction is not very descriptive!
>>
> 
> 
> With the  `econtent-2-01-src.jar' goto the directory where expresso web
> applicated is located. For example on my machine it is
> 
> /opt/jakarta-tomcat-4.1.7/webapps/expresso
> 
> so I change directory
> 
> % cd /opt/jakarta-tomcat-4.1.7/webapps/expresso
> 
> and then unpack the jar file.
> 
> % jar tvf econtent2-01-src.jar
> 
> 



-- 
Peter Pilgrim         +-----\ +-++----++----+
Java Technologist     |     | | ||    ||    | 'n' Shine
                       |  O  | | ||  --+| ---+
         /\            | ._  / | | \  \ |    |
        /  \           | | \ \ | |+--  || ---+ A new day
       /_  _\  "Up"    | | | | | ||    ||    | is coming
         ||            +-+ +-+ +-++----++----+
<home page="http://www.xenonsoft.demon.co.uk/" />




More information about the Opensource mailing list