Server User Manual

Table Of Contents
Chapter 8: Using JBuilder with IBM WebSphere servers 77
Deploying
By default in WebSphere 5.x, the stdout and stderr streams are redirected to log files at
application server startup. To view the output in JBuilder when you start the server in
JBuilder:
1 Start the server.
2 Start the Administrative Console from the JBuilder Enterprise menu.
3 Choose Servers|Application Servers|<server_name>|Process Definition|
ProcessLogs.
4 On the Configuration page, set the Stdout File Name and the Stderr File Name to
Console.
Deploying
The following sections describe deploying to both the WebSphere Application Server
5.x and the WebSphere Application Server 4.0.
Using the DD Editor
The DD Editor has several WebSphere-specific pages for information that applies only
to WebSphere servers. For information about using the DD Editor to edit J2EE
modules, see Chapter 11, Editing J2EE deployment descriptors. Whenever a
WebSphere-specific page is displayed in the DD Editor, you can press F1 for help on
that particular page. Youll also find it convenient to have a copy of your servers
documentation handy to look up the type of information your server requires in the
deployment descriptors.
To prepare to deploy a deployable module, follow the steps outlined for your version of
WebSphere:
WebSphere Application Server 5.x
This section explains how to deploy remotely and locally to the WebSphere Application
Server 5.x.
Remote deploying
WebSphere Application Server 5.x supports remote deployment using the Deployment
Manager version of the application server. The Deployment Manager must be
configured to manage the remote server instance. Please refer to your server
documentation for more information.
Once you have configured your Deployment Manager to manage the remote server
instance, you can deploy to the remote server instance in JBuilder if you follow these
steps:
1 Right-click the archive node you want to deploy in JBuilders project pane and
choose Properties.
2 Select Deployment in the tree to display the Deployment page and make sure the
General tab is selected.
3 Set the Cell Name to the Deployment Managers cell name.
4 Set the Node Name to the remote server node name.
5 Set Server Name to the remote server name.
6 Click the Connection tab.
7 Set the Connection Type field to SOAP or RMI.