Jump to content
We've recently updated our Privacy Statement, available here ×

tlsilcankln

Members
  • Posts

    9
  • Joined

  • Last visited

tlsilcankln's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I am using Jasper 6.2 community server with some reports scheduled to run with email notification. the report run as scheduled and email notification succesfully sent to users with a link to the excel file in a folder on repository. However, problem arise where user did not already have logged in Jasper and then click the email link to access the report. It will redirect the user to login page and after login authentication ok, the excel will be downloaded. But when user try to login the Jasper system, it just keeps on redirecting to download the excel file repeatedly. Have to clear browser's cache (browsing history cache) so that the Jasper login page works again. Otherwise, all successful login attempts will only lead to download of the report instead of going into jasper reporting system menu. Is there a workaround to solve the problem? I am using the suggestion in http://community.jaspersoft.com/wiki/how-disable-link-report-output-e-mail-sent-scheduler-users to modify jasperserver-proWEB-INFbundlesjasperserver_messages.properties by changing the line: report.scheduling.notification.repository.link.line= {0} {1}n to report.scheduling.notification.repository.link.line= {0} n to suppress the link being sent to user to avoid them having a report link to click. thanks !
  2. thanks. re-installing seems to be easier. Modify default.master.properties's property encrypt=true prior to installation (build from source) can archieve obfuscating plain text password in ldap config file sampleapplicationContext-externalAuth-LDAP.xml but what are the steps to maintain the credentials for password change ? i.e. in the applicationContext-externalAuth-LDAP.xml : <bean id="ldapContextSource" class="com.jaspersoft.jasperserver.api.security.externalAuth.ldap.JSLdapContextSource"> <constructor-arg value="${external.ldap.url}" /> <property name="userDn" value="${external.ldap.username}" /> <property name="password" value="${external.ldap.password}"/></bean> the default_master.properties file contains external.ldapUrl=ldap://hostname:389/dc=example,dc=comexternal.ldapDn=cn=Administrator,dc=example,dc=comexternal.ldapPassword=password my problem is that if there is password change after installation, how to update the default_master.properties file.can the buildomatic script run again to encrypt the changed password in plain text in default_master.properties file over an existing installation and just restart the server after build ?
  3. what is the purpose of installing another instance ? to reuse the existing repository and all reports and resources ? rather than installing another instance, can I export everything to zip file using the manage > server setting > export feature and then uninstall the server and re-install it with encryption turn on ? all my purpose is to avoid exposing the windows user and password for ldap setting. thanks
  4. I have installed a jasper server ce 6.2.1 and now want to use the ldap to synchronize windows AD users. but the setting in default_master.properties will expose the windows user and password. found some documentation on jaspersoft community that "Passwords in configuration files are encrypted during JasperReports Server installation." My question is : is it possible to add password encryption protection to my jasper server after installation ? thanks!
  5. Hi, I have set up 2 identical jasper server running on CentOS 7. I have additionally setup another CentOS 7 for load balancer. before setup the load balancing, I want to configure the 2 jasper servers to use shared repository database residing in the load balancer Tomcat server using mySQL. is this setup possible? does anyone have a working example of how to do this ? so many thanks,
  6. I tried to find more concrete example for setting up clustering but seems not much resources found. I have installed cp v6.1 on 2 Centos 7 box and one web server + Tomcat on another Centos 7 box. but I don't know how to configure the load balancer on the third Centos box. anyone have experience on this? next question is that how to confgure a shared repository on yet another machine (window SQL server 2008R2) using MySQL? concept i know , but need some concrete real case example in setting it up. As Jasper v6.1 installation default use postgres, now I want to use mySql. following the JasperReport-Server-CP-Insall-Guid.pdf, it did not mention how clustering / shared repository be setup. should I use mySQL cluster version to set up 2 data nodes , 2 SQL nodes and 2 MGM nodes in the centos boxes ? thx
  7. Hi, I have installed 2 centos box with identical config: centos 7 : 3.10.0-123.el7.x86_64 jasper cp v6.0.1 with bundled apache-tomcat and postgre sql. I don't need a cluster but want to do load balancing. however, following the guide http://community.jaspersoft.com/documentation/jasperreports-server-ultimate-guide/v55/load-balancer-configuration I can't find the httpd.conf to work with. nor there is names like apache2.conf thx
  8. Hi Guys, I am planning to improve our Jasper server performance and I have 2 questions to ask: 1. will Linux Server better than Windows 7 Professional on a PC grade machine with 4 Gb ram? 2. if I plan a clustering approach to use less powerful pcs to load balance request, is it possible to add mixed platform jasper report server to cluster node. i.e. same server setting , including the version, but different os (e.g. windows 7, Centos Linux) all comments are welcome. thanks!
×
×
  • Create New...