Adjustable window title for ttashadow

Hi,
is there a way to overwrite the default window title of a ttashadow
window, as it occurs as pupil
application in a classroom situation.
The common way to tell an X app it's window title,
like
xterm -title my_title
doesn't work in this case.
Is there an app-defaults file for ttashadow? - like
Xedit in /usr/lib/X11/app-defaults on a Linux system.
Kind regards,
Tankred

Tillmann Basien wrote:
Tankred schrieb:
Hi,
is there a way to overwrite the default window title of a ttashadow
window, as it occurs as pupil
application in a classroom situation.
The common way to tell an X app it's window title,
like
xterm -title my_title
doesn't work in this case.
Is there an app-defaults file for ttashadow? - like
Xedit in /usr/lib/X11/app-defaults on a Linux system.
Kind regards,
Tankred
No! There is no resource for the title.
Btw. Be careful with Classroom Shadowing.It does not work in a array.
TABTillman,
nice to read from you.
Is the above a known bug/issue with which version of SGD-EE ?
Thanks,
Roberto
Roberto Zini - r.zini<@AT@>strhold.it
"Has anybody around here seen an aircraft carrier?"
(Pete "Maverick" Mitchell - Top Gun)

Similar Messages

  • Change icon & window title - for Mac projectors? (but not Zinc)

    I need to change the icon and window title for a Mac projector made with CS5 (on Windows).
    I know there are a few solutions for the Windows exe.
    But I can't find an affordable solution for the Mac projector. Any ideas?
    I tried the Windows version of Zinc, it created exactly what I need for both the PC and Mac - but there's no way I'm paying $800+ for Zinc just to change the icon and window title.

    My feeling was that there was a residual window spec left
    over from a previous build. (You can go on adding windows via
    Project>Windows rightclick.)
    Now - if you Open <yourprojectname>.hpj the project
    summary is displayed in dialog format. The first line reads 'This
    file is maintained by HCW. Do not modify this file directly.'
    Nevertheless, it is possible to do so - doubleclick on any of the
    sections to bring up an editable dialog on its settings. There are
    buttons at right, too, that replicate several of the doubleclicks.
    I'm annoyed that I can't remember which file stores all this data
    in an accessible form.
    In the General tab of the resulting Windows dialog there are
    the options to Add, Remove and Include window types and enter/edit
    Title texts. It's worth having a look at what's shown here just in
    case there is an Include being copied from another (and possibly no
    longer available?) project file.
    Perhaps try this (having backed up, of course!!):
    1 Note the required spec for your second window.
    2 Open the .hpj windows dialog and Remove any and all windows
    apart from Main.
    3 Open the project and see if the ghost is still there.
    4 Is it??
    (No-one else going back this far?)
    Brian

  • Q:  Window Titles for Identically Named Objects and Views

    How does such an application described on
    http://java.sun.com/products/jlf/at/book/Windows8.html#50028
    behave when there are 4 Windows and Window #2 is closed ?
    Will 3 and 4 renumbered to 2 and 3 ? or Do they stay and the next Window opened becomes #2 ?

    Aside from testing it yourself, reading the link,
    you the programmer must add "something" to identify
    each windows...
    How shall I test it ? - I don't think SUN is giving
    SMC away for free ...Don't need SMC, it was used as an example, It could be a text editor with multiple windows pointing to the same file object...
    >
    so following that logic, the next window that gets
    opened will be "5"...
    How do you know ? - Is there a reference
    implementation of a swing program ???
    Best explained in this statement from the link...
    If multiple primary windows show views of the same object, distinguish each of the windows by appending the suffix :n to the object name in the window title
    So lets say that I am using multiple Windows (like JFrame) to display the same object... Then as part of the opening sequence for each window would do a check to see if it is the same object, if so, then it would increment an int like int windowNumber; then use the setTitle("myObjectname" + windowNumber)
    since the int windowNumber increments by one each time a new window opens up displaying the same object, then logically it I have 4 windows open, they would be numbered 1-4 with the next one being 5 regardless of whether the other windows are open or not...
    Unless I wrote some code that upon closing a windows, it re-numbers the window... Which brings us to this question below...
    you would need to program something ( like a method
    ) that renumber your windows...
    Really ?!? - That's why I'm asking: HOW should it be
    renumbered ???Well this would be the fun part...
    each window would have a int variable to indicates is number if its the same object...
    each window object will be kept in a list...
    upon closing a windows, it will check all windows containing the same object who ID number is greater than the window ID number of the closed window and decrement them by one... so if window with ID number 2 gets closed, then window with ID number 3,4,5 6 gets decremented by one making its 2,3,4,5 respectively...
    Which means that you will have to create a method that upon closing a windows with an ID number, call the decrement method that iterates through the list and decrements the ID number...
    psuedo code:
    upon windows close call renumber menthod...
    renumberMethod ( windowList,ID , object)
    for (int i=0; i < windowList.size() -1; i ++){
                if ((windowList.getObject() ==object)&&(windowList[i].getID() > ID){
    windowList[i].decrementID();}
    //... some code...
    decrementID(){
    --IDnumber; // where ID number is an instance variable of the Window object
    setTitle(ObjectName + IDnumber);
    Or something along these lines...
    - MaxxDmg...
    - ' He who never sleeps... '

  • Configuring the browser window title for an iWeb-created page?

    Hello all,
    How do you customize the text that appears in the browser window's title for an iWeb-created page? (e.g., at the top of the browser window where it says "Apple - Support - Discussions - etc."). I had assumed that the the name I designated for the page via the Inspector would be used as the browser window title, but instead iWeb is using the first line of text within the page itself.
    Thanks!

    You can do it with a HTML snippet with the following code:
    <script type='text/javascript'>
    parent.document.title = "name you want to appear at the top of the window";
    </script>
    It takes about a second or two to replace the original text as can be seen in this test page.
    Put the snippet box off somewhere where it won't overlap on any other element. It is invisible on the web page and in iWeb until you click on it. I had to do a Select All to find it just now to get the code.
    OT

  • Standalone window title is now file name

    The window title for standalone movies used to come from File
    - Properties - Project Name. Now the standalone window gets the
    title from Project Title (i.e. exported filename) that you enter
    when you publish.
    This is not true for swf files - they show the Project Name
    (from File-Propeties) in the browser's title bar.
    Anyone have a trick for making this work the way it used to?
    I'm reporting this as a bug.

    Hi JeanneMindjet
    Interesting. And a good catch! I hadn't noticed that.
    Cheers... Rick

  • How to change the Window Title on a per build spec basis?

    I would like to be able to make 4 "build specificiations" against the same Startup-VI and be able to have the Window Title different in each of the output executables.   I know how to change the Window Title for the VI itself, but for some reason, I don't see the ability to override this information in Source File Settings --> Customize VI Properties dialog of the build specification.    Is there perhaps a way to do this programattically with VI server?  Perhaps there is a way I can define a unique symbol on each of the build specs and then do a case statement in code to determine which title to display based on the symbol that was defined?
    Thanks,

    You can use the appropriately named Window Title property. In your project you can define conditional disable symbols (right-click on the project node and select Properties) and then use a conditional disable structure in your code. However, these symbols apply to the entire project, not to a specific executable. Thus, a better route would be to use the executable name (also accessible via a property), if possible, or some other distinction between the executables. What makes the executables different?

  • Is a window title changer app possible?

    I haven't been able to find an app for Mac that lets you change window titles for any currently-open windows (the same way http://www.murgee.com/window-title-changer/  does on Windows). I know Terminal has this functionality built in, but I'd like to do this for my IDE and other windows as well to make it easier to commad-tab to the right window.
    Does anyone know of an existing app that does this?
    If not, is such an app even possible or does the OS disallow it?
    Thanks
    -Ben
    System: Macbook Pro  - OS X 10.9.5 (13F34)

    hi, there is no such app because OS X prevents this sort of stuff to block viruses. you won't find this on Macs.

  • ADF launchDialog and window title

    Hello there
    is it possible to set Window title for dialog opened via
    AdfContext launchDialog?
    I am redirecting dialog to another servlet out of Faces context to show some pdf files in the browser.
    What properties are supported for the window properties parameter, except width and height?
    ferdo

    I used the handleLaunch method and then set up the url along with parameters that generates the pdf report:
    public void handleLaunch(LaunchEvent launchEvent){
    parametros = "P_CD_PARCEIRO=" + (codParceiro.getValue()==null?"":codParceiro.getValue()) + "&P_DT_INICIO=" + dtInicio + "&P_DT_FIM=" + dtFim +
    "&P_TP_DOCUMENTO=" + tpDocumento.getValue() + "&P_NU_DOCUMENTO=" + this.retiraMascaraCampo((String)("2".equals(tpDocumento.getValue())?numeroDocumentoCNPJ.getValue():numeroDocumentoCPF.getValue())) +
    "&P_CD_BANCO=" + codigoBanco.getValue() + "&P_CD_AGENCIA=" + codigoAgencia.getValue() +
    "&P_NU_CHEQUE=" + numeroCheque.getValue() + "&P_CD_CLIENTE=" + codigoUnidadeServico.getValue();
    String url = resource.getString("historicocobranca.url") + parametros;
    //Set the url value into the report page (Dialog)
    Object urlObj = url;
    launchEvent.getDialogParameters().put("url", urlObj);

  • Dynamic browser window title

    Dear all
    In my Forms10g deployment, I have a unique browser window title for each separate form (i.e. one value of pagetitle per form in formsweb.cfg).
    If form A calls form B, and then control returns to form A, is it possible to dynamically alter the browser window title, perhaps by referring to the called form's entry in formsweb.cfg?
    Many thanks in advance.

    Check out webutil for this.
    Regards
    Grant Ronald
    Forms Product Management

  • Window title and borders for Render Window (3D Picture Control)

    Hi all,
    some more questions on the 3D picture control.
    I use the external render window, because in the solarsystem.vi demo, the 3d picture control appears to be very slow. The render window is much faster there. (I haven't tried it for my application though.)
    I'd like to display a full screen 3D animation. How the hell do I get rid of the window title bar (I can set it to empty, but the bar itself remains), and the borders of the render window?
    Regards
    Matthias

    The update speed of the solarsystem example is 2 ms (in the timeout event). This would result in 500 updates per second, witch is totally redundant. Put it on 33 ms, and you'll still get smooth updates, and much better performance! No monitor will update 500 times a second, and your eye can only see 25-30 frames per second anyway.
    With this, you could probably use the normal 3d control (indicator actually). The window doesn't have any way to remove the title bar.
    (You can do some things with window API's, but removing the titlebar is only possible by creating a new class, a new window, and then it would be impossible to tell LabVIEW to use this window...)
    If you'd make the render window full screen, how would you close your application? There is no way (or I'm missing it) to get events back from the render window.
    Regards,
    Wiebe.

  • The window title attribute for the page layout region has not been set

    Hi, I am a newbie to OA Framework extensions. Could you please advise me how to get rid of below error ?
    "The window title attribute for the page layout region has not been set. This attribute value will be used for the browser window title and should be set according to the UI standards. A default window title will be displayed for all such pages that violate the standards. Action: Set the window title or title attribute for the page layout region. The title attribute is used as a secondary source for the window title if the window title is missing."
    My requirement is to extend a VO and almost done with that but when i run the PG ( HomePG.xml ) file to ensure everything is fine , The target page is being displayed with above error. Just to let you know that i have already set the Titile and Window Title attributes for the HomePG.xml region i.e PageLayoutRN.
    One more thing i would like to share is that i was set the Window Title to 'Oracle Applications Home Page' , but target page name is being displayed as 'Oracle Applications'.
    Any suggestions ??
    Thanks.

    Hi all, I now getting below error when i click on notification from notification page ( AdvancWorklistPG.xml ) which should have taken me to the notification details page ( NotifDetailsPG ). Please note that i am running the page from Jdeveloper.
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT NtfEO.NOTIFICATION_ID,
    NtfEO.RECIPIENT_ROLE,
    NtfEO.BEGIN_DATE AS BEGIN_DATE_F,
    NtfEO.DUE_DATE AS DUE_DATE_F,
    DECODE(NtfEO.MORE_INFO_ROLE, NULL, NtfEO.SUBJECT, FND_MESSAGE.GET_STRING('FND','FND_MORE_INFO_REQUESTED')||' '||NtfEO.SUBJECT) AS SUBJECT,
    NtfEO.PRIORITY AS PRIORITY_F,
    NtfEO.STATUS,
    NtfEO.END_DATE AS END_DATE_F,
    NtfEO.USER_COMMENT,
    NtfEO.MORE_INFO_ROLE,
    NtfEO.FROM_USER,
    NtfEO.FROM_ROLE,
    NtfEO.TO_USER
    FROM WF_NOTIFICATIONS NtfEO
    WHERE NtfEO.NOTIFICATION_ID = ?
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:597)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.nav.OAPageButtonBarBean.processRequest(OAPageButtonBarBean.java:351)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:953)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-01008: not all variables bound

  • [DWM] How to get window titles (w/xprop?)

    I'm trying to expand my "switch-to-tag"-script to include window titles, but have stumbled upon something I can't understand:
    If I issue "xprop" (with no arguments), and click on my firefox-window, I get the following output:
    user@host $ xprop (click on firefox window)
    _NET_WM_USER_TIME(CARDINAL) = 6193278
    WM_STATE(WM_STATE):
    window state: Normal
    icon window: 0x0
    WM_HINTS(WM_HINTS):
    Client accepts input or input focus: True
    Initial state is Normal State.
    bitmap id # to use for icon: 0x14000aa
    bitmap id # of mask for icon: 0x14000ab
    window id # of group leader: 0x1400001
    WM_WINDOW_ROLE(STRING) = "browser"
    XdndAware(ATOM) = BITMAP
    _MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0
    [[ !! HUGE ASCII ICON WAS DELETED TO SAVE SPACE HERE !! ]]
    _NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 20971689
    _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL
    _NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x14000a8
    WM_CLIENT_LEADER(WINDOW): window id # 0x1400001
    _NET_WM_PID(CARDINAL) = 873
    WM_LOCALE_NAME(STRING) = "C"
    WM_CLIENT_MACHINE(STRING) = "allotria"
    WM_NORMAL_HINTS(WM_SIZE_HINTS):
    program specified minimum size: 1 by 63
    program specified maximum size: 32767 by 32767
    window gravity: NorthWest
    WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING, _NET_WM_SYNC_REQUEST
    WM_CLASS(STRING) = "Navigator", "Firefox"
    WM_ICON_NAME(STRING) = "How do I get the active window title into a script? (Page 1) / Applications & Desktop Environments / Arch Linux Forums - Mozilla Firefox (Private Browsing)"
    _NET_WM_ICON_NAME(UTF8_STRING) = "How do I get the active window title into a script? (Page 1) / Applications & Desktop Environments / Arch Linux Forums - Mozilla Firefox (Private Browsing)"
    WM_NAME(STRING) = "How do I get the active window title into a script? (Page 1) / Applications & Desktop Environments / Arch Linux Forums - Mozilla Firefox (Private Browsing)"
    _NET_WM_NAME(UTF8_STRING) = "How do I get the active window title into a script? (Page 1) / Applications & Desktop Environments / Arch Linux Forums - Mozilla Firefox (Private Browsing)"
    So that worked alright. However, if I feed the ID of the window (0x1400001) to xprop, I get the following:
    user@host $ xprop -id 0x1400001
    WM_CLASS(STRING) = "firefox", "Firefox"
    WM_COMMAND(STRING) = { "firefox" }
    _NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x1400002
    WM_CLIENT_LEADER(WINDOW): window id # 0x1400001
    _NET_WM_PID(CARDINAL) = 873
    WM_LOCALE_NAME(STRING) = "C"
    WM_CLIENT_MACHINE(STRING) = "allotria"
    WM_NORMAL_HINTS(WM_SIZE_HINTS):
    program specified size: 10 by 10
    WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING
    WM_ICON_NAME(STRING) = "firefox"
    _NET_WM_ICON_NAME(UTF8_STRING) = "firefox"
    WM_NAME(STRING) = "Firefox"
    _NET_WM_NAME(UTF8_STRING) = "Firefox"
    There's no title in that output, even though I saw it by clicking - How come? And how do I grab the correct window title from a window id?
    Last edited by graph (2013-05-05 08:18:10)

    man xprop wrote:If the desired window is not the root window, it may be selected in two ways on the command line, either by id  number such as might be obtained from xwininfo, or by name if the window possesses a name.
    The id you obtained from xprop is the WM_CLIENT_LEADER, also listed in the WM_HINTS as the group leader. So that appears to be something like a root window for Firefox, not necessarily the one you see (with the title you want).

  • Multiple drag emails from Mail to a finder window and for it to name the files as the subject heading

    Hi
    I have been using Mac's now for about 10 years and this is my first problem.
    I have recently moved into an office that use PC's with a Windows server.
    I have set up the network to transfer files and view the windows server and it  works fine.
    I have a problem in that my colleagues on PC need to be able to view my emails which I send and receive using Mail. They therefore need to have logical title names and the date sent and ideally who to or from. I view them and archive them using Mail which is fine for me.
    I understand about the archiving and copying of mailboxes but this gives every email the un-fathomable title name 9944847 etc.
    I can get round the problem by dragging and dropping every email I send and receive individually and it will automatically give it a more logical title of the subject heading however the date is when it was dragged not when sent. This is a pain if I am away or forget to save an email for a day or two and then the date is inconsistent.
    Is there a way to batch copy emails from Mail to a finder window and for it to name the files as the subject heading or to archive the files in a similar way so they retain the detailed information my colleagues require.
    And no I can not get to all change to Mac and I don't really fancy using Outlook, Entourage or Parallels.
    Please help.
    Toby

    Quit Mail. Force quit if necessary.
    Back up all data. That means you know you can restore the Mail database, no matter what happens.
    Triple-click the text on the line below to select it:
    ~/Library/Mail/V2/MailData/Envelope Index
    Copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder
    from the menu bar. Paste into the box that opens (command-V), then press return.
    A Finder window will open with a file selected. Move the selected file to the Desktop, leaving the window open. Other files in the folder may have names that begin with "Envelope Index". Move those files, if any, to the Trash. Relaunch Mail. It should prompt you to re-import your messages. You may get a warning that the index is corrupt and that Mail has to quit. Click OK.
    Test. If Mail now works as expected, you can delete the file you moved to the Desktop. If you get a warning that the file is in use when you try to empty the Trash, log out and log back in.

  • How to get black text in window title

    I have difficulty distinguishing between active windows and inactive windows because the title text for both is a shade of gray. How can I theme OS X Lion to use black text  scrollbar, and controls for active windows; gray for inactive windows?
    I am tired of having to click on a window to ensure that it is active.

    Ha, I had the graphite theme, so they were gray. While they were darker than an inactive window, they still didn't call attention to themselves. I've switched to blue and now they're in color. Not sure why they are called "blue" and "graphite" as the only difference I notice is the color buttons, none of which are blue, for blue and the gray buttons for graphite. I still don't usually look over in that direction; I'm looking at the title to see if its the window I'm interested it. Still, that gets a helpful.
    Still, I'd really like black text as I find gray text harder to read. And the back/forward buttons in Firefox don't change enough between active and inactive. I'd like that to be really black. (I'm told that OS X theming interferes with being able to change that; not sure if it's true.)
    As for the active one usually being in front, that's assuming that the active one is taking up a majority of the real estate. I often have two windows side-by-side. Further, stickies don't have the three buttons, so it's no help when they're active (and there's a bug - which I've reported - that sometimes makes them inadvertently active).

  • Change the Page Title for all the pages when viewing the Reports in Bi Publisher

    Hello ,
    I have a requirement for changing the Page Title for all the report displayed pages on the browser window.

    As far as I know, answer is NO.
    it's very simple answer  Manikandan-S-Oracle
    for 1210326 's requirements there are some places for changes of property "title" and in some pages "title" can be different
    "one place or option for changing" does not exist imho ( may be i'm wrong )
    so you can change places for your needs but not sure what it's adequate
    as example
    ...wls\user_projects\applications\bipdomain\xmlpserver\catalog\navigator.jsp  -->  find <title>
    it changes title in http://somehost:7001/xmlpserver/servlet/catalog
    ... wls\user_projects\applications\bipdomain\xmlpserver\home\home.jsp  -->  find <title>
    it changes title in http://somehost:7001/xmlpserver/servlet/home

Maybe you are looking for