Matt, I'm not sure I understand correctly. Correct me if I'm wrong in my understanding of what you're trying to achieve.
The WebRequest.setURL() is used to simulate a request to the specified URL. It does not connect to it. The cactus client side always makes a HTTP connection to the Cactus Redirector. However, the servlet implicit objects (request, config, context, etc) are wrapped to return the simulated URL when asked for it. Hope it helps. -Vincent Note: I've not looked yet in the file you've provided as I wanted to get this clear before. I will it you tell me that this was also your understanding. Thanks. > -----Original Message----- > From: Matt Sullivan [mailto:[EMAIL PROTECTED]] > Sent: 12 February 2002 20:41 > To: Cactus Users List > Subject: setURL question > > First, very cool tool! > > My environment: > WebLogic Server 6.1 > WebLogic Commerce Server 3.5 > JDK 1.3.1_01 > Cactus 1.2 (2.2) > > My application code currently works. When my code invokes WebLogic > Commerce > Server Webflow I encounter no problems. Typing the URI into a browser > directly > works. My attempts to invoke the same URI with setURL() has been > unsuccessful. > > Any guidance is very much appreciated. > > The attached file contains debugging information. > > Thanks in advance, > Matt -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
