Change default realm name ("WebLogic Server")

Hi,
I'm using WLS5.1 and ACLs, now I'd like to change the realm name
coming up in the browser popup where now "Realm: WebLogic Server"
shows.How can I do this?
Thanks,
tino

Hi,
Not sure which version you use but try this link :
http://download.oracle.com/docs/cd/B25221_04/core.1013/b25209/ports.htm#BABFBDFI
L. Dreef

Similar Messages

  • If default domain name and server name is not accepted weblogic server 6.1 does not start as NT service

    I want to change the domain name and the server name ( I do not want
    mydomain, myserver) while installing
    weblogic as an NT service. After installing and starting weblogic from NT
    services program, weblogic does not start
    But if I start it from the command script, it starts
    Thanks
    madhu

    Hi,
    I could start weblogic as an nt service by changing the name of the
    default server and domain. I had to include password in the
    installNTservice script.
    Thanks
    Madhu
    Michael Young <[email protected]> wrote in message
    news:[email protected]..
    Hi.
    Please open a case with BEA support.
    Thanks,
    Michael
    m holur wrote:
    I want to change the domain name and the server name ( I do not want
    mydomain, myserver) while installing
    weblogic as an NT service. After installing and starting weblogic from
    NT
    services program, weblogic does not start
    But if I start it from the command script, it starts
    Thanks
    madhu--
    Developer Relations Engineer
    BEA Support

  • Can't change debug port on Weblogic server

    Despite changing the port number on the {DOMAIN}/bin/setDomainEnv.sh script and on the {DOMAIN}/init-info/startscript.xml file Eclipse (Galileo + latest OEPE) doesn't honor that.
    When the server is started on debug mode from Eclipse the listening port is 8453 which is the default.
    This is the [Eclipse] console output:
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m
    WLS Start Mode=Development
    CLASSPATH=...............
    PATH=....................
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    Listening for transport dt_socket at address: 8453
    java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode)
    Starting WLS with line:
    java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=/opt/bea/wls10.3.0/wlserver_10.3 -Dwls.home=/opt/bea/wls10.3.0/wlserver_10.3/server -Dweblogic.home=/opt/bea/wls10.3.0/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.ext.dirs=/opt/bea/wls10.3.0/patch_wlw1030/profiles/default/sysext_manifest_classpath:/opt/bea/wls10.3.0/patch_wls1030/profiles/default/sysext_manifest_classpath:/opt/bea/wls10.3.0/patch_cie660/profiles/default/sysext_manifest_classpath -Dweblogic.Name=AdminServer -Djava.security.policy=/opt/bea/wls92/weblogic92/server/lib/weblogic.policy weblogic.Server
    Listening for transport dt_socket at address: 8453
    Any ideas on why this may be happening?
    Thanks.

    Did that.
    This is an extract from setDomainEnv.sh:
    if [ "${DEBUG_PORT}" = "" ] ; then
    *DEBUG_PORT="9000"*
    export DEBUG_PORT
    fi
    But regardless of what I put in there I see this on Eclipse's console:
    /usr/local/jdk1.6.0_11/bin/java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,*address=8453*,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=/opt/bea/wls10.3.0/wlserver_10.3 -Dwls.home=/opt/bea/wls10.3.0/wlserver_10.3/server -Dweblogic.home=/opt/bea/wls10.3.0/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.ext.dirs=/opt/bea/wls10.3.0/patch_wlw1030/profiles/default/sysext_manifest_classpath:/opt/bea/wls10.3.0/patch_wls1030/profiles/default/sysext_manifest_classpath:/opt/bea/wls10.3.0/patch_cie660/profiles/default/sysext_manifest_classpath -Dweblogic.Name=AdminServer -Djava.security.policy=/opt/bea/wls92/weblogic92/server/lib/weblogic.policy weblogic.Server
    Listening for transport dt_socket at address: *8453*
    Now, if I start the server from the command line I see that the dt_socket listens on the port I set in setDomainEnv.sh.

  • Configuring file realm in weblogic server 9.2

    Hi,
    I am trying to upgrade my application from weblogic 6.1 to weblogic 9.2 and I am using compatibility security.
    I have configured a RDBMS realm and then configured the caching realm giving that RDBMS realm as its Base realm.
    Now since caching realm works with file realm. I have to configure this also. Now on click of file realm tab in weblogic 9.2 throws the following error.
    java.lang.RuntimeException: The requested operation is not exposed through JMX in this context: equals
    Caused by: java.lang.NoSuchMethodException: equals(java.lang.Object,) for com.bea:Name=CachingRealm-0,Type=CachingRealm
         at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:369)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:149)
         at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:63)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:149)
         at weblogic.management.mbeanservers.edit.internal.EditLockInterceptor.invoke(EditLockInterceptor.java:141)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:149)
         at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:426)
         at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:377)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:375)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:310)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
         at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         ... 91 more
    Can anyone help me out?
    Thank you
    Njoy
    :-)

    You may still need to define the role in the weblogic.xml file in order for deployment descriptor-based role definition to work (alternatively you could use the WebLogic Server console to define the role and policy).
    You can specify your role "testrole" as "externally-defined" as opposed to mapping it to specific principals.
    See http://e-docs.bea.com/wls/docs92/webapp/weblogic_xml.html#wp1040908
    Jeff

  • Changing WSDL url in WebLogic server

    Hi All,
    I have created a BPEL project and deployed to weblogic server.
    I'm going to send the wsdl url to one of our clients to send data to this BPEL.
    I want to change the URL to be a simple.
    How do i change that?
    Normally it comes as http://<host>:<port>/soa-infra/services/<deployed partition>/<project name>/<client_ep>?WSDL
    How do I change this URL?
    Thanks....
    Edited by: Nir on May 18, 2012 9:39 PM

    Hi,
    Some approaches are:
    * In case you expose your service(s) to the outside world, these service calls usually go through a DMZ. A DMZ often contains proxies, web/HTTP servers, firewalls and/or other applicances that are capable of endpoint virtualization. E.g. use Oracle HTTP Server, Apache HTTP Server, and so on to expose the endpoint at a public address.
    * Use an ESB or appliance for endpoint virtualization.
    Regards, Ronald

  • Identifying Default Version in weblogic server

    Hi All,
    Can anybody can tell me how to identify the default version of BPEL or Mediator interface deployed into weblogic server in SOA11G if they are deployed twice or thrice into weblogic server.
    In 10g we use to identify with a '*' symbol beside the interface name, but how to find out the same thing in Weblogic server.
    Regards,
    CH

    In 11g there is no symbol to see whether it is default version or not. Below are the ways you can check whether it default one ot not.
    1)When you click the process in em console example Project 1.0, If you not able to see the set as default tab then it is running with default version.
    2) Alternatively you can check the webservice URL in that see the SOAP end point. if it ending with something like Soa*unique. If you find this then it is a default version.
    Correct me if i went wrong.
    Thanks,
    Tarak

  • Change mapviewer password in weblogic-server

    Hi everyone,
    I'm trying to change the password of our mapviewer which is deployed in a weblogic-server.
    Both weblogic and mapviewer share the same password at the moment which I want to change --> new password for mapviewer, no change to weblogic-login.
    Using weblogic admin-console I can create new users, but I don't know how (if?) I can assign them to mapviewer.
    Also I couldn't find any configuration files in filesystem where I can change/assign a password.
    Does anybody have an idea?
    Thanks,
    NilsO

    Hi, AlbertoBem and welcome to the Forums
    Unfortunately there is not a convenient way to change a user password. Of course you could delete the user and recreate with a slightly different name and assign a different password. Meanwhile, here is a quote from a previous post on this subject from Tulika Garg with Adobe engineering:
    "There is no provision to retrieve lost password in RHS 8. However I can  offer you a workaround. You need to open the RHS 8 database and look for the  table TRoboUser and then delete the row having ru_UserID value as the  user id that you want to remove. Now when you add that user again,  it will prompt that user does not exist and you can create the user  again, assigning it a new password."
    Many of us are hoping the next release will include a more convenient way to manage this process. It would be great if you could add to our request by making a post to the "wish list" at this address:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    John Daigle
    Adobe Certified RoboHelp and Captivate Instructor
    Evergreen, Colorado
    www.showmethedemo.com

  • Change default short name

    When adding new users to OD ldap creates a default short name that is then used as the default user name for several network services. Other short names can be added and edited, but the default is greyed out. Is there any way of changing the default short names?

    you can edit the shortname in a number of ways. from workgroup manager, enable the details table, and you can edit the records manually.
    you should also be able to edit record attributes via dscl on the command line.

  • Change default image names

    I'm not finding much regarding the new iOS with this question. We have the need to change the default photo name to date and time stamps on the iPhone 4S.. using the lates iOS... is this possible?
    I'm not seeing any way to change image names at all on the phone.
    Thanks.
    Jill

    Click on the image and then do Command+I (Get Information). Where it says 'Open with Preview', change it in the drop-down menu to 'Photoshop' and underneath than click on the button 'Change All'. All images of that type will now open in Photoshop.

  • Removing default realm messes the server.

    We have weblogic 7.0 with jdk1.3.1_03, solaris 2.8. When I removed the default
    realm myrealm it totally messed up the admin console. Below is the exception.
    Did anyone get this problem any time?
    Exception
    java.lang.NullPointerException
         at weblogic.management.console.webapp._domain.__nav._jspService(__nav.java:446)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
         at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:341)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
         at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:115)
         at weblogic.management.console.actions.ForwardAction.perform(ForwardAction.java:35)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
         at weblogic.management.console.actions.internal.ActionServlet.doGet(ActionServlet.java:91)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5360)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3043)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2468)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)

    Could you post this to the weblogic.developer.interest.security newsgroup?
    Shiva Paranandi wrote:
    We have weblogic 7.0 with jdk1.3.1_03, solaris 2.8. When I removed the default
    realm myrealm it totally messed up the admin console. Below is the exception.
    Did anyone get this problem any time?
    Exception
    java.lang.NullPointerException
         at weblogic.management.console.webapp._domain.__nav._jspService(__nav.java:446)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
         at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:341)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
         at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:115)
         at weblogic.management.console.actions.ForwardAction.perform(ForwardAction.java:35)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
         at weblogic.management.console.actions.internal.ActionServlet.doGet(ActionServlet.java:91)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5360)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3043)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2468)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)

  • Can't change file realm on WEblogic demo version

    Is that true that demo version of Weblogic 6.0 doesn't support diffrent
    types of realms

    There is no dufference between the evaluation version and the one you buy.
    They both support only one custom realm per app server instance.
    Danut
    "Marek Mosiewicz" <[email protected]> wrote in message
    news:[email protected]..
    Is that true that demo version of Weblogic 6.0 doesn't support diffrent
    types of realms

  • Change default approver name in ESS leave request

    Hi,
    Please help me..
    I am creating leave request Workflow.
    When i go to ESS and try to create Leave Request, ESS already defaults the Approver, and its in display mode only.
    I see the F4 help in Approver field and when i try to select from F4 help, it does not take new value. It's still the same value as it was default to initially.
    How can i use F4 help and change the default approver name?
    Can anyone please help me...I dont know where the things are missing.
    Thanks in Advance
    Shipra

    Thank you all for your reply..
    When i changed the configuration, now its allowing me to change the approver while submitting the leave request.
    But now it also allows me to enter my user id itself to approve the request
    Is there a way that system allows you to enter only your immediate supervisor or supervisor of the supervisor and so on?
    Please help thanks.
    .shipra

  • Admin can't apply any type of changes because a single weblogic server

    When I try to modify/create "anything" in the admin console of weblogic and I try to apply the changes I am getting this error:
    "*An error occurred during activation of changes, please see the log for details.*
    *Message icon - Error [Management:141191]The prepare phase of the configuration update failed with an exception:*
    *Message icon - Error Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found*"
    I found a workaround, but not the solution yet.
    It seems the problem is caused by a single weblogic server from the domain, if its clustered then from both weblogic servers, or as many as there are.
    The workaround is to search in all the weblogic server in its logs to see which one is reporting this same error when I try to apply the changes. You shut down those servers and suddenly the admin server can apply the changes no problem, then you can re-start the offending weblogic server/s.
    My questions are:
    * Anyone knows how can I know what is deployed or not in a single weblogic server can affect the admin to apply any changes, including anything not related to the weblogic server that is causing the problem?
    * How come is this affecting the admin to apply any changes not related at all with what's in this weblogic server?
    * Why if I shutdown the weblogic servers I can apply the changes and then the offending weblogic servers will start again correctly?
    Is there an effective solution? Since in production environment I can't just go shutting down servers when I need to apply changes through the admin server.
    Scenario:
    WebLogic Server Version: 10.3.5.0 generic install
    jrockit-jdk1.6.0_29-R28.2.0-4.1.0
    Linux x64
    Any help/tips will be apreciated.
    Edited by: ezra-s on 02-oct-2012 11:17

    I found the answer:
    ".apache.xerces.jaxp.DocumentBuilderFactoryImp" is a document builder factory that is specific for JDK 1.4 and will not work on JDK 1.6, which causes the issue".
    It seems the offending webserver as this object in one of their applications which is causing this issue.

  • Can't change default user name on Authentication dialogs

    Due to a corrupt user account, I had to create a new user account. I specified a "2" at the end of my full name i.e. "Full Name 2" because I couldn't use the same full name as the corrupt account.
    I still haven't deleted the old corrupt one yet just in case I need something, however, now that I am using the new account I renamed the new account to "Full Name" without the "2" at the end of it, but for some strange reason OS X still uses "Full Name 2" on the authentication dialog boxes.
    Just to summarise, I do not have an account called "Full Name 2" anymore - I've even updated the contact record - and when I get asked to authenticate via a dialog box, the name defaults to "Full Name 2".
    Not sure why it's still doing this and how do I get rid of it - I just it to default to "Full Name".
    At the moment I can login with both "Full Name" and "Full Name 2".
    I tried deleting some preferences and re-log back in - but this didn't do the trick, but admittedly I may not have trashed the right ones.
    Please help.
    Thanks.

    First, I create a new user account via System Preferences -> Accounts. I gave it a different account name and I entered the same full name. It rejected it saying the full name was already in use, so I renamed the full name to "Full Name 2" just to I can create the account.
    Then, I logged in to the new account. Tested it, set it up how I wanted it.
    Then I logged back in to the old faulty account, and renamed the full name from "Full Name" to "Full Name OLD". I did this via Accounts. I simply double clicked the old account and the edit window showed up. I just renamed the full name field.
    I then edited the new account, and renamed the full name field from "Full Name 2" to "Full Name". Since the original account now had a different name, I was now able to rename the new account to the desired name, i.e. without a "2" in it.
    However - now it shows a 2 in the default account name whenever I need to authenticate something.

  • How can I change default folder names in osx

    Hi i would like to know if i can change the names of default folders like pictures , movies , music etc on my macbook. I did this once and lost all my data (or so i thought ). is there a way to do this without losing access to all my files? any help is appreciated

    mimusman wrote:
    i was just wondering .... with such a powerful machine and software the inability to rename default folders looks like a handicap.
    I must say i don't miss it at all myself but to each his own.
    various applications and system itself depend on those folders to be where they are and have fixed names. renaming them can have highly unpredictable consequences.
    Do you know of any mods or scripts to do this? just curious!
    no, I don't. in general, OS X has NEVER been famous for moddability. exactly the opposite is true and has been OS X philosophy from the beginning. it can be quite annoying at times but that's how it is. if you want high moddability look elsewhere.
    Thanks for the reply
    Message was edited by: V.K.

