Comm Express + convergence customization

Hello,
I have convergence installed on Solaris 10 x86.
I have customized the URLs for Communication Express access for the multiple domains so that users can login with only their ID. ( referred UWC customization guide for 6.3).
I have
/var/opt/sun/comms/ce/webmail/test1.com
fe2 # ls
en       imx      main.js  util.jsI found that it is showing the address book and options tab, however not mail tab. ( Calendar is not installed).
I checked http log it says while login
[dae : time ] fe2 httpd[15915]: Account Notice: badlogin: [IP:35310] proxy admin [email protected] domain=test1.com: user not found
[date : time] fe2 httpd[15915]: Account Notice: close [IP:35310] [unauthenticated] date : time
[date : time] fe2 httpd[15915]: Account Notice: close [127.0.0.1:35312] [unauthenticated] date: timedo I need to set proxy admin for this domain also? or Am I missing some files?
With Normal URL there is no problem with the same url.
Now I want to provide the different login screen to each domain with customization and need.
Where could I place those login pages and images etc...? any documentation which is having this?
I am also going to do the same customization on IWC alos.
Login URL specific to domain.
and login page.
any documentation on this?
Thanks and Regards,
Sumant.
Edited by: mr.chhunchha on Sep 9, 2008 5:42 PM

mr.chhunchha wrote:
I found that it is showing the address book and options tab, however not mail tab. ( Calendar is not installed).
I checked http log it says while login
[dae : time ] fe2 httpd[15915]: Account Notice: badlogin: [IP:35310] proxy admin [email protected] domain=test1.com: user not found
[date : time] fe2 httpd[15915]: Account Notice: close [IP:35310] [unauthenticated] date : time
[date : time] fe2 httpd[15915]: Account Notice: close [127.0.0.1:35312] [unauthenticated] date: timedo I need to set proxy admin for this domain also? or Am I missing some files?Make sure that you have fully qualified the webmail.proxyadmin user in the uwcconfig.properties file. For example instead of:
webmail.proxyadmin=adminUse:
webmail.proxyadmin=[email protected] need to restart the webserver instance hosting UWC/CE after making the above modification.
Now I want to provide the different login screen to each domain with customization and need.
Where could I place those login pages and images etc...? any documentation which is having this?For UWC/CE refer to the following documentation:
http://docs.sun.com/app/docs/doc/819-4440/abzco?a=view
http://docs.sun.com/app/docs/doc/819-4441/acwdy?a=view
"Domain Customization Based on URL"
I am also going to do the same customization on IWC alos.
Login URL specific to domain.
and login page.
any documentation on this?It isn't currently possible. There is an RFE (request for enhancement) open already to add this functionality in a future version:
RFE #6743365 - "Provide mechanism to allow for per-domain customized login pages based on login URL"
Please contact your Sun Account Manager to get this RFE pushed with product management if you require this functionality.
Regards,
Shane.

