rizwan_aman007 0 Newbie Poster

Hi,
Any body kindly help me specially who is working with any net technology.

I am working with .jsp with Tomcat. The problem I am facing is that whenever I want to show a picture whose name is in Unicode Character(Arabic, hebrue or chinies). Its not being displayed though the TomCat server is running.
And following settings are done

- CATALINA_HOME : "/Applications/apache-tomcat-6.0.14"
- JAVA_HOME : "/Library/Java/Home"
- TEST_HOME : "/any Path of the Picture files"
- TEST_HOST : localhost


consider the following code which is in turn generated by .jsp file.

<CENTER><IMG id=previewImg onmouseover=changeBorder(this) style="BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; MARGIN: 10px; BORDER-LEFT: black 1px solid; CURSOR: pointer; BORDER-BOTTOM: black 1px solid" onclick='previewImageSelected("GraphicFrame",2);' onmouseout=resetBorder(this); alt="http://192.168.10.37:8080/Picts/برابرپیدا.jpg.jpg?1202292216046" src="http://192.168.10.37:8080/Picts/برابرپیدا.jpg.jpg?1202292216046" ;></CENTER>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.