Link to home
Start Free TrialLog in
Avatar of dragy
dragy

asked on

how to deploy web form on Oracle AS 10g

Hi all,
I'm new in Oracle Application Server 10g. I have read about it, but didn't find some answers like how to deploy web form step by step (precisely how to make .war file for my app). If someone can help me, i will appreciate any answer.

dragy
Avatar of ramumorla
ramumorla
Flag of United Kingdom of Great Britain and Northern Ireland image

Avatar of dragy
dragy

ASKER

Thanks ramumorla, but I didn't find on this link  what I'm looking for.
I have some books about OAS 10g and its console and I found how to add new app but I don't know how to make war (web archive) file needed for deploying form.
Try this link - I had the same question and this is what I've found so far:

http://download-east.oracle.com/docs/cd/B25221_04/portal.1013/b25601/pdg_pack_dep.htm

Avatar of dragy

ASKER

I started with reading tutorial but can't find
/pdk/jpdk/v2/template.war
on my pc.
I'm not sure did I correctly install Oracle Application Server and Oracle Developer Suite.
If you're not sure of the installation and you can't find the war file this doc suggests, perhaps you should take a step back and reinstall one or the other - that is, either the middle tier or the developer suite - I would start at the developer suite.  Remember the middle tier and the developer suite should have a different ORACLE_HOME...and commonly have the same ORACLE_BASE.
Avatar of dragy

ASKER

I did reinstall but still can't find template.war file nor pdk folder. Do this file and folder belong to OAS or Developer? Can I deploy my form adding new conf section in formsweb.cfg file or I have to make .war file ...?
ASKER CERTIFIED SOLUTION
Avatar of bpeterse
bpeterse
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dragy

ASKER

Thanks bpeterse,
I need just start with deploying. I'll learn latter how to deploy forms and complicated things.
Avatar of dragy

ASKER

Can you also send to me an example of config section, what this section should to comprise.
here's an example of a config section in formsweb.cfg:

[<your_appname>]
splashScreen=/icons/<your_icon>.gif
background=/icons/<your_background_pic>.gif
form=<absolute_path_to_form/form_name.fmx>
pageTitle=<title_you_want_to_display>
workingDirectory=<absolute_path_to_where_all_your_forms_reside>
lookAndFeel=oracle
userid=<username/password@DB_instance>
name=<whatever>
pageTitle=<also_whatever>
separateFrame=true
width=1050
height=750
colorScheme=blue

BTW- the formsweb.cfg file has plenty of direction in it as to what is required, what's optional and so on...but this will get you on your way.  Your URL to access it will be: http://<your_server_name>/forms/frmservlet?config=<your_appname>  
Avatar of dragy

ASKER

thanks bpeterse,
few more questions, please.

Does <absolute_path_to_form/form_name.fmx> mean something like "D:\\Oracle_Forms_Primjeri\10g/TOSS\admin_TOSS\admin.fmx" ?

Should I set up some another file or setting formsweb.cfg is all I need?

Could you send to me an example of creating .war file.

Thanks a lot