Similar Messages

  • Comms Express- Vacation End Date

    Communication Express 6.3 update 1 - patch level: 122794-17
    I need some help in understanding how the vacation message end date works in CE. In the "Options - Mail Vacation Message" section I set my "Stop vacation notice on:" setting to March 1, 2009. However in my actual LDAP record I see:
    vacationEndDate: 20090302045959Z
    My timezone setting is America/New_York. That is GMT -5. So, translating that, my actual vacation messages would stop March 1, 2009 23:59:59 right? That is 1 second from March 2. It seems to me that this is 24 hours off of what I would expect. The wording says "Stop vacation notice on" so I would assume if I set it to March 1 it would stop right at March 1 not 1 second from the end of that day. Am I just mis-reading this or is somthing possibly amiss in my config?

    sheger77 wrote:
    First off, is the behavior actually correct/expected or is this a bug in the software?The software is behaving as it was written. Whether that behaviour is "correct" is a matter of opinion.
    When choosing a "Stop vacation notice on:" date, is it expected to be at 23:59:59 of that date like I am seeing? Based on the wording in CE and Convergence I would expect it to be 00:00:00 of the date selected.So there are three options then:
    1) Change the wording to reflect the behaviour
    2) Change the behaviour to better reflect the wording
    3) Change both the wording and the behaviour
    I will note in passing that the behaviour of vacation message start/end time is not consistent across the various webmail interfaces (Messenger Express, Comms Express, Convergence).
    Messenger Express
    => Doesn't allow the user to set the same date so I had to set Mar 11th as the start date and Mar 12th as the end date
    => vacationStartDate: 20090310130000Z
    => vacationEndDate: 20090311130000Z
    Comms Express
    => Start/Stop date set to Mar 11th
    => vacationStartDate: 20090311040000Z
    => vacationEndDate: 20090312035959Z
    Convergence
    => Start/Stop date set to Mar 11th
    => vacationStartDate: 20090310170000Z
    => vacationEndDate: 20090311165900Z
    Note: These were all set with the same account on the same server.
    I'm trying to determine if opening a support case is necessary here.Yes you should -- however you need to know what you as the customer want and why.
    If the behavior is expected then I just need to let my users know.The behaviour can of course be changed. Changing the behaviour of the vacation message functionality is less likely to happen with UWC/CE vs. Convergence. Changing the wording of the message is more likely to occur.
    If there is anyway to change either the wording or better yet the calculation, then I would like to pursue that.You could always customise your own UWC/CE installation to change the wording.
    Regards,
    Shane.

  • Disable "Change Password" option in Comms Express

    I need to disable/remove the Change Password option in Communications Express. I'm using patch level 122793-30. How do I do this? Are there any instructions out there for this? I see them for Convergence....which I have installed also but I have users who still use Comms Express.
    Thanks in advance!

    Found it myself.
    Edit /var/opt/sun/comms/ce/uwc/common/UserPreferencesSettings.jsp and change:
    <div class="Tab3"><a href="<%= getContextURI(request) %>/base/UserPreferencesPassword" class="TabLblNormal" title="<ja
    to:getModelFieldValue escape="false" modelClass="com.sun.uwc.common.model.UWCResourceBundleModel" modelName="i18nModel" lookInSessio
    n="true" name="uwc-common-options-tooltip-ChangePassword" defaultValue="Change Password"/>"><jato:getModelFieldValue escape="false"
    modelClass="com.sun.uwc.common.model.UWCResourceBundleModel" modelName="i18nModel" lookInSession="true" name="uwc-common-options-Cha
    ngePassword" defaultValue="Change Password"/></a></div>to:
    <div class="Tab3"><!--<a href="<%= getContextURI(request) %>/base/UserPreferencesPassword" class="TabLblNormal" title="<ja
    to:getModelFieldValue escape="false" modelClass="com.sun.uwc.common.model.UWCResourceBundleModel" modelName="i18nModel" lookInSessio
    n="true" name="uwc-common-options-tooltip-ChangePassword" defaultValue="Change Password"/>"><jato:getModelFieldValue escape="false"
    modelClass="com.sun.uwc.common.model.UWCResourceBundleModel" modelName="i18nModel" lookInSession="true" name="uwc-common-options-Cha
    ngePassword" defaultValue="Change Password"/></a>--> </div>

  • No convergence customization after upgrade to 1.0-12.01

    Hi,
    I'm a bit confused about convergence customization. We made the c11n customizations explained in the Quick Start Guide (http://wikis.sun.com/display/CommSuite/Convergence+Customization+Quick+Start+Guide). We changed the header logo and the colors by creating a new theme.
    After patching convergence to 1.0-12.01 the customizations disappeared.
    I checked the client.enablecustomization variable which is correctly set to true.
    Also, the c11n parameter appears in the URL (https://webmail.company.de/iwc_static/layout/login.html?lang=de-de&12.01_213623&svcs=abs,mail,calendar,c11n) of the login page, but never after logging in.
    Any suggestions?
    Regards,
    Ruediger

    Hi Shane,
    I think we ran convergence 1.05-xx before the upgrade.
    I don't see any buttons for themes because we removed the ability to choose other themes besides ours.
    The c11n directory exists and here is the config.js:
    dojo.provide("c11n.config");
    c11n.config = {
            // allDomain configuration
            allDomain: {
                    module: "allDomain",            // module name
                    themeEnabled: true,             // true if theme is customized
                    i18nEnabled: true,              // true if i18n is customized
                    jsEnabled: true                 // true if js is customized
                    // the last entry must not end with comma
            // replace sample.com for each domain configuration, change
            // domain name example.com to example_com for javascript syntax and url
    syntax
            example_com: {
                    module: "example_com",  // module name
                    themeEnabled: false,     // true if theme is customized
                    i18nEnabled: false,      // true if i18n is customized
                    jsEnabled: false        // true if js is customized
                    // the last entry must not end with comma
    }Best Regards,
    Ruediger

  • Comm Express redirect to MEM

    I have Comm Express and MEM both installed on ServerA. Comm Express is listening on port 80 and MEM is listening on port 8080. I have configured AM SSO between the two. When I access http://ServerA/uwc I get redirected to http://ServerA:8080/ after successfully logging in. The MEM seems to work fine after that. The problem is the port 8080. I was expecting it to remain at 80. I assume I have something misconfigured, but I have went through them a number of times and they seem to match up with the docs. Any ideas on what I have missed?
    BTW, I am running JES 2005Q4 on Solaris 10 Sparc.
    Thanks,
    Pete

    Ok, I have followed the few links and configured the reverse proxy with the following entries in obj.conf:
    NameTrans fn="assign-name" from="/amconsole(|/*)" name="amconsole"
    NameTrans fn="assign-name" from="/amserver(|/*)" name="amserver"
    NameTrans fn="assign-name" from="/uwc(|/*)" name="uwc"
    NameTrans fn="assign-name" from="/*" name="messengerXpress"
    <Object name="uwc">
    ObjectType fn="check-passthrough" type="magnus-internal/passthrough"
    </Object>
    <Object name="messengerXpress">
    Service fn="service-passthrough" servers="http://uwc.unca.edu:8080"
    </Object>
    <Object name="amconsole">
    ObjectType fn="check-passthrough" type="magnus-internal/passthrough"
    </Object>
    <Object name="amserver">
    ObjectType fn="check-passthrough" type="magnus-internal/passthrough"
    </Object>
    After bouncing the webserver I log into http://ServerA/uwc and get redirected to the following http://ServerA/?argv=laurel=on%26cal=1.
    What am I missing?
    Thanks,
    Pete

  • Importing Wildcard Cert into Messaging Server and Comms Express???

    Hi all, does anyone know how I can import a wildcard certificate, private key, & CA cert into Messaging Server 6.3 and Comms Express 6.3?
    We have 3 files from DigiCert that I think need to be imported:
    1) A wildcard cert from DigiCert
    2) The DigiCert CA cert
    3) The private key
    Thanks in advance,
    Stewart

    Hi, we are upgrading from iMS5.2 to SJMS6.3 later this year but in the mean time i'm trying to work out how to import the wildcard certs, key, etc from DigiCert into our current iMS5.2. I've heard it can be done.
    We're currently using a cert from Verisign in our iMS5.2 environment.
    Stewart

  • Comms Express and proxy auth (ie for a portal or Identity system)

    All, we'll be moving to Comms Express in about a month and we currently have an Identity/access management solution working with Mess Express (6.1) and using the proxy auth url (http://webmail.domain.com/?user=user1&proxy-auth=.....) We can pass the proxy auth from the access manager (SiteMinder) to ME and people can login into their Webmail (ME) without incident.
    However UWC is a different animal. Does anyone know how to get a proxy auth url string for UWC to accomplish the same thing? I know UWC essentially does a proxy auth for messaging and calenar already, so we have to find something that does it to pass it to messaging and calendar to get the Comms Exprees interface.
    We will be using the following version:
    Sun Java(tm) System Messaging Server 6.2-4.03 (built Sep 22 2005)
    libimta.so 6.2-4.03 (built 04:37:42, Sep 22 2005)
    And UWC is at 118540-23
    Any help would be appreciated.

    pruebitas wrote:
    Before, when we had Messenger Express, we have a web (like a portal) where users used to fill in a form with the user and the passwd to connect to the messenger express.
    Now, with the UWC, is not posible to access the same way. I'm a bit lose with this.UWC provides Acess Manager Single-Sign-On (SSO). So if your web-application was to set an access-manager SSO cookie when the user logged in and redirected the user to the UWC login page, they would be automatically logged in (assuming you had configured UWC to allow access manager authentication).
    For information on how to set access manager SSO cookies in web-interfaces, please refer to the access manager manuals on docs.sun.com.
    Regards,
    Shane.

  • Calendar error in Comm express

    Hi All,
    Ihave configured calendar server in comm express.
    when i click calendar tab in comm express or when i launch calendar in portal,
    the comm express calendar page says this error
    "uwc-common-error-server-misconfig"
    Plz anyone help me to short out this issue.
    Thanks
    Parthi

    Hi All,
    Ihave configured calendar server in comm express.
    when i click calendar tab in comm express or when i launch calendar in portal,
    the comm express calendar page says this error
    "uwc-common-error-server-misconfig"
    Plz anyone help me to short out this issue.
    Thanks
    Parthi

  • IPlanet Delegated Admin .... Comm Express

    Hi,
    I am trying to checkout the SJMS 2005Q1...
    The classical iMS 5.2 used to have web based Delegated Admin....
    This would let me keep a DA admin for each domain...and each domain would easily access the DA page from web.
    in SJMS ....i.e. Comm express DA....this is a GUI...
    how can I give access to the DA over internet??
    What are the improvements of this new DA vs the old.
    Cheers
    msg_admin

    Hi,
    I am trying to checkout the SJMS 2005Q1...
    The classical iMS 5.2 used to have web based
    Delegated Admin....We called it, iPlanet Delegated Admin
    This would let me keep a DA admin for each
    domain...and each domain would easily access the DA
    page from web.
    in SJMS ....i.e. Comm express DA....this is a GUI...
    how can I give access to the DA over internet??Provide access to the DA port through your firewall.
    >
    What are the improvements of this new DA vs the old.It's a little more limited, actually....
    The real "improvement" is that it works with Schema 2. If you decide to run your new server under Schema 1 configuration, you can continue to use the old iDA.\
    >
    Cheers
    msg_admin

  • Convergence and Comm Express missing carriage returns

    We have just upgraded our mail sever. We upgraded from Comm suite 5 (mail server 6.3.) on a sparc system to Comm suite 6 update 1 (mail server 7.0 update 1) . We have run into problems with alerts coming from our ERP (Oracle 11.5.9). These alerts are showing as one long line without any carriage returns in UWC and Convergence. The emails look fine in Outlook.
    Thanks for any help.
    Josh

    Coolhands_99 wrote:
    We have just upgraded our mail sever. We upgraded from Comm suite 5 (mail server 6.3.) on a sparc system to Comm suite 6 update 1 (mail server 7.0 update 1) . We have run into problems with alerts coming from our ERP (Oracle 11.5.9).
    These alerts are showing as one long line without any carriage returns in UWC and Convergence. The emails look fine in Outlook. I know of at least one bug (#6540158 - "javascript error if mailto: link contains encoded newline characters") that was fixed in recent MS6.3 patches and MS7.0 that may be impacting the display of Oracle ERP sourced emails -- it was the display of Oracle ERP source emails that caused the bug to be raised in the first place.
    That being said the Oracle ERP emails also had formatting problems which was fixed at the Oracle end.
    Please provide a sample of one of the problem emails (the raw *.msg output) that is causing the problem.
    Regards,
    Shane.

  • Convergence Customization

    I need to customize Convergence.
    I have a laundry list of things to do.
    I thought I would start with something simple. I need to remove "Reply-to Address" from the "Options->Mail->Account Settings". I don't want users to see that option.
    I have read the http://wikis.sun.com/display/CommSuite/Convergence+1.0+Documentation but some things are over my head.

    karl.rossing wrote:
    I thought I would start with something simple. I need to remove "Reply-to Address" from the "Options->Mail->Account Settings". I don't want users to see that option.
    I have read the http://wikis.sun.com/display/CommSuite/Convergence+1.0+Documentation but some things are over my head.
    The documentation does require a few read-throughs to get an idea on what's going on. It also helps to look at the c11n_sample code. After a bit of trial-error I was able to customise convergence to get rid of the reply-to option (never looked at it before this morning).
    In this case I used "approach 1" as discussed in the following document as I couldn't think of a good way to change the html using js dom calls:
    http://wikis.sun.com/display/CommSuite/Customizing+Convergence+-TechnicalOverview
    To get started you need to enable customisations as per the documentation:
    ./iwcadmin -u <admin uid> -w <admin password> -o client.enablecustomization -v true
    I created the following under the <appserver domain root>/docroot/iwc_static/
    c11n/
    c11n/allDomain
    c11n/allDomain/js
    c11n/allDomain/js/widget
    c11n/allDomain/js/widget/templates
    c11n/allDomain/js/widget/templates/OptionsViewerMailPersonalNewTemplate.html
    c11n/allDomain/js/widget/OptionsViewerMailPersonalNewTemplate.js
    c11n/allDomain/js/customize.js
    c11n/config.jsc11n/config.js contains the following:
    dojo.provide("c11n.config");
    c11n.config = {
            // allDomain configuration
            allDomain: {
                    module: "allDomain",           // module name
                    themeEnabled: false,           // true if theme is customized
                    i18nEnabled: false,            // true if i18n is customized
                    jsEnabled: true                // true if js is customized
                    // the last entry must not end with comma
    }c11n/allDomain/js/customize.js contains the following:
    dojo.provide("c11n.allDomain.js.customize");
    // The widget OptionsViewerMailPersonalNewTemplate shows how to change the Options UI to remove
    // the reply-to option  by using the dojo template. However, this can have
    // problems if the base OptionsViewerMailPersonal template is changed.
    dojo.require("c11n.allDomain.js.widget.OptionsViewerMailPersonalNewTemplate");c11n/allDomain/js/widget/OptionsViewerMailPersonalNewTemplate.js
    dojo.provide("c11n.allDomain.js.widget.OptionsViewerMailPersonalNewTemplate");
    dojo.require("iwc.widget.OptionsViewerMailPersonal");
    // redeclare the OptionsViewerMailPersonal using dojo.declare, any other way will have problems
    // because the this.inherited is looking for a signature
    // variable nom is created for each dojo.declare function. It will throw an
    // exception if the derived method doesn't have nom.
    dojo.declare("iwc.widget.OptionsViewerMailPersonal", iwc.widget.OptionsViewerMailPersonal, {
            // templatePath is merged as templateString iwc.widget.OptionsViewerMailPersonal, reset it to empty string
            templateString: "",
            templatePath: dojo.moduleUrl("c11n.allDomain.js.widget", "templates/OptionsViewerMailPersonalNewTemplate.html"),
            postCreate: function() {
                    // invoke the original postCreate()
                    this.inherited(arguments);
            last: ""
    });c11n/allDomain/js/widget/templates/OptionsViewerMailPersonalNewTemplate.html is a copy of the original OptionsViewerMailPersonal.html file from <appserver domain root>/docroot/iwc_static/js/iwc/widget/templates but with the following changes to remove the reply-to option:
    *** OptionsViewerMailPersonal.html      Fri Jul  4 23:37:57 2008
    --- OptionsViewerMailPersonalNewTemplate.html  Sat Jul  5 01:31:08 2008
    *** 52,70 ****
                                                                                            <div dojoAttachPoint="senderEmail"><//div>
                                                                                    </td>
                                                                            </tr>
    !                                                                       <tr>
    !                                                                               <td style='vertical-align:top; padding-right:5px'>
    !                                                                                       <label class="optionLabel" for="replyTo" style="margin-right:5px">${l10n.options_reply}</label>
    !                                                                               </td>
    !                                                                               <td>
    !                                                                                       <input  type="text"
                                                                                                    dojoAttachPoint="replyTo"
                                                                                                    class="optionInputText"
                                                                                                    id="replyTo"
                                                                                                    dojoAttachEvent="onkeyup: checkChanges"
                                                                                            />
    -                                                                               </td>
    -                                                                       </tr>
                                                                            <tr>
                                                                                    <td style='vertical-align:top; padding-right:5px'>
                                                                                            <label class="optionLabel">${l10n.options_signature_label}</label>
    --- 52,63 ----
                                                                                            <div dojoAttachPoint="senderEmail"><//div>
                                                                                    </td>
                                                                            </tr>
    !                                                                                       <input  type="hidden"
                                                                                                    dojoAttachPoint="replyTo"
                                                                                                    class="optionInputText"
                                                                                                    id="replyTo"
                                                                                                    dojoAttachEvent="onkeyup: checkChanges"
                                                                                            />
                                                                            <tr>
                                                                                    <td style='vertical-align:top; padding-right:5px'>
                                                                                            <label class="optionLabel">${l10n.options_signature_label}</label>Hopefully this will help with the rest of your "laundry list".
    Regards,
    Shane.

  • Component Property Expression + MDS Customization

    JDeveloper 11.1.1.6.0
    I'm trying to find out the best practice with mixing MDS user customization with rendered property EL expression.
    Simple scenario.
    Checkbox (CB) - valueChangeListener //code onChange, persist via Java ComponentChange against BT's rendered property.
    Button (BT) - rendered = #{pageFlowScope.renderProperty}
    Dilemma.
    #{pageFlowScope.renderProperty} = false
    mds = true
    result = component renders //when it should not
    Assume that the pageFlowScope property is dependent on N-variables and is an all encompassing parameter which drives the screen's context.
    Assuming that I want the rendered property to always override user customization, is there a way for the EL expression property to override customization at time of render? Or maybe this might be the wrong approach and I should be looking at it in a different direction.
    I'm looking for a best practice in this mix where user customization is required but at the same time it should follow certain rules or expressions.

    Hi,
    So assume you have the button saved in MDS as rendered = false, then upon page creation the button will have this value set. If you want to override this setting with a dynamic value (in which case the question arises why you saved the component state in MDS at all) then you need to do so in before render response phase. Unfortunately still here you may be a victim of a race condition as MDS customizations are also applied during render response phase
    Frank

  • Convergence customization problem

    Hi,
    We are trying to evaluate Sun communication 6.
    for customization of Convergence i am executing the following command and i am getting an error.
    ./iwcadmin -u admin -w password -p 80 -o client.enablecustomizat ion -v true
    SEVERE: Unable to connect to the server. Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
            java.io.EOFExceptionWhat may be the cause?
    Thanks for any help.

    hello,
    try this one...i think port might not require...
    ./iwcadmin -u <admin uid> -w <admin password> -o client.enablecustomization -v true
    regards,
    sumant

  • WS7/Comms Express Compilation problem

    I am just doing an implementation of the JES5 comms suite on WS7 and am getting the following error after logging in. Two questions:
    1) Could someone send me a working server.xml (with the right classpath)
    2) Has anyone else seen this error.
    Web server Version
    [24/May/2007:10:46:20] info (25597): CORE1116: Sun Java System Web Server 7.0 B12/04/2006 10:15
    [24/May/2007:10:46:21] info (25598): CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.5.0_09] from [Sun Microsystems Inc.]
    JVM version
    /var/opt/SUNWwbsvr7/https-ce2.mail.uwo.pri/logs
    [9:56am ce2]# /usr/jdk/latest/bin/javac -version
    javac 1.5.0_09
    Error message
    Application Error
    org.apache.jasper.JasperException: PWC6033: Unable to compile class for JSP
    PWC6199: Generated servlet error:
    /var/opt/SUNWwbsvr7/https-ce2.mail.uwo.pri/generated/ce2.mail.uwo.pri/uwc/org/apache/jsp/uwc/mailclient/mail_jsp.java:306: jspxmeth_jato_text_0(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageContext) in org.apache.jsp.uwc.mailclient.mail_jsp cannot be applied to (com.iplanet.jato.taglib.UseViewBeanTag,javax.servlet.jsp.PageContext)
    if (_jspx_meth_jato_text_0(_jspx_th_jato_useViewBean_0, jspxpage_context))
    ^
    Note: /var/opt/SUNWwbsvr7/https-ce2.mail.uwo.pri/generated/ce2.mail.uwo.pri/uwc/org/apache/jsp/uwc/mailclient/mail_jsp.java uses unchecked or unsafe operations.
    PWC6199: Generated servlet error:
    Note: Recompile with -Xlint:unchecked for details.
    1 error

    I can send this to you offline if that makes it simpler.
    From WS 7/JCS 5 installation on Solaris 10 Update 3 11/06
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    Copyright 2006 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    -->
    <server>
    <cluster>
    <local-host>homer.cityofprescott.org</local-host>
    <instance>
    <host>homer.cityofprescott.org</host>
    </instance>
    </cluster>
    <log>
    <log-file>../logs/errors</log-file>
    <log-level>info</log-level>
    </log>
    <temp-path>/tmp/https-homer.cityofprescott.org-2fe52e21</temp-path>
    <user>webservd</user>
    <jvm>
    <java-home>/usr/jdk/entsys-j2se</java-home>
    <server-class-path>/opt/SUNWwbsvr7/lib/webserv-rt.jar:/opt/SUNWwbsvr7/lib/pwc.jar:${java.home}/lib/tools.jar:/opt/SUNWwbsvr7/lib
    /webserv-jstl.jar:/opt/SUNWwbsvr7/lib/container-auth.jar:/opt/SUNWwbsvr7/lib/jsf-impl.jar:/opt/SUNWwbsvr7/lib/jsf-api.jar:/usr/sfw/l
    ib/ant/ant.jar:/usr/share/lib/ktsearch.jar:/opt/SUNWjax/share/lib/jaxws-api.jar:/opt/SUNWjax/share/lib/jaxws-rt.jar:/opt/SUNWjax/sha
    re/lib/jaxws-tools.jar:/opt/SUNWjax/share/lib/jsr181-api.jar:/opt/SUNWjax/share/lib/jsr250-api.jar:/opt/SUNWjax/share/lib/jaxb-api.j
    ar:/opt/SUNWjax/share/lib/jaxb-impl.jar:/opt/SUNWjax/share/lib/jaxb-xjc.jar:/opt/SUNWjax/share/lib/sjsxp.jar:/opt/SUNWjax/share/lib/
    jsr173_api.jar:/opt/SUNWjax/share/lib/saaj-api.jar:/opt/SUNWjax/share/lib/saaj-impl.jar:/opt/SUNWjax/share/lib/xmldsig.jar:/opt/SUNW
    jax/share/lib/xmlsec.jar:/opt/SUNWjax/share/lib/xws-security.jar:/opt/SUNWjax/share/lib/xws-security_jaxrpc.jar:/opt/SUNWjax/share/l
    ib/wss-provider-update.jar:/opt/SUNWjax/share/lib/security-plugin.jar:/opt/SUNWjax/share/lib/FastInfoset.jar:/opt/SUNWjax/share/lib/
    relaxngDatatype.jar:/opt/SUNWjax/share/lib/resolver.jar:/usr/share/lib/mail.jar:/usr/share/lib/activation.jar</server-class-path>
    <class-path-suffix>:/opt/SUNWam/lib/xmlsec.jar:/usr/share/lib/endorsed/dom.jar:/opt/SUNWam/lib/saaj-api.jar:/opt/SUNWam/lib/jaxr
    pc-api.jar:/opt/SUNWam/lib/jaxrpc-impl.jar:/opt/SUNWam/lib/jaxrpc-spi.jar:/opt/SUNWam/lib/saaj-impl.jar:/etc/opt/SUNWam/config:/opt/
    SUNWam/lib:/opt/SUNWam/locale:/usr/share/lib/mps/secv1/jss4.jar:/opt/SUNWam/lib/am_sdk.jar:/usr/share/lib/ldapjdk.jar:/opt/SUNWam/li
    b/am_services.jar:/opt/SUNWam/lib/am_sso_provider.jar:/opt/SUNWam/lib/swec.jar:/opt/SUNWam/lib/acmecrypt.jar:/opt/SUNWam/lib/iaik_ss
    l.jar:/opt/SUNWam/lib/iaik_jce_full.jar:/opt/SUNWam/lib/mail.jar:/opt/SUNWam/lib/activation.jar:/opt/SUNWam/lib/am_logging.jar:/opt/
    SUNWam/lib/jaas.jar:/opt/SUNWam/lib/jax-qname.jar:/opt/SUNWam/lib/namespace.jar:/opt/SUNWam/lib/relaxngDatatype.jar:/opt/SUNWam/lib/
    xsdlib.jar:/opt/SUNWam/lib/jaxb-api.jar:/opt/SUNWam/lib/jaxb-impl.jar:/opt/SUNWam/lib/jaxb-libs.jar:/opt/SUNWam/lib/jaxb-xjc.jar:/op
    t/SUNWam/lib/amclientsdk.jar:/opt/SUNWma/lib/wireless_rendering.jar:/opt/SUNWma/lib/wireless_rendering_util.jar:/opt/SUNWma/lib/mobi
    le_services.jar:/opt/SUNWma/lib/ccpp-1_0.jar:/opt/SUNWma/lib/ccpp-ri-1_0.jar:/opt/SUNWma/lib/jena-1.4.0.jar:/opt/SUNWma/lib/rdffilte
    r.jar:/opt/SUNWma/lib/locale:/opt/SUNWam/lib/mobile_identity.jar:/opt/SUNWmfwk/lib/mfwk_instrum_tk.jar:/opt/SUNWjdmk/5.1/lib/jdmkrt.
    jar:/opt/SUNWjdmk/5.1/lib/jmxremote.jar:/opt/SUNWjdmk/5.1/lib/jmx.jar:/opt/SUNWcomm/lib/jars/commcli-client.jar:/opt/SUNWcomm/lib/ja
    rs/jdapi.jar:/opt/SUNWcomm/lib/jars/commcli-callback.jar</class-path-suffix>
    <debug>false</debug>
    <debug-jvm-options>-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7896</debug-jvm-options>
    <jvm-options>-Djava.security.auth.login.config=login.conf</jvm-options>
    <jvm-options>-Xms128m -Xmx256m</jvm-options>
    <jvm-options>-Djava.protocol.handler.pkgs=com.iplanet.services.comm</jvm-options>
    <jvm-options>-DLOG_COMPATMODE=Off</jvm-options>
    <jvm-options>-Ds1is.java.util.logging.config.class=com.sun.identity.log.s1is.LogConfigReader</jvm-options>
    <jvm-options>-Dcom.iplanet.am.serverMode=true</jvm-options>
    </jvm>
    <thread-pool>
    <max-threads>128</max-threads>
    <stack-size>131072</stack-size>
    </thread-pool>
    <default-auth-db-name>keyfile</default-auth-db-name>
    <auth-db>
    <name>keyfile</name>
    <url>file</url>
    <property>
    <name>syntax</name>
    <value>keyfile</value>
    </property>
    <property>
    <name>keyfile</name>
    <value>keyfile</value>
    </property>
    </auth-db>
    <acl-file>default.acl</acl-file>
    <mime-file>mime.types</mime-file>
    <access-log>
    <file>../logs/access</file>
    </access-log>
    <http-listener>
    <name>http-listener-1</name>
    <port>80</port>
    <server-name>homer.cityofprescott.org</server-name>
    <default-virtual-server-name>homer.cityofprescott.org</default-virtual-server-name>
    </http-listener>
    <virtual-server>
    <name>homer.cityofprescott.org</name>
    <host>homer.cityofprescott.org</host>
    <http-listener-name>http-listener-1</http-listener-name>
    <document-root>/var/opt/SUNWwbsvr7/https-homer.cityofprescott.org/docs</document-root>
    <web-app>
    <uri>/amserver</uri>
    <path>../web-app/homer.cityofprescott.org/amserver</path>
    </web-app>
    <web-app>
    <uri>/ampassword</uri>
    <path>../web-app/homer.cityofprescott.org/ampassword</path>
    </web-app>
    <web-app>
    <uri>/amcommon</uri>
    <path>../web-app/homer.cityofprescott.org/amcommon</path>
    </web-app>
    <web-app>
    <uri>/amconsole</uri>
    <path>../web-app/homer.cityofprescott.org/amconsole</path>
    </web-app>
    <web-app>
    <uri>/im</uri>
    <path>../web-app/homer.cityofprescott.org/im</path>
    </web-app>
    <web-app>
    <uri>/da</uri>
    <path>../web-app/homer.cityofprescott.org/da</path>
    </web-app>
    <web-app>
    <uri>/commcli</uri>
    <path>../web-app/homer.cityofprescott.org/commcli</path>
    </web-app>
    <web-app>
    <uri>/uwc</uri>
    <path>/var/opt/SUNWuwc</path>
    </web-app>
    </virtual-server>
    </server>

  • Convergence Customization - Deactivation Closing Confirmation message

    Hello,
    i would like to know if it is possible to deactivate the popup message window asking the user confirmation to close Convergence at the risk of losing the session.
    Thank you for your help

    PierB wrote:
    i would like to know if it is possible to deactivate the popup message window asking the user confirmation to close Convergence at the risk of losing the session.Refer here:
    http://forums.sun.com/thread.jspa?threadID=5399203&messageID=10774169
    Regards,
    Shane.

Maybe you are looking for

  • Adobe Photoshop Touch for tablet

    Does Adobe Photoshop Touch for tablet support raw-files?

  • Multiple Fields in RFC call in UDF

    In my Message Mapping I am calling a RFC using a UDF, this works fine but only for 1 field. Like in my BAPI I have 1 Field in the Input parameters. Does anyone know how to import more than 1 parameter? Here is some sample code from my UDF: Calling th

  • How do you extend the exclude command to subcategories?

    In my PSE 6 organizer I have tagged my photios and have various subcategories under a master category. The exclude command only excludes photos in the top directory not to subcategories.

  • HFM Period Year Options as Variables

    Hello Gurus, Can someone please show me the syntax for using variables in the HFM data extract options - using the LKM-Hyperion Financial Management Data to SQL? For example, I created two variables 'HFMClosePeriod' and HFMCloseYear'. I want to use t

  • Standard extractor for shipment cost information(appl.08)

    I need some clarification on "08" extractors. We are using BW30B with PI2003.1 on the SAP enterprise side. We need to transfer the shipment cost details like cost centre, business area, G/l account etc? We have shipment cost documents which have the