Foreign articles, original url https://ofbiz.dev.java.net/servlets/projectforummessageview?messageid=1055&Forumid=281
Theme Re: Shared Libraries with Tomcat Date 2003-8-26 23:40:18 Main Yes, The OFBIZ Tomcat Is Somplex ... But it "shouth" be
As Simple As Deploying Each War File;)
Here is what i've done .. and it's running on tomcat 4.1.18 as well
AS 4.1.24: (On Linux, Macosx and Win / 2K)
Ran the appropriate catalina deploy ant tag ... The Made Sure TAG ...
FOLLOWING FILES where there .. (from the $ catalina_home)
Shared / classes have the folload files ..
Cache.properties
Cybersource.properties
Debug.properties
EntityEngine.xml
General.Properties
Inventoryalerts.properties
JNDISERVERS.XML
Localdtds.properties
Payflow.properties
Payment.properties
Produrties
SECURITY.PROPERTIES
Security.xml
ServersTats.properties
ServiceEngine.xml
Taxware.properties
TYREXDOMAIN.XML
Url.properties
$ Ch / Shared / Lib Has The Following Files:
DataVision.jar
Edenlib.jar
JPublish.jar
Minml.jar
Axis.jar
Batik.jar
Bsf.jar
Bsh.jar
CACTUS.jar
Carol.jar
Castor-0.9.3.9.jar
CLUTIL.jar
Commonapp.jar
Commons-beanutils.jar
Commons-cli.jar
Commons-Collects.jar
Commons-dbcp.jar
Commons-digester.jar
Commons-discovery.jar
Commons-fileupload-1.0-dev.jar
Commons-fileupload.jar
Commons-httpclient.jar
Commons-logging.jar
Commons-pool.jar
Commons-vfs-providers.jar
Commons-vfs.jar
Cvslib.jar
Dom4j.jar
ENHYDRA-JDBC.JAR
Fop.jar
FreeMarker.jar
hsqldb.jar
IText-0.92.jar
Jacl.jar
Jakarta-orom-2.0.6.jar
JAKARTA-POI-1.5.1-final.jar
JasperReports-applet.jar
JasperReports.jar
Jaxrpc.jar
JCalendar.jar
JMS_1.0.2A.jar
Jonas_timer.jar
Jotm.jar
JOTM_IIOP_STUBS.JAR
JOTM_JRMP_STUBS.JAR
js.jarjta_1.0.1.jar
Junit.jar
Jython.jar
Log4j.jar
Logkit-1.0.jar
Lucene-1.2.jar
mm.mysql-2.0.14-bin.jar
Monolog.jar
ObjectWeb-DataSource.jar
OFBCORE-DATAFILE.jar
OFBCORE-Entity.jar
OFBCORE-EXTENTITY.JAR
OFBCORE-EXTUTIL.jar
OFBCORE-minilang.jar
OFBCORE-Rules.jar
OFBCORE-Service.jar
OFBCORE-Share.jar
OFBCORE-Webapp.jar
OFBCORE-WORKFLOW.JAR
OTS-JTS_1.0.jar
PostgreSQL.jar
RemoteexperimentServer.jar
saaj.jar
Sapdbc.jar
TYREX-1.0.jar
Velocity-1.3.jar
Velocity-dep-1.3.jar
Weka.jar
Wsdl4j.jar
Xalan.jar
Obviously, Not All Are Needed. It Has Been Much Quicker To Just
Load them up!;;)
If You Cannot Change The Default Tomcat Configuration, Then You'll
Have to Load Up Each WebApp / lib .. however, I'm not sure what thing
Will Do To The Shared Functions ...
Adjusted the server.xml to point to my offbiz working dir ..
Previously, Modified The Ecommerce Deployment Descriptor To
Remove unused tag liblibs .. But I think andy has this in cvs now ..
Depending on where you grabed the source ... you may wish
Review the web.xml .. as tomcat actually relies on it.
Modified the EntityEngine.xml with appropriate dbms Configuration
Info ..
Fired it Up ....