WAS 6.1 Profile Creation
>> Monday, November 2, 2009
C:\
WAS6.1
jdbcDrivers
logs
profiles
sharedLibs
[WAS_HOME]\bin\ProfileManagement\pmt.bat
- Select the Advanced profile creationoption
- Select Deploy the administrative console & Deploy the default application
- Set the profile name and directory to WASDev[0n] and C:\WAS6.1\profiles\WASDev[0n] where [0n] is the profile number
- Select Create the server using the development template
- Unselect Make this profile the default
- Specify the following Node name: localhostDevNode[0n]
- Specify the following Host name: localhost
- DO NOT enable administrative security
- Specify Default Port Values
- Uncheck Run the application server process as a Windows service
- DO NOT Create a web server definition
- Wait until the Profile Management Tool wizard has completed
- Do not run the First Steps Console
Application server environment to create: Application server Location: C:\WAS6.1\profiles\WASDev02 Disk space required: 200 MB Profile name: WASDev02 Make this profile the default: False Node name: localhostDevNode02 Host name: localhost Enable administrative security (recommended): False Administrative console port: 9060 Administrative console secure port: 9043 HTTP transport port: 9080 HTTPS transport port: 9443 Bootstrap port: 2809 SOAP connector port: 8880 Run application server as a service: False Create a Web server definition: False
<entries xmi:id="VariableSubstitutionEntry_9" symbolicName="JAVA_HOME" value="C:/PATH_TO_WAS_INSTALLATION/java" />
<entries xmi:id="VariableSubstitutionEntry_9" symbolicName="JAVA_HOME"
value="${WAS_INSTALL_ROOT}/java" />In the same file, set the value of ORACLE_JDBC_DRIVER_PATH and other JDBC drivers paths if necessary to C:\WAS6.1\jdbcDrivers
readme.html startWAS61.bat stopWAS61.bat WAS 6.1 Console
SET WAS_USER_SCRIPT=C:\WAS6.1\profiles\TDADev02\bin\setupCmdLine.bat
SET USER_INSTALL_ROOT=C:\WAS6.1\profiles\TDADev02
SET JAVA_HOME=%WAS_HOME%\java
SET WAS_CELL=qcdev584Node05Cell
SET WAS_NODE=localhostDevNode02
REM Set the default OSGI -X and -D java ARGS.
SET OSGI_INSTALL=-Dosgi.install.area="%WAS_HOME%"
SET OSGI_CFG=-Dosgi.configuration.area="%USER_INSTALL_ROOT%"\configuration
REM SET ITP_LOC=%WAS_HOME%\deploytool\itp
REM SET CONFIG_ROOT=%WAS_HOME%\config
SET CONFIG_ROOT=%USER_INSTALL_ROOT%\config
SET CLIENTSAS=-Dcom.ibm.CORBA.ConfigURL=file:%USER_INSTALL_ROOT%/properties/sas.client.props
SET CLIENTSOAP=-Dcom.ibm.SOAP.ConfigURL=file:%USER_INSTALL_ROOT%/properties/soap.client.props
SET CLIENTSSL=-Dcom.ibm.SSL.ConfigURL=file:%USER_INSTALL_ROOT%/properties/ssl.client.props
SET JAASSOAP=-Djava.security.auth.login.config=%USER_INSTALL_ROOT%/properties/wsjaas_client.conf
SET WAS_EXT_DIRS=%JAVA_HOME%\lib;%WAS_HOME%\classes;%WAS_HOME%\lib;%WAS_HOME%\installedChannels;%WAS_HOME%\lib\ext;%WAS_HOME%\web\help;%ITP_LOC%\plugins\com.ibm.etools.ejbdeploy\runtime
REM SET WAS_BOOTCLASSPATH=
REM SET CLIENT_CONNECTOR_INSTALL_ROOT=%WAS_HOME%\installedConnectors
SET CLIENT_CONNECTOR_INSTALL_ROOT=%USER_INSTALL_ROOT%\installedConnectors
SET WAS_CLASSPATH=%WAS_HOME%\properties;%WAS_HOME%\lib\startup.jar;%WAS_HOME%\lib\bootstrap.jar;%WAS_HOME%/lib/j2ee.jar;%WAS_HOME%/lib/lmproxy.jar;%WAS_HOME%/lib/urlprotocols.jar;%JAVA_HOME%\lib\tools.jar
SET WAS_PATH=%WAS_HOME%\bin;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;%PATH%
SET WAS_LOGGING=-Djava.util.logging.manager=com.ibm.ws.bootstrap.WsLogManager -Djava.util.logging.configureByServer=true
SET QUALIFYNAMES=
@echo off SETLOCAL set WAS_USER_SCRIPT=C:\WAS6.1\profiles\TDADev02\bin\setupCmdLine.bat call "%WAS_HOME%\bin\startServer.bat" %* ENDLOCAL & set MYERRORLEVEL=%ERRORLEVEL% if defined PROFILE_CONFIG_ACTION (exit %MYERRORLEVEL%) else exit /b %MYERRORLEVEL%
- Start the WAS server by launching startWAS61.bat
- Open the WAS console by launching "WAS 6.1 Console"
C:\WAS6.1\profiles\TDADev[0n]\config\cells\[host]Node[0n]Cell\nodes\localhostDevNode[0n]\servers\server1
Have fun,
Laurent Read more...