Note: The Workshop.properties file is required for proper
operation of WebLogic Workshop. The visual development environment will
not function if this file is corrupted or deleted. Use caution if you
choose to edit this file, and make a backup copy of the original version.
All properties in this file may be overridden on a per-user
basis by specifying a value for that property in the user's .Workshop
file. It is recommended that changes be made to the .Workshop file instead
of this file. See .Workshop
Configuration File.
The Workshop.properties file specifies
global (for this machine) configuration properties for the WebLogic Workshop
visual development environment. Each property that may be set is listed
below with its default value.
Workshop.properties is located in BEA_HOME\weblogic700\workshop.
Workshop.properties is a Java property
file that is read as a java.util.PropertyResourceBundle.
As such, the following characters must be escaped with a backslash ('\')
if used in a property value: {, },
=, :, \, and EOL.
Properties
controls.applicationView.enabled=1
Determines whether the AppView control is enabled in the
WebLogic Workshop visual development environment. Note that the AppView
control require an additional license. The AppView control is pre-configured
in the workshop sample domain.
defaultJndiDataSource=cgSampleDataSource
The JDBC data source that is used by default by new Database
controls.
paths.serverRoot=localhost
Specifies the hostname that is used in communication with
WebLogic Server. May be set via the "Name" setting on the Paths
page of the Preferences Dialog.
paths.port=7001
Specifies the port that is used in communication with
WebLogic Server. May be set via the "Port" setting on the Paths
page of the Preferences Dialog.
paths.rootDirectory=C\:\\bea\\weblogic700\\samples
In association with paths.domain,
determines the path to the domain directory of the WebLogic Server configuration
against which WebLogic Workshop runs. May be set via the "Config
directory" setting on the Paths page of the Preferences Dialog.
To use a remote WebLogic Server, mount or map the parent
of the server's domain directory to a local mount point or drive letter,
then specify that mount point or drive letter here.
paths.domain=workshop
In association with paths.rootDirectory,
determines the path to the domain directory of the WebLogic Server configuration
against which WebLogic Workshop runs. May be set via the "Domain"
option menu on the Paths page of the Preferences Dialog.
paths.browser=C\:\\Program
Files\\Internet Explorer\\IExplore.exe
Specifies the path to the browser application that is
launched when the "Debug->Start" or "Debug->Start
and Debug" menu actions are selected.
paths.httpRoot=http\://localhost\:7001
Specifies the root of the URL used to test web services
when the "Debug->Start" or "Debug->Start and Debug"
menu actions are selected.
paths.startCmd=startWebLogic
Specifies the command used to start WebLogic Server when
the "Tools->Start WebLogic Server" menu action is selected.
paths.stopCmd=stopWebLogic
Specifies the command used to stop WebLogic Server when
the "Tools->Start WebLogic Server" menu action is selected.
paths.classPath=C\:\\bea\\jdk131_02\\jre\\lib\\rt.jar;
C\:\\bea\\weblogic700\\workshop\\stdlib.jar;
C\:\\bea\\weblogic700\\server\\lib\\weblogic.jar
Specifies the class path that the WebLogic Workshop visual
development environment uses to find classes. Used in code completion
and error highlighting. Add class files or JAR files to this path to enable
code completion and recognition of additional Java classes.
The separator between class path entries is operating
system specific. Use semicolons on Windows systems and colons on Unix
and Linux systems.
recent.lastFiles=C\:\\bea\\weblogic700\\samples\\workshop\\applications\\samples\\HelloWorld.jws
Specifies the default list of files opened in the previous
WebLogic Workshop visual development environment session. File names are
separated by semicolons. This value is overridden by the same property
in the .Workshop file in the user's home directory. See .Workshop
Configuration File.
recent.lastProject=C\:\\bea\\weblogic700\\samples\\workshop\\applications\\samples
Specifies the default project opened in the previous WebLogic
Workshop visual development environment session. This value is overridden
by the same property in the .Workshop file in the user's home directory.
See .Workshop Configuration
File.
source.display.fontName=Monospaced
Specifies the font used in Source View. May be set via
the "Font" setting in the "Source view font" section
of the Display page of the Preferences Dialog.
windows.font=SansSerif
Specifies the font used for the WebLogic Workshop visual
development environment's user interface elements (menus, dialogs, etc.)
in non-English locales.
windows.font_en=Tahoma
Specifies the font used for the WebLogic Workshop visual
development environment's user interface elements (menus, dialogs, etc.)
in English locales.
Related Topics
Preferences Dialog
.Workshop Configuration
File
Configuration File Reference