Home » Developer & Programmer » Forms » icons problem
icons problem [message #456030] Fri, 14 May 2010 03:28
cestsourire
Messages: 7
Registered: April 2010
Junior Member
Hi,
I know that the problem of deployment icons in oracle web application has been well discussed in this forum. But really I read all the response and I have not solved my problem.
I have followed these steps:
-I added in my forms_path the path of my icons: c:\App\Icones
-I have created a .jar folder containing all my icons as images.jar
-I set images. jar in the folder /forms/java
-I edited the file formsweb.cfg as follow:
imageBase=codeBase
archive_jini=frmall_jinit.jar,images.jar
But it does not work.
-So I added in my virtual path in forms.conf:
# Virtual path for Icons
AliasMatch ^/forms/icons/(..*) "C:\App\Icones/$1"
-I added also a entries in orion-web.xml :
<virtual-directory virtual-path="/icons"
real-path="C:\App\Icones" />
-I edited the Registry.dat:
default.icons.iconpath=icons/
default.icons.iconextension=gif

I added also the entries in the registry of my application server as follow:
UI_ICONS= C:\App\Icones
UI_ICONS_EXTENSION=GIF

But my problem is not solved yet.
Please help me; I am so pressed of time.

Best regards
Previous Topic: Poor Performance in Accessing Remote Database
Next Topic: Update after assigning From LOV
Goto Forum:
  


Current Time: Fri Sep 20 08:39:00 CDT 2024