# Support Email
Whenever a user is taken to the error page, the application will print 'If you think this is not a valid error & need resolution, please contact support@tier1app.com. Besides that in few other places also the application is printing contact support@tier1app.com. We are providing an option to replace this email address with your organization's custom email address or any team's name. Change your launch-yc-server.sh script to include 'supportEmail' system property with the value that you want to display as a support email address.
Example:
-DsupportEmail=help@xyz.com
So your launch script will start to look like this:
java -Xms2g -Xmx4g -DsupportEmail=help@xyz.com -jar webapp-runner.jar -AconnectionTimeout=3600000 --port 8080 yc.war &
1
← Enable SSL Headline →