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

manuel.dadda

Members
  • Posts

    4
  • 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

Posts posted by manuel.dadda

  1. I found the parameters here:

    Launch the Tomcat configuration application. If you installed the bundled Tomcat, you can do this by going to the <js-install>/apache-tomcat/bin directory and double-clicking the jasperreportsTomcat.exe file. 

    Thank you to all

  2. Hi all,

    I have an image field with this expression:

    $F{IMAGE} == null ? null : "http://server:port/service?imageuri=" + $F{IMAGE}

    I need that if the server does not return a response after 2 seconds, the expression return null.

    I search in the forum and google, but I didn't find anything that can help me.

    Do you have any ideas? Thanks

  3. Hi All,

    I need help with Jasper Server Windows. I am trying to increase the memory from the default -Xms1024m -Xmx2048m to -Xms2048m -Xmx4096m. 

    I edited the file setenv.bat in C:Jaspersoftjasperreports-server-cp-7.8.0apache-tomcatbin but the memory does not change.

    This is the file:

    set JAVA_HOME=C:JASPER~1JASPER~1.0java
    set JRE_HOME=%JAVA_HOME%
    REM set JAVA_OPTS= --JvmMs 2048 --JvmMx 4096 --JvmSs 2000 %JAVA_OPTS%
    set JAVA_OPTS=%JAVA_OPTS% -Xms2048m -Xmx4096m

    From the Catalina log, I see these logs:

    09-Mar-2023 11:51:46.839 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms1024m
    09-Mar-2023 11:51:46.839 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx2048m
    09-Mar-2023 11:51:46.839 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xss2000k

    Does anyone face this issue?

    Thank you very much

×
×
  • Create New...