Hi All
 
My web application reads the IP of the client machine from which a particular request 
came to it using httpServletRequest.getRemoteAddr(). Lets think that there are 10 
users accessing this application from 10 different machines. Thereby the application 
reads 10 different IP addresses corresponding to these 10 different users.
 
My actual problem is simulating these 10 users from the JMeter. When I am using 10 
users from the JMeter, all the 10 users are sending the same IP, there by only the 
last user is accessing the application and the remaining are not accessing the 
application i.e. they are logged out as the Single Sign On is enabled.
 
So is there any way I can assign 10 different IPs for 10 Users by changing some 
classes of JMeter? 
 
Please give me suggestions in achieving this functionality.
 
Thanks & Regards
Eda


---------------------------------
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today

Reply via email to