Hi, Yuying, That's a warning message which you can ignore. It won't cause any specific problem to run Apache with JRun4. JRun4 doesn't ship connector source tree like JRun 3.x. In order to recompile JRun4 connector, you have to download JRun4 SDK OEM kit. Here is a general step for this.
JRun4 SDK OEM kit download : http://www.macromedia.com/software/jrun/oem/ Recompilation : - Unix/Linux platform 1. Unzip JRun4 SDK OEM kit. 2. Move to JRun4 SDK apache connector source tree % cd {jun4sdk-root}/src/connectors/apache 3. Just run 'make' tool if it is in your path. % make all If it is successful to recompile them, there are two Apache so modules to be generated. mod_jrun.so for Apache 1.3.x mod_jrun20.so for Apache 2.0.x If you want to adopt your Apache headers and library, you need to modify 'Makefile' include directive. I hope this helps. Thanks. Woojin Choi Macromedia JRun Tech Support. -----Original Message----- From: Zhang, Yuying [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 9:38 AM To: JRun-Talk Subject: How to recompile web connector on JRun4.0 Hi, Does anyone know how to recompile Jrun4.0 connector? We have apache and JRun4.0 on seperated unix machines, and I've set up apache to connected to JRun. However, everytime I started apache, it gave a warning message as: Loaded DSO /export/home/jrun4/lib/wsconfig/1/mod_jrun.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) Your help is greatly appreciated! YZ ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
