Skip to Content
0
Former Member
May 09, 2018 at 07:50 PM

Jmeter Load Testing on BI Platform with Apache - Tomcat Split

228 Views Last edit May 10, 2018 at 07:38 PM 2 rev

My problem at the moment is this:

I can generally run jMeter against BOE4.2 SP5 for simulated user logins, navigation; open and refresh a Webi report; and logout. All is good.

I am doing an Apache "Split" - fronting Apache Web server to tomcat as per various references on this forum, etc. The split works fine on 4.2 with Apche 2.4 and jk_mod on Windows.

When i try to run the jMeter working test plan; my run breaks with errors like:
"The requested URL /BOE/portal/0/InfoView/js/utils.js was not found on this server" ..

Because the "split" is placing static content on the Apache side; i suspect the jmeter portal_id [(\d+)] extraction happening for 4.2 is wrong.

It looks like it is not reading the split correctly. See below where the portal_id seems to get lost..

Has anyone run into this?