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 ADSelfService Plus?

                    • Related Articles

                    • Linux - Startup issue

                      System Halted error message during startup (Fresh installation)  Error Trace : [16:36:59:243]|[04-15-2021]|[com.adventnet.db.adapter.postgres.DefaultPostgresDBInitializer]|[INFO]|[1]: ErrorStream ::: /opt/MSP/ServiceDeskPlus-MSP/pgsql/bin/psql: error ...
                    • Application startup issue due to mismatch in java

                      A startup issue after the upgrade to the version 14.3 Error message: "Application startup halted due to mismatch in java". Issue: After a JRE upgrade, typically, if the "jre_old" folder exists, it will be deleted. Then, the "jre" folder will be ...
                    • Disable Mobile Client

                      We have an option to disable mobile client, kindly connect to the database and execute the below query.  update globalconfig set paramvalue='FALSE' where category = 'MobileClient' and Parameter = 'REDIRECTURL'; Please restart the application for the ...
                    • How to stop Mail fetching before starting the application services ?

                      Use case: When you restore the data in your test environment or trying to migrate to a new server, once the restore is done, the application if started will have emails being fetched in the new server/Test server which you would not wish to. Hence ...
                    • Dynamic loading of field data from an external CSV file - tested in 14.2 version

                      Requirement: Load data to additional fields dynamically from an external CSV file based on another field value. Usecase: Assume, a request template includes three additional fields: 'Client Code,' 'Client Name,' and 'Client Address.' When a pick-list ...