Hi Vijay,

Your answers:

1. Yes
2. You have to add in your formsweb.cfg one entry for each application. For example we have two application running in the same Application Server and in the formsweb.cfg we have:

[sifer]
baseHTML=sifer.htm
baseHTMLJinitiator=siferjini.htm
baseHTMLie=siferie.htm
serverURL=/servlet/oracle.forms.servlet.ListenerServlet
envFile=d:\oracle\isuitesdev\forms60\server\sifer.env
workingDirectory=d:\sifer
width=800
height=600
align=center
colorScheme=teal
splashScreen=d:\icons\X_e24.gif
background=d:\icons\X_e24.gif
logo=no
otherparams=useSDI=yes
archive=f60all.jar,sifer.jar,CalendarWidget.jar
archive_jini=f60all_jinit.jar,sifer.jar,CalendarWidget.jar
imagebase=CodeBase
serverApp=sifer.dat
separateFrame=True
form=kk.fmx
;
[sota]
baseHTML=sota.htm
baseHTMLJinitiator=sotajini.htm
baseHTMLie=sotaie.htm
serverURL=/servlet/oracle.forms.servlet.ListenerServlet
envFile=d:\oracle\isuitesdev\forms60\server\sota.env
workingDirectory=d:\sota
width=800
height=700
align=center
colorScheme=blue
logo=no
otherparams=useSDI=yes
archive=f60all.jar,sifer.jar,CalendarWidget.jar
archive_jini=f60all_jinit.jar,sifer.jar,CalendarWidget.jar
imagebase=CodeBase
serverApp=sota.dat
separateFrame=True
form=stprncpl.fmx

For the two applications. Note that between each application the marks [] are separated by ;

After this logically you have to configure each application to work correctly.

Hope that helps

Angel