How to specify domain name when starting a new domain

Hello everyone,
Each time I used startWLS.sh (I installed weblogic8.1, and copied start script
from $home/weblogic81/server/bin/startWLS.sh to my new directory) to start the
server, the domain name is always "mydomain". How can I provide the domain names
by myself?
Thank you.
Iris

Set domain name in config.xml
<Domain ConfigurationVersion="7.0.1.0" Name="mydomain">
thanks,
Deepak
"Iris" <[email protected]> wrote:
>
Hello everyone,
Each time I used startWLS.sh (I installed weblogic8.1, and copied start
script
from $home/weblogic81/server/bin/startWLS.sh to my new directory) to
start the
server, the domain name is always "mydomain". How can I provide the domain
names
by myself?
Thank you.
Iris

Similar Messages

  • KSLD how to specify kernel name when run ksld command on host

    I am trying to use KSLD v1.0 and I could not reproduce similar result shown on KSLD User Guide. I followed almost everything on KSLD User Guide except I don't know how to specify kernel name when running ksld command. Here is what I have tried.
    #ksld -t debug /ksld-space/slo8/proto/root_sparc/platform/sun4u/kernel/sparcv9/unix 99
    I can only get unix and krtld read in. (ksld_dbx)modules could not show any modules *.o
    When I use this
    #ksld -t debug /ksld-space/slo8/proto/root_sparc/platform/sun4u/kernel/sparcv9/genunix 99
    then I can only read on genunix.
    Example on KSLD User Guide use unix.281, what is unix.281 created or obtained from target.
    I noticed some SUN Tachnical Support Guru are online to answer questions, thank you for your quick reply.

    I am having the same problem, did you get a solution?
    Thanks,
    I am trying to use KSLD v1.0 and I could not reproduce
    similar result shown on KSLD User Guide. I followed
    almost everything on KSLD User Guide except I don't
    know how to specify kernel name when running ksld
    command. Here is what I have tried.
    #ksld -t debug
    /ksld-space/slo8/proto/root_sparc/platform/sun4u/kernel
    sparcv9/unix 99
    I can only get unix and krtld read in.
    (ksld_dbx)modules could not show any modules *.o
    When I use this
    #ksld -t debug
    /ksld-space/slo8/proto/root_sparc/platform/sun4u/kernel
    sparcv9/genunix 99
    then I can only read on genunix.
    Example on KSLD User Guide use unix.281, what is
    unix.281 created or obtained from target.
    I noticed some SUN Tachnical Support Guru are online
    to answer questions, thank you for your quick reply.

  • How to specify realm name when calling weak( ) method on ServletAuthentication class?

    I've created a bunch of custom realms and for a specific user logon (form based "uname" and "pword"), the system knows exactly which custom realm to look up against. However, in using ServletAuthentication class, one can only specify realm name in strong(req, res, realmName), not the weak() method. Any clue?
    -john

    Hi John,
    Did you find the answer to this question? I'm having a similar problem when calling the ServletAuthentication.assertIdentity() method.
    Cheers,
    Vidar

  • How to specify LPAR Name when connecting to AS400

    Hi,
    I am able to configure OS400 out of box adapter and able to do the reconcilation.
    How ever we would like to fetch the As400 accounts from a PARTICULAR PARTITION.
    Do we have this provision in OS400 out of box adapter?
    Could you please provide any samples to specify the partition name in the url/in the fetching query.
    Thank you,
    Mani

    The issuse was resolved.
    Using the IP is equivalent to the LPAR name. So, it should not make any difference.

  • I had two numbers for one of my contacts and I deleted one because it's no longer in use. But why does it appear when I type in the name (when starting a new message) with the word "other" next to it?

    And how do it delete that "other" number entirely from my phone? I've tried deleteing the contact and adding it in again, but it still appears
    Also, on an unrelated note, my phone tends to turn off at 10-7 percent. How can I fix this so it turns off after 1 percent? (the phone doesn't turn on after it turns off by itself unless you charge it)

    1. Don't wait until your phone completely discharges before charging the battery. To help with the battery percentage reset your phone. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider should one appear until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.
    2. The phone remembers recently used items in addition to stored items. So the contact you want to delete is presently in the recently used category. If that phone number is not used it will eventually disappear from your phone. Patience IDs the key here.

  • How to create two domains name in one active directory domain service .server 2012 ??

    Hi there 
    I want to try sharepoint foundation and office web apps server .
    I installed server 2012 sharepoint found 2013 sql server 2012 and create a new forest on active directory domain sevice 
    now I want to install office web apps server 2013 but when I run the setup said me can't install office web apps server on the domain name that installed sharepoint .
    how can I create second domain name on this active directory domain service to install office web apps server ?
    help me please I'm new and just want to try sharepoint and office web apps server .
    mostly I need to create MS access custom web app and I need the web place to run my access custom web app on this server and because I live in iran can't create and sign up for office 365 and sharepoint online so i'm forced to run them on my system .help
    me to complete ths server ?
    Greate Regards :
    Raha
    whit the best regard : Raha

    Hi,
    For how to Use Office Web Apps with SharePoint 2013, the below links should be what you want to refer to:
    Configure Office Web Apps for SharePoint 2013
    http://technet.microsoft.com/en-us/library/ff431687.aspx
    Video: Configure Office Web Apps for SharePoint 2013
    http://technet.microsoft.com/en-us/library/dn455088.aspx
    How Office Web Apps work on-premises with SharePoint 2013
    http://technet.microsoft.com/en-us/library/ff431685.aspx
    In addition, for further assistance for Sharepoint, I suggest you post in the SharePoint forum.
    Regards,
    Yan Li
    Regards, Yan Li

  • How to specify alias name in system property while making 2way SSL con ?

    Hi All,
    I am tring to run a java client with 2way SSL which uses CAC card as keystore for the client. I have addded the following system property in my client program to make it work and change the java.security file to add pcks11 provider.
    System.setProperty("javax.net.ssl.keyStoreType", "pkcs11");
    System.setProperty("javax.net.debug", "ssl");
    The program works fine and handshake is successfully done . But the problem is when i have more than one trusted certificate in the CAC card, it take a default certificate. I want to specify the certificate that should be used to do the client auth maybe specify the alias name . I didnt find any system property to do so.
    Please let me know how to specify alias name as system property so that the 2way SSL used the specified alias for the client auth or is there any other way to specify the alias name. As in case i acccess the server URL from any browser i get a certificate selection prompt and the connection is established with the selected certificate.
    Thanks in advanced,
    Ruhul

    I didn't find any system property to do so.There isn't one.
    Please let me know how to specify alias name as system propertyYou can't.
    You would have to write a custom KeyManager. See the JSSE Reference Guide.

  • Domain name when my windows machine (pc) is on VPN

    Hi!
    Last week I had issue to get doman name Solaris machines and with the help of folks here I could solve the issue. After a gap of 1 week I have to work on the same assignment and now I have issue to get domain name when my windows machine (pc) is on VPN. It may be possible, with VPN I may not be able to get the domain.
    h1. What is needed?
    I am looking for a java Api which can return me "myCompany.com", when my PC is on VPN.
    Following if the out put of ipconfig
    C:\Documents and Settings\sgupta>ipconfig
    Windows IP Configuration
    Ethernet adapter Local Area Connection:
    Media State . . . . . . . . . . . : Media disconnected
    Ethernet adapter Wireless Network Connection 2:
    Connection-specific DNS Suffix . : guest.myCompany.com
    IP Address. . . . . . . . . . . . : 10.202.0.76
    Subnet Mask . . . . . . . . . . . : 255.255.252.0
    Default Gateway . . . . . . . . . : 10.202.0.254
    PPP adapter MyCompanytronix US Aventail VPN:
    Connection-specific DNS Suffix . : myCompany.com
    IP Address. . . . . . . . . . . . : 128.181.213.220
    Subnet Mask . . . . . . . . . . . : 255.255.255.255
    Default Gateway . . . . . . . . . :
    h1. What is already tried?
    <ol><li>I have tried InetAddress API's but they return "global.myCompanytronix.com" from the local configuration.</li>
    <li>I also tried the following library to get the domain name and that fails to get the same.</li>
    <ol><li>[http://www.dnsjava.org/|http://www.dnsjava.org/]. </li>
    </ol>
    </ol>
    Kindly give me some clues if you have.

    Update-PROBLEM FIXED by verizon support. I called my local verizon wireless store, who quickly got me tech support after running through a few things. I didn't know you could disable power management for just one device, but verizon tech support did! So you go into device manager, expand universal serial bus controllers, right click the first "root hub", click the power tab, and see if your device shows up. If it doesn't, continue this process through all the root hubs until it does.
    When you find it, select it, and click the power management tab on the far right. Uncheck "allow the computer to turn off this device to save power". Restart the computer to save this setting. Then test it by putting the computer to sleep.
    It did take about 30 seconds until the pantech uml 290 was connected, but it connected successfully three times in a row. I'm very happy with both the verizon store and verizon tech support. They were both very helpful and pleasant to talk t, and efficiently resolved the problem. I still think you pay too much for mobile broadband, and am a little put off that the problem existed in the first place, but I'm very happy to have this problem resolved.
    One other piece of info. I got was that there is an upgrade, pantech 295 usb modem for only 30.00. So if I have any more problems I'll just try that.  (It's still a wired, not wireless device, which I prefer.)

  • Does anyone know why or what is the reason when starting a new iMac with Lion a gray bar sometimes appears when loading software?

    Does anyone know why or what is the reason when starting a new iMac with Lion, sometimes a gray bar appears under the Apple that begins to shade to dark as it loads OS?  It does this on occasion.  One time the system loaded was VERY slow and terrible colors.  Pulled the plug, re-started the computer and it did not do this.  As I say, its only on occasion, not every time.  I noticed in the discussion page there were problems listed for 10.6 nothing for Lion.
    Please advise, if possible.

    You should see this 4 option menu.  Click on Disk Utility:
    In Disk Utility, Select FIRST AID and then VERIFY and then REPAIR the disk.
    Ciao.

  • How to raise mail notification when ever the new event is added to calendar list in sharepoint 2010?

    Hi experts, I need guidance or the way how we can raise mail,
    When ever the new item is added / updated / deleted / cancelled to a calendar list in SharePoint 2010.
    Shall we achieve it through using SharePoint designer 2010.
    If its help to fix the requirement.
    Thanks and Regards,
    Dhayanand Kalimidi

    >I need to send the mail before 1 week from the date
    This is different requirement. Initially you said you want send email when item is added / updated / deleted in list. For this you can use default alert to send instant email as  suggested before. 
    Now if you want to send reminder email then you can use designer WF and calculate the due date by using variable. Refer this link for your ref:
    http://mysharepointchronicles.wordpress.com/2012/11/05/sharepoint-list-with-workflow-email-reminder-set-to-send-30-days-from-created-date/
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/3211ee00-92de-47f1-b611-4c9609f92ab7/how-do-i-set-sharepoint-2010-to-send-a-reminder-email-a-month-after-a-date-already-listed?forum=sharepointdevelopmentlegacy
    Remember event receiver can not send reminder email or scheduled email so for this either use designer WF or create timer job.
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • 6.1 What is the Domain Name when using LDAP

    Hi,
    We are currently installing Tidal 6.1, we are going to integrate Oracle Directory Server for LDAP (not AD).
    Qustion is, what is the domain name we have to provide when we install?
    Master and CM both on Linux.
    Thanks!

    Do you know any document which shows LDAP compatibility?
    I havent seen on Intsallation Guide.
    Problem is, when I install, linux servers are on different network (domain) but LDAP contains different domain details. Wondering how Tidal check the domain details when authenticating.
    When we give LDAP domain details, it gives following error.
    WARN:  javax.security.auth.login.LoginException: [LDAP: error code 49 - Invalid Credentials]
    Anyone know how to increase log level to debug?
    Thanks!

  • How to avoid JMS validation when starting weblogic server

    Hi All,
    When starting up WebLogic server, it will validate JMS destinations one by one for deployed applications.
    If I don't connect the VPN, then these JMS destinations are not reachable, and WebLogic Server will spend a lot of time to try connecting to these JMS destinations.
    Thus it will take a lot of time to startup the WebLogic Server.
    How can I disable JMS validation when starting weblogic server?
    Thanks and Regards!

    Hi Daniel,
    By blank do you mean that the screen is black? Is it gray? Is it blue? The word "blank" is vague when trying to determine and isolate startup issues.

  • How to specify term file when using static html to run webforms 10g

    I'm using static HTML to run forms
    document.writeln('<PARAM NAME="serverArgs" ');
    document.writeln(' VALUE="escapeParams=true module=genoa.fmx userid= sso_userid=%20 sso_formsid= sso_subDN= sso_usrDN= debug=no host= port= term=/forms90/hsd65html/genoa.res"> ');
    I'm specifying the term as term=/forms90/hsd65html/genoa.res.
    During forms startup I get the message unable to read the file. I can bwoense the file by http://server/forms90/hsd65html/genoa.res
    Any idea how to specify the term file in static html.
    Thanks

    term is not a http address, but a directory address. So, you have to specify the path on the server:
    term=c:\oracle\forms90\.....

  • How to access Disk utilities when starting up.  Is it Shift, Apple , R?

    How do I access Disk Utilities when starting up.  Is it Shift, Apple, R?

    If your objective is to get into the recovery partition, try COMMAND + R keys.
    Ciao.
    If you are still on Leopard OSX, it will not work.

  • How do I stop my contacts old phone number from appearing when starting a new text message

    I changed one of my contacts phone number, but when I start a new text message their old phone number appears along with their new number. I have checked my contact information and only their new number is in there.

    No fix for that yet, take a look at this link, https://discussions.apple.com/thread/4363225?start=0&tstart=0

Maybe you are looking for

  • How to display response of http request as a web page in ABAP?

    Hi all, In ABAP, we can use class <b>cl_http_client</b> to send a http requst and then got the response data as a XSTRING variable. Usually, the response data is the html source of a web page. How to display this web page within dynpro? I found we ca

  • Screen shots with ipad air

    Hi, how do I take screen shots on the ipad air? I seem to be shutting my ipad down when I try holding the off switch and the home key.

  • SQL server requirement in UCCE

    I met one problem: we need to use CUIC 8.5 to query an external data source. According to the BoM from CISCO, only SQL 2005 is supported. i would like to share the SQl 2005 of HDS or other UCCE SQl 2005. Is it possible?

  • Processor speed "v" Memory?

    Looking at the Options list in the Apple Store. When dealing with images in Adobe Lightroom, or similar, which is the better option of thees two when spec'ing an Air: 1) faster processor (1.7  Core i7over a 1.4 Core i5) or 2) 8GB of Memory over 4GB?

  • Flowcomposer updateAllControllers Error #1009

    Hello Forum, I get Error #1009 when I'm calling flowcomposer.updateAllControllers of my textflow AND the text is too big to fit in my container... TypeError: Error #1009: Cannot access a property or method of a null object reference. at flashx.textLa