Redirect Root Url to Specific App

Hi everybody,
I like to auto redirect my apex server url to a specific app. I am using an XE 11.2 Linux with embedded Gateway.
Redirect from http://80.228.224.61/ to http://80.228.224.61/apex/f?p=100
,so that the App is called directly - actualy I see the Index of - XDB?
So how I place a index.html with a redirect at url root - or is there an more elegant way?
regards
Ralf

Hi,
the point is - I would like to enter the domain directly - it looks awful when I enter the ip (later the domain) an I am getting :
Index of /
Name
Last modified
Size
images/ Wed, 26 Oct 2011 13:20:38 GMT
images_201110261519/ Wed, 26 Oct 2011 13:19:23 GMT
public/ Tue, 22 Mar 2011 16:54:00 GMT
sys/ Tue, 22 Mar 2011 16:55:05 GMT
On my internal Servers I had handled this by making a simple redirect via the linux apache (Port 80) to an OHS (Port 7780 or 8080) - but this wont work here - cause I have to handle this all on Port 80.
The actual view to this domain is always a redirect to port 8081 (http://www.pflege-los.de -> http://web.landkreis-oder-spree.de:8081/apex/f?p=100). This causes mainly problems - cause if there are people behind a proxy (most only forward 80 / 443 / 8080) they wont get access and google will grab all data to the server not the domain. So I have already an crutch ;-) ...
I managed to get an Port 80 redirect from our sysadmin. So there is only a little step left ;-) befor I can move the domain to this ip ...
I would like to have an clean way. If I have to - I will give the OHS a try - but it will be difficult to convince the sysadmin to install the OHS ;-) ...
regards
Ralf
PS: the "regular" apache is always in use on this server - i dont have the ability to use it!
Edited by: Ralf M. on 24.09.2012 14:54

