Weblogic commands in unix .


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Weblogic commands in unix .
# 1  
Old 07-09-2011
Weblogic commands in unix .

Hi ,
i want to know web logic commands in Unix which we can use from server.
Like commands for deploying applications etc .
Any link will also be helpful.
# 2  
Old 07-09-2011
Code:
java weblogic.Deployer -adminurl http://localhost:7001 -username weblogic    -password weblogic -deploy -upload c:\localfiles\myapp.ear

Go here for more.
# 3  
Old 07-09-2011
Thanks,

You know other unix commands for web logic which i can use from command prompt.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX commands

hi all, I need to delete a file name. also with the same name with tar extension should not be deleted. I am not sure about the command without dleteing the tar file can you tell me please. ls -ltr oracle1202.txt oracle1201.txt oracle1201.tar.gz (3 Replies)
Discussion started by: ramkumar15
3 Replies

2. Homework & Coursework Questions

Unix commands Help

I am struggling with one of my assignment questions, not sure how to go about coding it question is 2. The fille ~eliwp/marks is a colon separated list of students and their marks. Write a script to process this file printing out the id's of the students that have failed the module.... (2 Replies)
Discussion started by: tina_2010
2 Replies

3. Solaris

Is Weblogic useful for unix admins?

Hi, I Need small conformation that "Upto what extent Weblogic is useful for Admins? Need help ASAP...PLz do the Favour. Thanx in Advance...... (0 Replies)
Discussion started by: viswanathkishor
0 Replies

4. UNIX for Advanced & Expert Users

how to check weblogic server status in Unix machine

Hi All,Could anybody help in suggesting how to check the weblogic server status in a Unix machine? ps -ef |grep "startWeblogic.sh" The above command would give the running status but can anyone throw some light how to check if it is in hung/down state. Thanks (1 Reply)
Discussion started by: RSC1985
1 Replies

5. UNIX for Dummies Questions & Answers

Running UNIX commands remotely in Windows box from Unix box – avoid entering password

I am able to run the UNIX commands in a Windows box from a UNIX box through "SSH" functionality. But whenever the SSH connection is established between UNIX and Windows, password for windows box is being asked. Is there a way to avoid asking password whenever the SSH connection is made? Can I... (1 Reply)
Discussion started by: D.kalpana
1 Replies

6. UNIX for Advanced & Expert Users

Unix Commands Help Please!

Hey everyone. I need to perform a certain task that I have some idea of how to do but not much. Thanks, Chris (3 Replies)
Discussion started by: cvb724
3 Replies

7. HP-UX

Unix Commands

HP 9000/800 Server running HP-UX UNIX Server, users are connected via LAN and dialup connection. Need help to write SHELL SCRIPT or UNIX Commands which would perform the following: -ping IP address of all login/connected users to our server -send customized text message to all the login... (1 Reply)
Discussion started by: Moinul Haque
1 Replies

8. UNIX for Dummies Questions & Answers

Maingrame to UNIX sending UNIX commands

I want to know if there is a way to send unix commands thru FTP from a mainframe to kick off Autosys Jobs. I just need to send a command from the mainframe to UNIX and have UNIX execute that command. (2 Replies)
Discussion started by: skammer
2 Replies

9. UNIX for Dummies Questions & Answers

Unix Commands

Where can I get a list of basic commands ? I want to get up to speed as soon as possible ? thanks..... (4 Replies)
Discussion started by: drukkie
4 Replies

10. UNIX for Dummies Questions & Answers

unix commands

where can i get a list of UNIX commands? my tech teacher asked me today if i knew where to get them, i told him to go here...then he told me to do it...so here i am. please help (3 Replies)
Discussion started by: emeacham
3 Replies
Login or Register to Ask a Question