简体   繁体   中英

Creating weblogic domain on unix/linux?

I need to create new weblogic domain on ubumtu server which does not have GUI ? I did google but did not find any steps where i could install with GUI on linux/ubutntu server.

Is there any command for linux with which i can create domain ?

It should be straightforward. Please, find below few links where you can find all the steps: https://docs.oracle.com/cd/E20593_01/doc.560/e23613/config_weblogic.htm https://blogs.oracle.com/blogbypuneeth/entry/steps_to_create_a_domain

I hope this can help you

You have two other option besides GUI which are console mode installation and silent mode installation.I recommend console mode, it is easier than silent mode.

1) console mode installation https://docs.oracle.com/cd/E13196_01/platform/docs81/install/console.html

2)silent mode installation

https://docs.oracle.com/cd/E13196_01/platform/docs81/install/silent.html

Till 11g domain creation you can use console mode. If you run config.sh by default you will get console mode if GUI is not available.

For 12c console mode is not available hence you must use wlst to create domains.

Have you tried using xming by enabling X11 forwarding? This might be helpful: https://askubuntu.com/questions/tagged/x11-forwarding

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM