|
Listed below are the ways to deploy a Web Application on Pramati Server.
- Copy the
.war file to <install_dir>/server/nodes/default/archives/autodeploy directory.
- From the Server Shell use
deploy command. Say help deploy for usage of the deploy command. Supply the full path to the packaged .war as argument to the deploy command. You can also supply path to the doc_root directory.
- Connect to Administration Console. Click Configure > Web Applications > Deploy.
- Use
deploytool. Goto <install_dir>/server/bin/ and run batch file rundeploy.bat.
- Connect to Server using
remoteshell. Goto <install_dir>/server/bin/ and run batch file remoteshell.bat -node default. Then use the deploy command as described in step 2.
- Use Pramati ANT task.
|