Similar Messages

  • I'm migrating a WP site to BC. I want to use a web app for their Blog...is there any way to have the web app item show in the root url vs root-url/web-app-name/web-app-item-name?

    I'm migrating a WP site to BC. I want to use a web app for their Blog...is there any way to have the web app item show in the root url vs root-url/web-app-name/web-app-item-name?

    Hi Justin,
    There's nothing like that atm. Please see http://forums.adobe.com/message/4730854
    Cheers,
    -mario

  • How do I change the context-root of a web app with a deployment plan?

    I've been trying to figure this out for several hours.
    I'm deploying a .ear file which sets the context root for the single web application it deploys in its application.xml deployment descriptor:
    <application>
    <display-name>MyApp</display-name>
    <module>
    <web>
    <web-uri>MyAppViewControler.war</web-uri>
    <context-root>MyApp</context-root>
    </web>
    </module>
    </application>
    I want to change the context-root from /MyApp to something else when deploying the ear file. It seemed to me that using a deployment plan was the way to do this. But when I use this plan:
    <deployment-plan>
    <application-name>MyApp<application-name>
    <variable-definition>
    <variable>
    <name>NEWCONTEXTROOT</name>
    <value>foobar</value>
    </variable>
    </variable-definition>
    <module-override>
    <module-name>MyApp</module-name>
    <module-type>ear</module-type>
    <module-descriptor external="false">
    <root-element>application</root-element>
    <uri>META-INF/application.xml</uri>
    <variable-assignment>
    <name>NEWCONTEXTROOT</name>
    <xpath>/application/module/web/context-root</xpath>
    </variable-assignment>
    </module-descriptor>
    </module-override>
    </deployment-plan>
    I get an error:
    weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    /bea/user_projects/domains/devod1/nullplan.xml:0: problem: cvc-complex-type.2.4a: Expected element 'web-uri@http://java.sun.com/xml/ns/javaee' instead of 'context-root@http://java.sun.com/xml/ns/javaee' here in element web@http://java.sun.com/xml/ns/javaee:<nullplan.xml>
    I looked at http://e-docs.bea.com/wls/docs103/pdf/deployment.pdf which says:
    "You cannot use a deployment plan to change the context-root in an application.xml
    file. However, if an application is deployed as a library, you can either change the
    context-root through an weblogic-application.xml file or use the deployment plan
    to change the context-root in an weblogic-application.xml file."
    I don't understand what this means. I'm not deploying my application as a library.
    Does anyone know how to change the context-root for an application?
    Any help would be greatly appreciated!

    Hi James,
    I am quite new to Welogic if i am wrong please correct me.I have re-deployed my application (.war) with this Plan.xml
    &lt;?xml version='1.0' encoding='UTF-8'?&gt;
    &lt;deployment-plan xmlns="http://www.bea.com/ns/weblogic/deployment-plan" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/deployment-plan http://www.bea.com/ns/weblogic/deployment-plan/1.0/deployment-plan.xsd" global-variables="false"&gt;
    &lt;application-name&gt;BrowserR08.003&lt;/application-name&gt;
    *&lt;variable-definition&gt;*
    * &lt;variable&gt;*
    * &lt;name&gt;CONTEXTROOT&lt;/name&gt;*
    * &lt;value&gt;BrowserWeb/servlet/BrowserServlet&lt;/value&gt;*
    * &lt;/variable&gt;*
    * &lt;/variable-definition&gt;*
    &lt;module-override&gt;
    &lt;module-name&gt;BrowserWeb.war&lt;/module-name&gt;
    &lt;module-type&gt;war&lt;/module-type&gt;
    &lt;module-descriptor external="true"&gt;
    &lt;root-element&gt;weblogic-web-app&lt;/root-element&gt;
    &lt;uri&gt;WEB-INF/weblogic.xml&lt;/uri&gt;
    &lt;hash-code&gt;1231953167814&lt;/hash-code&gt;
    *&lt;variable-assignment&gt;*
    * &lt;name&gt;CONTEXTROOT&lt;/name&gt;*
    * &lt;xpath&gt;/weblogic-web-app/context-root&lt;/xpath&gt;*
    * &lt;operation&gt;add&lt;/operation&gt;*
    * &lt;/variable-assignment&gt;*
    &lt;/module-descriptor&gt;
    &lt;module-descriptor external="false"&gt;
    &lt;root-element&gt;web-app&lt;/root-element&gt;
    &lt;uri&gt;WEB-INF/web.xml&lt;/uri&gt;
    &lt;/module-descriptor&gt;
    &lt;module-descriptor external="true"&gt;
    &lt;root-element&gt;wldf-resource&lt;/root-element&gt;
    &lt;uri&gt;META-INF/weblogic-diagnostics.xml&lt;/uri&gt;
    &lt;/module-descriptor&gt;
    &lt;/module-override&gt;
    &lt;config-root&gt;/export/home1/tecapp/BrowserR08.003/plan&lt;/config-root&gt;
    &lt;/deployment-plan&gt;
    I do not know wether i will require the other module descriptor definition in this Plzn.xml. Now when I go to following link.
    Deployments --&gt; MyApp --&gt; Testing
    It gives me following url as a test page:
    http://localhost:7001/BrowserWeb/servlet/BrowserServlet
    as soon as i click on to the above link it redirects me to following.
    http://localhost:7001/BrowserWeb/servlet/BrowserServlet/servlet/BrowserServlet
    Same if i remove these context-root part my normal Testing menu shows me following link as my webapp access path
    http://localhost:7001/BrowserWeb &lt;-- My war file name is BrowserWeb.war so it is default name of my deployed application if i am not wrong
    and as soon as i click on above link it redirects me to the following one.
    http://localhost:7001/BrowserWeb/servlet/BrowserServlet
    It means application server know that my full web access page is with '*servlet/BrowserServlet*' because its adding it in both the cases.
    What I want is a constant URL whcih does not change?
    Hope this helps :)

  • Problems streaming specific App-V applications from specific distribution point. Cannot find any KB article on the error?

    Hi there,
    Some clients are having trouble streaming specific app-v packages from a specific distribution point.
    sftlog.txt shows the following on the client:
    [05/14/2014 10:39:25:442 AMGR WRN] {tid=E7C}
    Attempting Transport Connection
    URL:
    https://APPVSERVER:443/NOCERT_SMS_DP_SMSPKGE$/VirtualAppStreaming/AGR00215/{85738DDB-F118-48F3-9459-47354509E464}/AGR00215.sft
    Error: 2460410A-40002EFD
    [05/14/2014 10:39:25:458 JGSW ERR] {hap=34:app=APPNAME 2.0 2.0.0.0:tid=1334:usr=*****}
    The Application Virtualization Client could not connect to stream URL 'https://APPVSERVER:443/NOCERT_SMS_DP_SMSPKGE$/VirtualAppStreaming/AGR00215/{85738DDB-F118-48F3-9459-47354509E464}/AGR00215.sft' (rc 2460410A-40002EFD, original rc 2460410A-40002EFD).
    [05/14/2014 10:39:25:458 SWAP ERR] {hap=34:app=APPNAME 2.0 2.0.0.0:tid=1334:usr=****}
    The client was unable to connect to an Application Virtualization Server (rc 2460410A-40002EFD)
    I have recreated the DP based on the best practice for removing the DP and re-adding, as we've had other app issues which needed tidying up, but that has not fixed this issue.
    I have searched for the above error (The client was unable to connect to an Application Virtualization Server (rc 2460410A-40002EFD) but I get no results.
    Please help me with this, I've deleted the DP content and re distributed the content to the DP with no change.. If I remove the DP, the content is able to be streamed from other DP's no problem.
    Cheers
    Max
    Max Christopher

    It looks as though this may have been sorted out  - A re bind of the computer cert on the DP to the default website https binding seems to have resolved this for me.
    Max Christopher

  • The URL /access/oblix/apps/webgate/bin/webgate.so is reserved for use by Or

    Hi,
    I am integrating OAM10g with Oracle E-Business Suite 11i(11.5.10.2). I have the following components/versions installed.
    OID 10.1.4.3
    Oracle Access Manager 10g (10.1.4.3)
    Oracle HTTP Server 11g
    Weblogic 10.1.4.3
    OAM WebGate 10g(10.1.4.3)
    Everything looks fine and I am getting the login page when I hit 'http://hostname:port/fndauth/OAMLogin.jsp" but it gives http 500 error when I give username/password and click on the login button. I see the following error in ohs.log.
    [2012-12-26T12:07:36.3007-05:00] [OHS] [ERROR:32] [OHS-9999] [apache2entry_web_gate.cpp] [host_id: dm1dszap02] [host_addr: 172.18.68.198] [tid: 2918448032] [user: appoimd] [ecid: 004oSHrYwUXEOPKMyUnZ6G0006mB0001eo] [rid: 0] [VirtualHost: main] The URL /access/oblix/apps/webgate/bin/webgate.so is reserved for use by Oracle Access Manager and has been used with incorrect parameters., referer: http://dm1dszap02.corp.nyx.com:7778/ebsauth_nfind4/OAMLogin.jsp
    [2012-12-26T12:07:36.3009-05:00] [OHS] [ERROR:32] [OHS-9999] [odl_log.c] [host_id: dm1dszap02] [host_addr: 172.18.68.198] [tid: 2918448032] [user: appoimd] [ecid: 004oSHrYwUXEOPKMyUnZ6G0006mB0001eo] [rid: 0] [VirtualHost: main] Request Failed for : /access/oblix/apps/webgate/bin/webgate.so, Resp Code : [500], referer: http://dm1dszap02.corp.nyx.com:7778/ebsauth_nfind4/OAMLogin.jsp
    Any help on this would be highly appreciated.
    Thanks,
    Imtiaz

    thanks,
    the login post goes to /access/sso, but now i am getting 404 error /access/sso
    Below is what I currently have the following in httpd.conf, which is the same as in a working environment.
    The web gate policy resources include /portal and /public, but no mention of /access. How does web gate know how to intercept /access/sso?
    [2010-01-28T10:50:42.9609+11:00] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: p1uawbs02] [host_addr: 10.252.16.223] [tid: 18] [user: oracle] [ecid: 0000Pa_5qz3BP9s5Gj0Fyf0001rV00009_] [rid: 0] [VirtualHost: main] File does not exist: /u01/app/oracle/product/11.1.1/ohs1/instances/instance2/config/OHS/ohs1/htdocs/access
    #*** BEGIN WebGate Specific ****
    LoadFile "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oblix/lib/libgcc_s.so.1"
    LoadFile "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oblix/lib/libstdc++.so.5"
    LoadModule obWebgateModule "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oblix/apps/webgate/bin/webgate.so"
    WebGateInstalldir "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access"
    WebGateMode PEER
    <Location /access/oblix/apps/webgate/bin/webgate.cgi>
    SetHandler obwebgateerr
    </Location>
    <Location "/oberr.cgi">
    SetHandler obwebgateerr
    </Location>
    <LocationMatch "/*">
    AuthType Oblix
    require valid-user
    </LocationMatch>
    #*******Default Login page alias***
    Alias /oamsso "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oamsso"
    <LocationMatch "/oamsso/*">
    Satisfy any
    </LocationMatch>
    #*** END WebGate Specific ****

  • Document type declaration for root element type "web-app" must end with ' '

    I am attempting to deploy an application (.war file) using the Sun Access Manager Agent installed, (Reference http://docs.sun.com/app/docs/doc/819-3201/6n5eht3k4?a=view -near the bottom) and I get this error:
    Error loading deployment descriptors for ajacs Line 3 Column 19 -- The document type declaration for root element type "web-app" must end with '>'.
    Here is the relavent code:
    <!DOCTYPE web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
    http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <web-app>
    <filter>
    <filter-name>Agent</filter-name>
    <filter-class> com.sun.identity.agents.filter.AmAgentFilter </filter-class>
    </filter>
    <filter-mapping>
    <filter-name>Agent</filter-name>
    <url-pattern>/*</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>INCLUDE</dispatcher>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>ERROR</dispatcher>
    </filter-mapping>
    <display-name>AJACS</display-name>
    <welcome-file-list>
    <welcome-file>frameSet.jsp</welcome-file>
    </welcome-file-list>
    etc...
    Now, when I remove the parts that http://docs.sun.com/app/docs/doc/819-3201/6n5eht3k4?a=view said to add, it deploys just like it used to deploy- just fine with no errors. However, I add that code and it breaks.
    Note: The code was a straight copy/paste, so if there is any error in the code, it is because it's written incorrectly on the Sun doc website.
    Any help would be MUCH appreciated. Thanks!

    Well, if that was pasted on one line, it would be:
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    So it's supposed to be that way. I just tried it with the extra quotes, and no dice...

  • Unable to login to specific apps users in R12.1.3

    Dear All,
    We have R12 application running on IBM AIX power on machines.
    Recently we have faced some hardware problem in the server and after replacement of hardware, we are facing this issue.
    "Login failed. Please verify your login information or contact the system administrator."
    The root cause of this issues is specific apps users status are inactive.
    Hence we are unable to change the password also.
    Kindly suggest us to overcome this problem.
    Thanks in Advance,
    Gunasekar K.

    We have tried to reset the password using sysadmin but when retyping password in forms shows as "Login failed. Please verify your login information".
    Was the change saved successfully to the database?
    We have tried to reset the users password using FNDCPASS also but its not showing any error message, even not able to login again.
    For both cases you should find more details about the error in the logs (error_log* and access_log* -- Enable debug as mentioned below).
    Using sysadmin, when we query the specific users information, it shows that status as "INACTIVE" and even these users are not end-dated.
    Are you sure the new password was saved successfully?
    I have crosschecked access.log and error.log, there is no information related error.
    Are there any errors in the database log file? Any invalid objects?
    Please enable debug as per (R12, 12.1 - How To Enable and Collect Debug for HTTP, OC4J and OPMN (Doc ID 422419.1)) and check the logs then.
    Thanks,
    Hussein

  • Accessing specific app server instance with proxy

    We are running WLS 6.1 SP4 and WebLogic Portal 4.0 SP3. We are running a cluster
    with an apache web server out front acting as a proxy. We have HTTP_PORT defined
    as 80 in web.xml for the Apache server. The app servers are running on port 8501.
    We've noticed that when we try to access our application on a specific app server
    by going to the app server address and port directly, the URL's that are created
    in the response HTML pages by the createWebflowURL tags contain the web server
    port instead of the app server port.
    We're wondering if there is anything that we can configure so that a client can
    come in through the web server or through a specific app server instance and have
    the application URL's still work (i.e. handle both cases dynamically). While
    the createWebflowURL tag seems to use request.getServerName() it does not seem
    to use request.getServerPort() as we'd expect. Instead, it uses the hard-coded
    HTTP_PORT or the app server port if HTTP_PORT is not specified.
    Any ideas? Without this, it appears difficult to execute tests on a specific
    app server for monitoring purposes when running with a proxy server and a cluster.
    Regards,
    Jeff

    For anybody who reads this expecting a resolution, I eventually found out the cause of the problem... Dodgy nvram. After looking a little closer, I noticed the date had reset to pre-epoch and was not getting more than 3 seconds past the hour. After resetting the date/time, the same problem was apparent. I reported this to Sun who swapped out the nvram and everything is back to normal.
    Oh, and when I set the date to post-epoch, the JVM worked fine again.

  • Button that does not redirect to url

    can i create button that does not redirect to url
    to perform a function or action on page, for instance
    i want button to call plsql function but not redirect
    Message was edited by:
    windo

    Hi,
    Yes you can...
    When you create the button, don't set anything for the page / URL redirect. Then go to your pl/sql process definition and set it to fire "when button pressed..." Finally, just make sure you either have a branch set, as a default, redirecting back to your current page or create a branch specifically for "when button pressed..." as well. I usually create a default branch back to the current page for any page that can be submitted with a sequence of 999 (and no conditions) so that it is (usually) the last redirect that is evaluated. This will always save the error "No page to redirect to..." and also saves creating a bunch of unnecessary branches
    Hope this helps,
    Mike

  • Problem with roaming for specific apps

    Hi :)
    I have a problem with my iPhone 4s:
    When i use roaming on my iPhone 4s i try to save some money by turning off roaming for specific apps, but one day for ca. 3 weeks ago it stopped working!
    Some apps can use roaming but some can't ;(
    There are like 10 apps always turned on, but if i try turning roaming off for an app that is on already it wont work!
    If i close settings and reopen it, the app is now denied using roaming!
    If i try allowing an app it changes but still wont work and after some time it gets in the same possission i cant change!
    I have never experienced this before and i could't find an answer on google ;(
    If you know how to fix it please respond to me here :)
    ~somonekilledme
    P.S: Im really sorry if there are bad english here, but im mot english sooooo..... yeah

    You are on the right track suspecting DHCP conflicts.
    To configure your "roaming network" connect your "slave" Extreme to your main Internet router - either directly or through a switch - and place it in "bridge mode". That will work.
    A router will be distributing IP addresses using DHCP. Anything connected to it should be configured as a bridge, the essential difference being that a bridge does not distribute IP addresses.
    I do not believe your "slave" Extreme will function connected as it is to the "main" Extreme, but may work if you assign it a static IP address. It is not unusual for it to retain this static IP after having been changed to DHCP if its lease is still valid.
    The OK article you referenced must be terribly outdated if it is referring to AirPort Admin Utility. That has not been used in about a decade. Read this one:
    Wi-Fi base stations: Extending the range of your wireless network by adding additional Wi-Fi base stations
    Unfortunately its screenshots refer to AirPort Utility 5.6, which has been replaced with the prettier, though less useful 6.2.

  • I signed up for my apple account while living in Canada, and now I lives in the US. I am looking for a specific app that apparently is only available through the US app store. How can I change my account to the US Apple Store?

    I signed up for my apple account while living in Canada, and now I lives in the US. I am looking for a specific app that apparently is only available through the US app store. How can I change my account to the US Apple Store?

    As long as you have a form of payment (credit or debit card) with a USA source, and with a billing address in the USA, then you just need to change your payment information on your account to that, change your country in the store settings, and you will then be able to shop in the USA store.
    Your AppleID will work in any country's store, as long as your payment source and billing addres are also specific to that country (and you are in that country as well, as there may be IP filters in place to stop use outside of the country).

  • Is there a way to create custom clientlibs that only apply to a specific app?

    for example, i'd like to add some custom widgets specific to a custom application, say apps/mycustom1, but i don't want these custom widgets available for my other custom application, say apps/mycustom2.  this is because i plan to have a www.mycustom1.com and www.mycustom2.com.  from what i've read so far, you can add your own custom clientlib widget by adding to the categories "cq.widgets".  but if i do this, my custom widget will show up for mycustom1 and mycustom2 apps.
    on a somewhat related note, i've found that the following online doc: http://dev.day.com/docs/en/cq/current/developing/components/clientlibs.html, regarding overriding libraries in /libs, does not work.  i've tried creating my own apps/cq/ui/widgets clientlib, but all it did was include my apps/cq/ui/widgets clientlib along with the libs/cq/ui/widgets clientlib.  I have the clientlib set up the same way as the cq widgets clientlib and tried overriding the js.txt, but when loading my page, it pulls down both widgets.js in apps and libs.  are the docs incorrect here?
    thanks,

    I'm trying to do things "out of the box", which means i'm trying to reuse the existing clientlibs.  this means i'm making use of wcm/core/components/init/init.jsp, which includes the "cq.wcm.edit" clientlib.  i believe the easiest way for me to do this is for me to create a "custom.wcm.edit" category which will include my "mycustom1.widgets" along with "cq.widgets", but then this forces me to copy/paste the entire init.jsp into my apps folder.  i was hoping for a better way than to have to copy the entire init.jsp just to change up the specific categories used for a specific app.
    as for your question, i got down this path as i was trying to add my own custom placeholders to display in edit mode as i've created my own custom components.  but with what i've read online, the way to do it is just to add to "cq.widgets" with my own widgets clientlibs, which would make it available to all apps in the system.

  • IPhone 5, Is there a way to stop screen rotation for specific apps?

    The automatic screen rotation feature is useful - sometimes, and just plain annoying other times.  I prefer to read my e-mail in portrait mode, however the slightest movement or rotation while doing so will cause the screen to rotate (with the phone generally still in portrait position).  I then have to shake the phone to get it to rotate back.  This is very annoying.
    I would like to be able to lock the screen rotation for only a single app (e.g. mail) while still keeping it active for the camera, or videos.  Many of the book programs that I use, have this feature built-in, however this question is for apps that do not have this built-in.
    The built in rotation lock is all-or-nothing, and is generally a pain to use.  It adds another step to just about everything I do (If I read mail, then want to view a video, I have to go back and unlock it).
    Is there a way to lock the screen rotation for a specific app?

    I would have expected this function to be available in settings where the application specific settings are located.  (At least for the major applications like e-mail).

  • Specific language for a specific app ?

    Hi all,
    I've been a mac user for a few decades, but I now come across a specific need for the first time.
    Is there an easy way to make it so that a specific App (Logic Pro X as a matter of fact) opens up in a specific language (English) while the preferred language in System Prefs is different (French) so that all other apps open in French by default?
    I know of a way to have LPX opening in English by changing the preferred language to English in the Systems Prefs, but I have to (remember to) manually change this setting in the System Prefs every time before I open it, and change it back every time after closing it to keep using the rest of my Mac in French.
    What I'm looking for is a specifi feature (or Utility) that would enable me to specify that LP X must use English language (countrary to all other apps) once and for all, without having to suffer this manual hassle every time. Preferably, I'd rather not "delete" all other languages but English from the LP X package (just in case I would need to use it in French at some point in the future ; I know, I ask for a lot here).
    Any idea how to achieve this?
    Many thanks in advance!

    Tom, kudos to you, this indeed solved it!
    Contrary to my post above, on second thought I went to the Terminal solution first, so as to directly amend default settings, by fear that if I swapped the lproj folder names in the app package this might cause funny little things later on if I update the app to a new version with new functionalities, extra menus, whatever (with consequent additions to these folders; I'm not really sure how an app is updated from v.10.0.9 to v 10.1 for instance...).
    It did it marvelously. The thing to know, for newbies to these things like myself, in case one would read this later on :
    If the app name includes spaces - such as Logic Pro X - make sure to include \ before each of them -  such as Logic\ Pro\ X otherwise the command line won't work.
    Real command line example would therefore be:
    defaults write -app Logic\ Pro\ X AppleLanguages -array en
    Safest is to drag & drop the app icon to an empty Terminal window first, which will display the full app path including its exact name Terminal-wise (including a .app extension which must not be included in the app name as per the command line above).
    This helped my, I hope it will help others as well.
    Regards

  • TS4036 Is it possible to restore data from a specific app that was backed up? How?

    So iCloud has backed up my application and data, great. How do I restore that specific apps data, only?

    Hi Winston,
    When Apple labels this all or nothing function "Reset". I agree 100%. But, without the most elementary functions, like the ability to select files and folders to be restored,  iCloud is a primitive synchronization service, not a back up service.
    I couldn't find any third party back up application using iCloud storage. Is it a legal issue with the license?
    Thanks!

Maybe you are looking for