Stop loading Webclient on application startup process

Stop loading Webclient on application startup process

Comment the configuration to invoke web browser once the service is started.


Edit the SupportCenter\\server\\default\\conf\\TrayIconInfo.xml file, and comment the following entry.

We have three different PROCESS blocks in the TrayIconInfo.xml file, in which you have to comment the below highlighted (bold) COMMAND Name="StartServiceDeskWebClient" block present in the StartServiceDesk process block.


<!--COMMAND Name="StartServiceDeskWebClient" Type="InvokeClass">
<![CDATA[com.adventnet.me.servicedesk.start.StartWebClient]]>
<ADDITIONALPARAMS ParamName="command" ParamValue="rundll32 url.dll,FileProtocolHandler "/>
<ADDITIONALPARAMS ParamName="WebServerPortFileName" ParamValue="../server/default/conf/sample-bindings.xml"/>
</COMMAND-->
</PROCESS>

And then save it, and then restart the SupportCenter service., and check whether the issue gets resolved.

                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Unsupported major.minor version 52.0 error post upgrade

                        Issue: After 11.0 (from 8.1 to 11..0) successful upgrade, application does not start due to renaming of JRE folder not happening automatically. Exception in thread "main" java.lang. UnsupportedClassVersionError : ...
                      • How to Change default password on PGSQL database

                        Please do follow the below steps which would assist you in changing the default Postgres password.  1. Stop the application services.   2. Please take a trimmed backup <OR> take a Snapshot of  the Server 3. Open Command Prompt with Admin Privileges ...
                      • How to change login page image/logo in SCP 8.1

                        1. Go to Admin - > Global settings - > Application settings - > Settings. 2. Under Logo settings, you can import a custom image with the specified size, and you can use the image to be shown on the login page.
                      • How to configure SAML with Azure AD

                        This guide will help us configure SAML for users who want to use Azure AD as their IdP and also give you insights on a few issues that you might run into while configuring SAML in an Azure Environment. In an ideal environment, customers will have an ...
                      • Change the default font-size and font-family while sending emails from SCP

                        Kindly try the following steps below, Access the database and initiate the query below select * from globalconfig where category = 'rta'; It will list out the global config categories and from the list check for the  globalconfigid for font -size and ...