# Read customers side logo from config file

**URL:** https://forum.flowable.org/t/read-customers-side-logo-from-config-file/3275
**Category:** Uncategorized
**Created:** [January 21, 2019, 9:58am UTC](https://forum.flowable.org/t/read-customers-side-logo-from-config-file/3275 "2019-01-21T09:58:28Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![egemen](https://avatars.discourse-cdn.com/v4/letter/e/ecccb3/32.png) [@egemen](https://forum.flowable.org/u/egemen)
#### Post date: [January 21, 2019, 9:58am UTC](https://forum.flowable.org/t/read-customers-side-logo-from-config-file/3275/1 "2019-01-21T09:58:28Z")

</div>

hi friends,

i am new here, and i have a issue and i need some help.

how can i read static logo (page logo) from config file and install

i mean, each company can add their logo.

I am not sure i am clear or not. as a told, i am new on Flowable and i dont have more information.

thank you

---

<div class="post-metadata">

### Author: ![Robinyo](https://avatars.discourse-cdn.com/v4/letter/r/dec6dc/32.png) [@Robinyo](https://forum.flowable.org/u/Robinyo)
#### Post date: [January 21, 2019, 8:49pm UTC](https://forum.flowable.org/t/read-customers-side-logo-from-config-file/3275/2 "2019-01-21T20:49:52Z")

</div>

The Flowable Web Applications are Spring Boot Applications.

See: [Building your own Flowable Spring Boot Application](https://blog.flowable.org/2018/12/19/building-your-own-flowable-spring-boot-application/)

Try googling ‘spring boot application logo’

For example: [Guide to the Favicon in Spring Boot](https://www.baeldung.com/spring-boot-favicon)

---

<div class="post-metadata">

### Author: ![egemen](https://avatars.discourse-cdn.com/v4/letter/e/ecccb3/32.png) [@egemen](https://forum.flowable.org/u/egemen)
#### Post date: [January 22, 2019, 9:15am UTC](https://forum.flowable.org/t/read-customers-side-logo-from-config-file/3275/3 "2019-01-22T09:15:10Z")

</div>

hi Robinyo,  
thank you for your replay. i dwnload Flowable Engine project ([https://github.com/flowable/flowable-engine](https://github.com/flowable/flowable-engine)) to Eclipse. how can i run web project on Tomcat. i have to debug main or admin page(flowable) .  
how can i follow the steps?  
thank you  
 ![Ekran%20Al%C4%B1nt%C4%B1s%C4%B1](https://cdck-file-uploads-canada1.s3.dualstack.ca-central-1.amazonaws.com/flex035/uploads/flowable/original/2X/6/65233aa9184f6e889ffb46ca33ec39ab72a718c8.png)

---

<div class="post-metadata">

### Author: ![Robinyo](https://avatars.discourse-cdn.com/v4/letter/r/dec6dc/32.png) [@Robinyo](https://forum.flowable.org/u/Robinyo)
#### Post date: [January 22, 2019, 8:16pm UTC](https://forum.flowable.org/t/read-customers-side-logo-from-config-file/3275/4 "2019-01-22T20:16:53Z")

</div>

> [@egemen](#):
>
> how can i run web project on Tomcat.

Try googling ‘spring boot eclipse debug’

For example:

- [How to debug Spring Boot application with Eclipse?](https://stackoverflow.com/questions/24113939/how-to-debug-spring-boot-application-with-eclipse)
- [Debugging Spring Applications](https://www.baeldung.com/spring-debugging)
