How to deploye the java application in web logic server
please brief explain with screen shot please help me ?
Answers were Sorted based on User's Feedback
through admin console we can deployee the application, first to login to the admin console and left side panel click the deployment button and right side click the install button,next to click the Upoad in ur file, next to Browse the Application file & click on next select the Target server & click on next &finish.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / skiran.logic
We can deploy applications thru several ways.
Like :
1. Administration Console
2. weblogic.Deployer commandLine Utility
3. WLST scripting tool
4. autodeployment feature if we're running our application
in development mode.
5. Third party tool.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ravi
Throw command line java Weblogic.deployer _adminurl _username _password _appname _source _targets
| Is This Answer Correct ? | 0 Yes | 2 No |
what are the benefits of classpath?
What are middleware servers?
Explain the difference between dynamic and non-dynamic changes in the console?
How is the logging implementation specified in web logic?
Write a program to call the store procedure of oracle that takes no parameter?
What is meant by thread dump and how can we take?
what is struck threadump?
What is the difference between txdatasource and datasource?
Do you require JDK/JRE for installing a WL Domain?
How do I learn what codesets are available in oracle? : BEA Weblogic
I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic
Write a program to bind string values in a preparedstatement?