Accessing a Servlet from a business delegate class of another web application
Kumar Kausikasa
Ranch Hand
Joined: Jun 04, 2002
Posts: 45
posted
0
Hi,
My requirement is as follows. I have two servlet based web applications A and B. From the application A business delegate class, i have to call a servlet in application B, get the data.
I thought i would be able to do this via URLConnection. Following is the code snippet, but the call to servletB is not happening
Am i doing something wrong here ? If yes, please let me know the approach how this can be accomplished.
Please see ItDoesntWorkIsUseless. Also, please make sure you take the time to examine your post after you've made it--you had disabled BB code, making the code tags non-functional.