Hi All,
 
We have one Web Application called Hummingbird BI Web Report. It is browser based Application.
It is Reporting Application.There user can view Reports which is created in one more tool called BI Query Admin and published into BI Web.
To View a Report user has to have valid username and password.
What it does ,it  first validate user credentials(user name and pwd) and allows him to view any report.This application is developed in servlet and webserver as tomcat(i hope so)..
 
Ok.Right now what i'm customizing that application. our client does like that original Application's User interface(frond end).
so i'm customizing that application with some more functionalities..
 
My objective is pass user credentials paramaters from my web application to BI Web application and get Session for that.
after that  pass parameters to view a report from my web application.
 
for eg..To login into original application i need to call this URL
 
http://servername:8070/biweb/request?biUName=administrator&biPwd=administrator  it is login into to BI web application ,creates session for this user and shows it own user interface.
 
once u get a session for broswer we can viewt report using this url
 
http://servername:8070/biweb/request?action=viewreport&hrrtp=r1/test/testReport.rep it shows testReport in your browser.for that u should have valid session.
 
 
now what i want is get Session from original application to my own custom application, and view report..
 
Now i'm using tomcat server 4.0.3 and trying with jsp.
 
i'm passing usercredentials to BiWeb application and try to get session of that application and i dont want original application's user interface.
 
can we do with include and forward action in jsp or any other ways is there for this?
 
i'm ready to use any web server and any web technology(ASP,servlet,jsp what ever)?
 
Pls advice and get back to me asap. it is very urgent.
 
Thanks and Regards
Yogaraj 


"THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE ADDRESSEE and may contain confidential and privileged information.

If the reader of this message is not the intended recipient,

you are notified that any dissemination, distribution or copy of this

communication is strictly Prohibited.

If you have received this message by error, please notify us

immediately, return the original mail to the sender and delete the

message from your system."


Reply via email to