Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Post Install Guide

   

Problem

A WebObjects application won't connect to the database server.

Checklist

  1. Check that your database server itself is operating correctly.

    Check that the client libraries for your database server are correctly installed on your machine. If so, you can, for example, use the tools supplied with the database server ( isql for Sybase, sqlplus for Oracle, and dbaccess for Informix) to test that you can connect to the server and execute simple SQL commands.

  2. Make sure that the database model file is accessible to your application.

    The model file should be in the Resources directory under the application's .woa directory. Taking the Movies application for example, the directory structure would look like this:

     Movies.woa/
        Movies (the executable file)
        Resources/Movies.eomodeld (the model file)


© 1999 Apple Computer, Inc. – (Last Updated 19 Oct 99)