Re: Webutil

  • From: "Jeff Herrick" <jherrick@xxxxxxx>
  • To: ax.mount@xxxxxxxxx
  • Date: Fri, 14 Jan 2011 13:08:42 +0000

Just add the required Webutil parameters to your Appw etc config sections.

BaseJinitiator and BaseJPI params should be se to webutiljpi (webutiljini) in 
the app sections and watch out for the jar file line....I.e. Add frmall.jar etc 
in your current archive= command to the webutilArchive command

The install dic is actually pretty good for 10g....except for how to specify 
the jar file line

HTH 
Sent wirelessly from my BlackBerry 

-----Original Message-----
From: amonte <ax.mount@xxxxxxxxx>
Sender: oracle-l-bounce@xxxxxxxxxxxxx
Date: Fri, 14 Jan 2011 11:16:10 
To: Oracle-L Group<oracle-l@xxxxxxxxxxxxx>
Reply-To: ax.mount@xxxxxxxxx
Subject: Webutil

Hi all

Probably a bit OT please bear with me.

I would like to use webutil in Forms 11g, currently I have three
applications running and I access them using these URL

http://fmrserver:8888/frmservlet?config=app1
http://fmrserver:8888/frmservlet?config=app2
http://fmrserver:8888/frmservlet?config=app3

Looks that to use webutil we must append config=webutil in the URL so above
would look like

http://fmrserver:8888/frmservlet?config=app1&config=webutil
http://fmrserver:8888/frmservlet?config=app2&config=webutil
http://fmrserver:8888/frmservlet?config=app3&config=webutil

This do not work as expected. Is there anyway so I can perverse config=app1
and use webutil in the sametime?

TIA

Alex

Other related posts:

  • » Webutil- amonte
  • » Re: Webutil - Jeff Herrick