• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
Sheriffs:
Saloon Keepers:
  • Peter Rooke
Bartenders:

How to indentify a request that goes form one server to another

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a problem like this. My Application is depolyed in this fashion.

Browser -- ServerApplication -- My Application

Now the requirement is like this. Server Application will access to My application and once the User logged in to My application. If the user submits the data the request will come to My Application. But the server application identifes that request and appends some more parameters in that.

My Applicaion is J2EE deployed in Weblogic 6.1, The request is HTTP Request

Please let me know if this possible.

If yes how to simulate that.

Thanks and Regards,
Saravanan.K
 
Ranch Hand
Posts: 1026
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, but I don't see what you mean.

I assume you want the request to your application to be identified and processed before it reaches. Filter can be used for this type of pre-processing.
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Or you mean to say that ServerApplication is working as an agent between MyApplication and the user.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic