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

jpderyck

Members
  • Posts

    7
  • Joined

  • Last visited

jpderyck's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Hello, when I fill an input control with a sql query select (from ms sql server 2005) that returns more than 100 items, it takes a long time before user can apply a choice in the input control when running the report in jasperserver 4.5. if I do a select top 50 for example, it takes no time, but when the select return 250 items it takes 40 seconds before any button become available to apply a choice in the report is it a way to remediate at this ? best regards Jean-Paul
  2. Thank you Marius, but even if I change the place of the jasperserver.log file in WEB-INFlog4j.properties, I have still a problem with the unpackwars=false mode: found ths in the localhost log of tomcat: (listener) org.springframework.web.util.Log4jConfigListener java.lang.IllegalStateException: Cannot set web app root system property when WAR file is not expanded Does anyone succeeded in running jasperserver in the unpackwars=false mode ? best regards JP
  3. Hello, I use japserserver CE 4.5 with tomcat 6.0 and it runs ok in the configuration file server.xml of Tomcat, the unpackwars option is set to true, is it possible to use the unpackwars=false mode ? The problem when setting that value to false is for the log files that can not be written, so is there a way to tell jasperserver to write logs in another place than the actual place : C:Program FilesApache Software FoundationTomcat 6.0webappsjasperserverWEB-INFlogs best regards JP
  4. I made a report with Textfield showed vertically (using property rotation) in the column header, this works fine in iReport designer and in JS 4.5 with differents browsers but it seems that the rotation method changed in internet explorer 9 and 10. Using firebug (with firefox) we can see that the code generated by JS 4.5 contains differents methods for differents browsers : -webkit-transform: rotate(-90deg); /* Safari & Chrome */ -moz-transform: rotate(-90deg); /* Firefox */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) /* microsoft IE */ with internet explorer 9 and 10, I found on a forum that the method should be -ms-transform: rotate(-90deg); /* IE9+ */ and this should also be added to support Opera browser -o-transform: rotate(-90deg); /* Opera */ My questions are: - is it easy to make such kind of modifications by myself in JS 4.5 ? - is this correctly implemented in superior version of JS (5, 5.1, 5.2) ? best regards Jean-Paul
  5. Hello, Using JasperServer 4.5 I did the same modification as cbritton explained but with a zoom ration of 1.5 which is sufficient for me. The only problem is that when showing Charts, they appear fuzzy on the screen. What is strange is that this don't happend in iReport designer wich shows reports with the same zoom ratio of 1.5. Did someone find any solution to this ? Best regards Jean-Paul
  6. Thanks Saurabh, the solution I found is more simple but give the same result regardless the user level (admin or not) I just modified the default theme and use the file 'overrides_custom.css with this : #repoBrowse .resourcePath { float:left; width:45%; display:none; } this give the result but for every user... regards from Belgium JP
  7. Hello, is there a way to hide the report ressource ID (written in red under the report name) in the jasperserver UI ? can we show it when logged in admin and hide it when in simple user ? I work with jasperserver 4.5 CE thanks in advance JP
×
×
  • Create New...