>From Chapter 23 of the Developing Applications with JRun guide, here's a description of what the runtime folder is and what it's used for: "JRun uses the /runtime directory for loading beans and properties at startup. The EJB engine manages this directory and modifying the files in this directory is generally not recommended. In addition to the deployed bean jars, JRun copies the following files from the /deploy directory to the /runtime directory at start-up: ejipt_exports.jar: This file contains the stubs for the object and any additional classes that will be exported to clients on demand. This file is created by the Deploy tool and is copied to the /runtime directory by JRun at startup. ejipt_objects.jar: The remote and home interface implementations (ejb objects). This file is created by the Deploy tool and is copied to the /runtime directory by JRun at startup. runtime.properties: This file is generated by the Deploy tool in the /deploy directory and is copied to the /runtime directory by JRun at startup. At startup JRun determines if the contents of the /deploy directory have changed since the server was previously run. If so, JRun will check time stamps and copy newer files to the /runtime directory. In addition to the above files, there is usually at least one yourbeans_ejb.jar file in the /runtime directory." So it looks like something's going on with your runtime folder - maybe it's missing, or isn't where it's expected to be. -----Original Message----- From: Hartsfield, Kelly [mailto:[EMAIL PROTECTED]] Sent: Monday, February 26, 2001 11:00 AM To: JRun-Talk Subject: RE: How can the request be redirected by my web server directly t o th e servlet engine! Hi All, I'm having a problem with my default server not starting correctlly. This is the error I'm getting in the log file: JRun 3.0 3.00.3694 Starting default... Current Locale: en_US Loading scheduler Loading logging Error: Runtime directory C:\JRun\servers\default\runtime not found Does anybody know what this means? Thanks, Kelley Hartsfield ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
