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

ghudson_1

Members
  • Posts

    284
  • Joined

  • Last visited

  • Days Won

    3

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Entry Comments posted by ghudson_1

  1. If so, try this in a textfield expression of a test jrxml report:<![CDATA[((javax.servlet.http.HttpServletRequest)$P{REPORT_PARAMETERS_MAP}.get("HTTP_SERVLET_REQUEST")).getHeader("X-Forwarded-Host")]]>[/code]

    Or modify your appserver's logging, here's an example for tomcat:

    https://community.jaspersoft.com/wiki/add-header-tomcat-access-log-valve

    Additionally, something a little more superfluous would be to dump the entire http request (minus the body) via apache's RequestDumperFilter servlet:

    https://www.stackextend.com/java/tomcat/tomcat-debugging-tips-trace-full-request-content-of-all-coming-requests/

     

  2. #MISFIRE_INSTRUCTION_SMART_POLICY=0

     

    single job:

    #MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY=-1

    #MISFIRE_INSTRUCTION_FIRE_NOW=1

     

    simple repeating job:

    #MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY=-1

    #MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_EXISTING_COUNT=5

    #MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_REMAINING_COUNT=4

    #MISFIRE_INSTRUCTION_RESCHEDULE_NOW_WITH_EXISTING_REPEAT_COUNT=2

    #MISFIRE_INSTRUCTION_RESCHEDULE_NOW_WITH_REMAINING_REPEAT_COUNT=3

     

    calendar/cron job

    #MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY=-1

    #MISFIRE_INSTRUCTION_FIRE_ONCE_NOW=1

    #MISFIRE_INSTRUCTION_DO_NOTHING=2[/code]

     

  3. Hey andrew_50, perhaps you should create a new community post with your question since this wiki article is unrelated to HTTPS vs HTTP requests.   This wiki is about encyption of particular repository data (sensitive content such as database passwords in the configuration and user passwords in the database and export catalogs)) and implications around moving/managing repo data between instances.   The encryption process related to this wiki doesn't relate to SSL in any way.

  4. You can save the snapshot (discussed beneath first picture) for 'offline' review.

    Example, hit CPU button, run your test-action, after your test-action completes, hit Stop, then hit the Snapshot button.   You'll see [snapshot <time>]  listed in the left frame, rightclick that and choose Save As, then you can upload the resulting .nps file to a support case or give the the .nps to someone else for opening & review in their own jvisualvm.exe offline.

×
×
  • Create New...