You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by John Travis <td...@gmail.com> on 2009/03/27 04:58:00 UTC

Put string http:/ inside Path in HTTP Sampler

Hi, i need write a Path like this in a HTTP Sampler

 /portal/
server.pt/gateway/PTARGS_0_2494_357_530_0_43/http%3B/192.168.10.110%3B80/servwebrt/pt_action

but jmeter take only a substring because of substring "http:/"

How I can write mi path with "http:/" inside??

If anyone can help me out, I would appreciate it.


John T.

Re: Put string http:/ inside Path in HTTP Sampler

Posted by John Travis <td...@gmail.com>.
Thanks.

I test with google site and work

Inside the "View Results Tree"  in the "Request" tab i can see

GET
http://www.google.com/portal/server.pt/gateway/PTARGS_0_2494_357_530_0_43/http%3B/192.168.10.110%3B80/servwebrt/pt_action

with a new Test Plan with ALUI (Bea Portal), only one sanpler, url is good

GET
http://qa-alui.morrxxtets.com/portal/server.pt/gateway/PTARGS_0_2494_357_530_0_43/http%3B/192.168.10.110%3B80/servwebrt/pt_action

But when I put the Cookie Manager and the Login sampler in the test
proyect...  the URL change to this:

GET
http://qa-alui.morrxxtests.com/portal/server.pt?open=space&name=CommunityPage&id=0&cached=true&in_hi_userid=2494&control=SetCommunity&PageID=0&CommunityID=530
&
Cookie Data:
JSESSIONID=vTYKJNGVFwYcsfXB5J86PDNHvDxLTQTpk5dj83bSBGLGqH1ynKzn!1894221447;
plloginoccured=false
Request Headers:
Connection: keep-alive

and that was my mistake, when the URL change in the tab request i supose a
problem. but... works fine !!!

the ALUI PORTAL response OK!!!

I dont know why the URL change in the request tab, but Jmeter works fine
with the urls gatewayed of ALUI

Thanks


More about gatewayed url of alui:
http://download-llnw.oracle.com/docs/cd/E13158_01/alui/idk/docs103/javadocs/com/plumtree/remote/prc/IPortletBase.html
http://edocs.bea.com/alui/devdoc/docs60/Overview_of_the_Portal_Architecture/Web_Services/PlumtreeDevDoc_Overview_WebServices_Communication.htm












2009/3/27 Stefan Verhoeff <St...@tomtom.com>

> >
> > Hi, i need write a Path like this in a HTTP Sampler
> >
> >  /portal/
> >
> server.pt/gateway/PTARGS_0_2494_357_530_0_43/http%3B/192.168.10.110%3B80
> /s
> > ervwebrt/pt_action
> >
> > but jmeter take only a substring because of substring "http:/"
> >
> > How I can write mi path with "http:/" inside??
> >
>
> Hi John,
>
> How is this a problem? This path seems to work fine when I try it in a
> HTTP sampler.
>
> You could try URLencoding the / too, like 'http%3A%2F'
>
> (btw, %3B is semicolon)
>
> Stefan
>
> > If anyone can help me out, I would appreciate it.
> >
> >
> > John T.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

RE: Put string http:/ inside Path in HTTP Sampler

Posted by Stefan Verhoeff <St...@tomtom.com>.
> 
> Hi, i need write a Path like this in a HTTP Sampler
> 
>  /portal/
>
server.pt/gateway/PTARGS_0_2494_357_530_0_43/http%3B/192.168.10.110%3B80
/s
> ervwebrt/pt_action
> 
> but jmeter take only a substring because of substring "http:/"
> 
> How I can write mi path with "http:/" inside??
> 

Hi John,

How is this a problem? This path seems to work fine when I try it in a
HTTP sampler.

You could try URLencoding the / too, like 'http%3A%2F'

(btw, %3B is semicolon)

Stefan

> If anyone can help me out, I would appreciate it.
> 
> 
> John T.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org