Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress Servlet Development Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

3.6 Installing the Compiled Object Files

The files that hold the compiled servlets, filters, and listeners must be located in the path the servlet container uses for runtime library loading. An environment variable contains the path. The name of the environment variable depends on the operating system. See Appendix C for a list of environment variable names for each operating system that HydraExpress supports.

To install the compiled object files, copy the files to a directory specified in the runtime library loading path. Note that the startup scripts provided with HydraExpress add the <installdir>/lib directory (for UNIX or Linux) or the <installdir>\bin directory (for Windows) to the appropriate environment variable before invoking the servlet container. The HydraExpress Agent loads compiled objects in that directory with no additional configuration.

For the HelloWorldExample servlet, the example makefiles copy the compiled library to the appropriate directory. On UNIX or Linux, the makefiles copy the compiled library to the directory <installdir>/lib. On Windows, the makefiles copy the DLL to the directory <installdir>\bin.



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved. All Rights Reserved. Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. HydraExpress is a trademark of Rogue Wave Software, Inc. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.