Maybe you are looking for

  • Need ideas and stuff for a new laptop or netbook.

     Need ideas. I'm lookin to buy a new laptop soon. Next couple months. I want something that runs good, runs fast, doesn't have a lot of junk installed on it and something below $700 dollars (may pay more...just depends). Any brands that are good? I t

  • In PO -Me21N Material PO text field non editable

    Dear All ,               We have specific requirment in PO (ME21N). In Item level ther is free text field "Item Texts". In Item texts we have 4 text fields (1) Item Text (2) Info Record PO text (3) Material Po text (4) Deivery Text As per our configu

  • How can I disable the "cellular is turned off" popup when I'm using Wifi?

    Cellular Data is turned on on my iPhone 6 Plus, but cellular data is turned off on most of the apps.  This is because I have limited cellular data available in my AT&T plan.  When I'm using my iPhone 6 Plus in a WiFi network at home, or elsewhere, I

  • Windows equivalent of "save as" auto-suggest?

    Switched jobs after 4.5 years of heavy windows usage and am encountering small differences here and there with the new mac. One of the items I've encountered is that the "save as" function does not autosuggest the current filename like windows does.

  • How to restore info.plist on my bootcamp.app ?

    After following this instruction https://discussions.apple.com/message/17365855#17365855 I accidentaly overwrite my info.plist and now bootcamp couldn't started. how can I restore my info.plist again?