简体   繁体   English

在UNIX / Linux上创建Weblogic域?

[英]Creating weblogic domain on unix/linux?

I need to create new weblogic domain on ubumtu server which does not have GUI ? 我需要在没有GUI的ubumtu服务器上创建新的weblogic域吗? I did google but did not find any steps where i could install with GUI on linux/ubutntu server. 我做了谷歌,但没有找到可以在Linux / ubutntu服务器上用GUI安装的任何步骤。

Is there any command for linux with which i can create domain ? 有可以用于创建域的Linux命令吗?

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 请在下面找到一些可以找到所有步骤的链接: 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. 除了GUI之外,还有两个选项是控制台模式安装和静默模式安装。我建议使用控制台模式,它比静默模式容易。

1) console mode installation https://docs.oracle.com/cd/E13196_01/platform/docs81/install/console.html 1)控制台模式安装https://docs.oracle.com/cd/E13196_01/platform/docs81/install/console.html

2)silent mode installation 2)静默模式安装

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

Till 11g domain creation you can use console mode. 直到创建11g域,您都可以使用控制台模式。 If you run config.sh by default you will get console mode if GUI is not available. 如果默认情况下运行config.sh,则在GUI不可用时将进入控制台模式。

For 12c console mode is not available hence you must use wlst to create domains. 对于12c控制台模式不可用,因此您必须使用wlst创建域。

Have you tried using xming by enabling X11 forwarding? 您是否尝试过通过启用X11转发来使用xming? This might be helpful: https://askubuntu.com/questions/tagged/x11-forwarding 这可能会有所帮助: https : //askubuntu.com/questions/tagged/x11-forwarding

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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