I made a jar file using jdeveloper
content of that jar file is a form(Client tier-swing/jclient for BC4J-form)
named frmStudent.
I would like to to invoke frmStudent in that jar file using weblogic
so that i copied the jar file to
D:\girish\config\sumaria\applications\DefaultWebApp\WEB-INF\lib\
and my StartWeblogic.cmd is in
D:\girish\config\sumaria\
if my jsp file(mainpage.jsp) is placed in
D:\girish\config\sumaria\applications\DefaultWebApp\
i will invoke it by the url
http://localhost:5678/mainpage.jsp
Please Tell me which url will direct me to my frmStudent in my jar file
(suppose my weblogic is already running in dedevelopment mode)