I want to know how to embed an image to my form?

I added a custom HTML element and added the following line:

<img src=”http://192.168.50.4:8080/jw/AGB.png” />

But the image does not show up

  • No labels

3 Comments

  1. Did you add the image to the appropriate folder in tomcat's webapp folder?

    1. Yes

      Actually when i past this url into my browser the image shows up

      http://192.168.50.4:8080/jw/AGB.png

      1. Try to create a new context path folder so that you don't write into /jw's files.

        E.g. tomcat/webapps/images/AGB.png