hussainian Posted November 3, 2009 Share Posted November 3, 2009 Hi!I'm using the the Sample Java Web Service provided by JasperServer to run the reports. I've made a small change. Normally when a report is clicked, it goes to the page with a combo box showing the export options. But i put the following code to view the report directly as in JasperServerhttp://localhost:8080/jasperserver/flow.html?_flowId=viewReportFlow&reportUnit=<%=rd.getUriString()%>&standAlone=flase&ParentFolderUri=/reports"The problem is that when I click the report name, the JasperServer login page appears asking for login. I want to remove this page by either removing the Login Check or by autmatically logging in with hard coded user/pass. Is it possible? Please help me regarding this.Thanks & Best Regards. Link to comment Share on other sites More sharing options...
suedonne123 Posted November 6, 2009 Share Posted November 6, 2009 Just include the following request params on the url...&j_username=<YOUR_LOGIN>&j_password=<YOUR_PASSWORD> This would be visible then on the URL...which is usually not desirable...I resolved this by using hidden input fields to post out to this url... Link to comment Share on other sites More sharing options...
anaganirakesh Posted June 15, 2012 Share Posted June 15, 2012 Hi1) I want to bypass the jasper page login.html page and i nedd to enter through the url to acess it ,so i got it by following linkhttp://localhost:8080/jasperserver/flow.html?_flowId=searchFlow&j_username=jasperadmin&j_password=jasperadmin 2)This would be visible then on the URL...which is usually not desirable... 3)can any one sugest me how do I resolved this by using hidden input fields to post out to this url..if you are send any particular links will be appriciate Thanks,Rakesh Post Edited by anaganirakesh at 06/15/2012 09:34 Link to comment Share on other sites More sharing options...
lokinindi18 Posted June 29, 2012 Share Posted June 29, 2012 Did you get any solution ? Link to comment Share on other sites More sharing options...
virenptl40 Posted July 10, 2014 Share Posted July 10, 2014 Hi, Can you tell me how to use scriptlet in jasper server. Please help me i stuck in a middle of a report development. I am replacing parameter value in my query using scriptlet. It is possible with iReport but i have no idea how i can use scriptlet in jasperserver. Please help. Thanks in advance. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now