Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Icons not appearing in Formbuilder 10g

Re: Icons not appearing in Formbuilder 10g

From: Manny <manus.fealy_at_state.ma.us>
Date: Wed, 06 Jun 2007 10:27:37 -0700
Message-ID: <1181150857.172767.123000@z28g2000prd.googlegroups.com>


The problem is solved. The answer was to edit and update the following files with the statements that follow them below:

Edit the following bold faced files and update with the content listed underneath each file name below:

C:\oracle\DevSuiteHome_1\forms\java\oracle\forms\registry
# default.icons.iconpath=

default.icons.iconpath=http://host:port/forms/java/icons/ default.icons.iconextension=gif

Forms\Server\formsweb.cfg:
# Forms applet parametercodebase=/forms/java
# Forms applet parameter

imageBase=codebase

Forms\Server\forms.conf
# Virtual path for icons on formbuilder applications
AliasMatch ^/forms/java/icons/(..*) "C:\oracle\DevSuiteHome_1/forms/ java/icons/$1"

I want to personnally thank everyone who was a part of the solution. P.S.
You can get the host and port from the formbuilder program menus...please choose Edit and click on Preferences...then click on Runtime....the dialogue box with the runtime parameters will pop up....the host and port are listed on the Application Server URL box on that page. If they don't show up in that box then you need to click "RESET to Default" next to Application Server URL.

Thanks again everyone,
manny Received on Wed Jun 06 2007 - 12:27:37 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US