Batch Files

Listings C.48C.50 are the batch files meant to compile the source code present in the directories ejb_components_src and web_components_src, and finally put the deployables into the deployable_components directory. Execute the batch files in the order of their listing.

Listing C.48. compile_ejb_components.cmd
 rem ############################################################################# rem Name of file:compile_ejb_components rem COMPILING AND CREATING JAR FILE FOR EJB APPLICATION rem ############################################################################# set WEBLOGIC_DOMAIN=C:\bea\user_domains\mvc_app_domain set DEVELOP_DIR=C:\MVC_Application set EJB_DIR=%DEVELOP_DIR%\ejb_components_src set DEPLOY_DIR=%DEVELOP_DIR%\deployable_components ...

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.