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

laugue

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by laugue

  1. I installed a SLES 10 SP1 server. I installed Tomcat 5.0 and MySQL 5.0.26 on this server. I tried to installed the jasperserver binary package (jasperserver-2.0.1-linux-installer.bin) with my preinstalled instance of Tomcat and MySQL. The installation seems to be good. But when I try to connect to http://myserver:8080/jasperserver, it does not work.... Is there someone that has installed Jasperserver on the same OS (SLES 10 SP1) ??
  2. When I leave blank the default value, I got a "No result" message in jasper.
  3. I try to use date parameters (type java.util.Date) with a report. SELECT ... FROM ... WHERE date >= $P{Date1} AND date <= $P{Date2} I have set default value for the 2 parameters like this : new Date(01,01,2001) for Date1 and new Date(31,12,2099) for Date2 but it doesn't work when I launch the report in jasper without parameters. Could you help me.
×
×
  • Create New...