If I had to guess blindly, I'd guess that your HTTP Requests have empty DOMAIN fields (because you are using an HTTP Request Defaults to fill that value in). If so, you can fix this by putting .* into your DOMAIN field for the requests under the modification manager.
If this is not the problem, maybe you could paste the NullPointerException stack trace to the list? -Mike On 30 May 2002 at 8:30, VANGENECHTEN, Jan wrote: > When using URL rewriting, I always receive a nullpointer exception and the next jsp >is not executed. > I even wrote a very small example (1 parameter, two simple jsp's), but always the >nullpointer is there. > Can anyone help ? > > Jan > > > > Mauricio, > > This might help you. >http://jakarta.apache.org/jmeter/usermanual/build-adv-web-test-plan.html > > -- Gurneet > > Mauricio Domingues Ribas <[EMAIL PROTECTED]> wrote: Hi all > > > > I am using URL Rewriting, as Mike said, attaching a Http Cookie Manager is > > not enough. What kind of effort is required on my part?? > > > > Thanks to all, > > Mauricio. > > > > > > -----Mensagem original----- > > De: Mike Stover [mailto:[EMAIL PROTECTED]] > > Enviada em: ter> �a-feira, 28 de maio de 2002 15:28 > > Para: JMeter Users List > > Assunto: Re: JMeter script > > > > > > If your web server is using cookies for session management, then attaching a > > > > Cookie Manager to your ThreadGroup should be all that's necessary. If you > > are > > using URL Rewriting, then more effort is required on your part. > > > > -Mike > > > > On 28 May 2002 at 12:43, Mauricio Domingues Ribas wrote: > > > > > Hi all!! > > > > > > I�ve been trying to test a web system, but didn�t succeed because (I�ll > > try > > > to explain what I was trying to do): > > > - The system implements sessions. I read in a book that JMeter does take > > the > > > cookies automaticaly, so it should get the number of the session, right? I > > > tried to put the Http Cookie Manager Controler, but it didn�t take the > > > cookie�s information... What should I do? > > > - I must access the system�s screens from the menu (as the url with the > > menu > > > is the same as the url I want to access). Is it necessary to write a > > script > > > to make that possible?? If so, in which language must the script be > > > written?? Do you have any examples? > > > > > > > > > Can anybody help me?? > > > Thanks, > > > Mauricio. > > > > > > > > > > > > > > -- > > Michael Stover > > [EMAIL PROTECTED] > > Yahoo IM: mstover_ya > > ICQ: 152975688 > > > > -- > > To unsubscribe, e-mail: > > > > For additional commands, e-mail: > > > > > > > > > > --------------------------------- > > Do You Yahoo!? > > Yahoo! - Official partner of 2002 FIFA World Cup > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

