Customizing Your Development Environment

Once you have your WebLogic server set up, you can start development. Organizing your files into a directory structure will ease the development process. The following sections deal with the directory structure for different J2EE components' development.

Directory Structure for Developing Servlets

The servlets that you create during the course of this book have to go into a directory called classes. The location of this classes directory, in case you wish to deploy it in an exploded format, is as follows:

BEA_HOME\user_domains\mydomain\applications\ShoppingApp\WEB-INF\classes 

Here, ShoppingApp directory is the Web application directory.

If you wish to use a WAR file instead, this WAR file will go directly ...

Get Sams Teach Yourself BEA WebLogic Server 7.0™ in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.