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 |
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
What are logics in reference to web logic servers?
How many admin consoles possible in a single domain?
what happen when we give www.abc.com in url(what is process)
How do you troubleshoot a crash?
How Work Manager works in wls 9.2 and above versions?
when i am starting my managed server it is coming to admin state.I used to click on resume button in admin console , so that it is comming to running state. How to resolve this problem for ever so that the server will come directly to running state instead of going to admin state?
what is core dump? diff b/w core dump and c dump?
What should an xpath selector look like? : BEA Weblogic
What causes java.io exceptions in the log file of weblogic server?
How do you set the classpath ?
Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?