ibm websphere bind with sqlserver
603
build docker websphere bind with sqlserver
docker run --name testweb2 -p 9043:9043 -p 9443:9443 -p 7777:7777 -v [yourFolder/]:/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/ -v [yourFolder/]:/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ -v [yourFolder/]:/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/D/ --link sqlserver:sqlserver andychentw/websphere8.5
first -v : place apps locate place build in WAS second -v : WAS system log folder third -v : for project in windows, link D:/ to this
user: wsadmin spassword: p@ssw0rd
host: sqlserver user: sa password: p@ssw0rd
如果要變更SQL server的連線設定,或是WAS Debugger mode設定
/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/DefaultCell01/nodes/DefaultNode01/servers/server1/variables.xml
/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/DefaultCell01/nodes/DefaultNode01/servers/server1/resources.xml
/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/DefaultCell01/security.xml
/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/config/cells/DefaultCell01/nodes/DefaultNode01/servers/server1/server.xml
Content type
Image
Digest
Size
1.1 GB
Last updated
about 9 years ago
docker pull andychentw/websphere