This document lists and describes tools and utilities used in WebLogic Server 7.0 developer activities.
Tools from third-party vendors that are listed here are mentioned in various places in WebLogic Server documentation. Their inclusion on this page or elsewhere in our documentation does not imply official endorsement by BEA for use with our products, and we make no representation as to their quality or effectiveness.
The System Administration Console is a Web browser-based graphical user interface for managing WebLogic Servers. Its management capabilities include configuration, stopping and starting servers, monitoring server performance, monitoring application performance, viewing server logs, and editing application deployment descriptors.
Examines EJB interfaces and bean classes and serialised deployment descriptors, and generates the support classes needed to deploy the bean in a WebLogic Server EJB container.
Examines the contents of a staging directory and builds the standard J2EE and WebLogic-specific deployment descriptors based on the servlet classes and EJB classes.
WebLogic Server includes the following utilities:
weblogic.ant.taskdefs.ejb.DDInit
Creates the deployment descriptors for Enterprise JavaBeans 1.1.
weblogic.ant.taskdefs.ejb20.DDInit
Creates the deployment descriptors for Enterprise JavaBeans 2.0.
weblogic.ant.taskdefs.war.DDInit
Creates the deployment descriptors for Web applications.
weblogic.ant.taskdefs.ear.DDInit
Creates the deployment descriptors for Enterprise Applications.
Runs an applet in a separate frame, keeps a record of all the downloaded classes and resources used by the applet, and packages them into either a .jar file or a .cab file.
Displays information about your computer's operating environment, including the manufacturer and version of your JDK, your CLASSPATH, and details about your operating system.
Searches an HTTP server log file in common log format, finds the Java classes loaded into it by the server, and creates an uncompressed .zip file that contains those Java classes.
Takes the standard output from a Java application run in verbose mode, finds the Java classes referenced, and creates an uncompressed .zip file that contains the Java classes.