Hi, 

Not to my knowledge. 

I've a similar situation (kind of the opposite :) ) with our webapp where the 
context path of the webapp is part of the path, but can change each time I test 
a new release. What I did was define the webapp value in a variable and 
reference that variable in the samplers "path" field, like this: 

${api.server.context}/sng/snss 

You could setup a variable like ${url.prefix} where it's value is 
"/folder1/folder2 ", though I'm not sure how useful that would be to you. 

Regards, 
Noel 

----- "Andrey Simonov" <[email protected]> wrote: 
> 
> Hello, 
> 
> I have a question regarding HTTP Request Defaults - is there any way to 
> specify a default folder in this element or anywhere else? 
> 
> Currently only server name and port are defaulted. But all my server 
> requests go like 
> 
> server:port/folder1/folder2 
> 
> So is there any way not to specify folder1/folder2 all the time? 
> 
> From Help on 'HTTP Request Defaults' element: 
> Note that the path is the default for the full path, not a prefix to be 
> applied to paths specified on the HTTP Request screens. 
> -- 
> View this message in context: 
> http://www.nabble.com/HTTP-Request-Defaults---specify-default-folder-tp25028940p25028940.html
>  
> Sent from the JMeter - User mailing list archive at Nabble.com. 
> 
> 
> --------------------------------------------------------------------- 
> To unsubscribe, e-mail: [email protected] 
> For additional commands, e-mail: [email protected] 
> 
> 

Reply via email to