I re-read the docs and a good reference book I picked up 3 days ago. In the last I seem to have used the proper approach. Ref. page 448 of Java Tools for XP with the middle three parameters using the format "/"+name
I would really like to get this resolved tonight because tomorrow we make a go/no-go on the use of Cactus for our unit tests. Thanks in advance, Matt Matt Sullivan wrote: > > Nick, > > In the beginXXX() methods I use variants of: > > request.setURL( SERVER_NAME + SERVER_PORT, "/"+CONTEXT_PATH, > "/"+SERVLET_PATH, > "/"+PATH_INFO, "origin=index.jsp&event=button(Login)" ); > > Regards, > Matt > > Nicholas Lesiecki wrote: > > > > Whare are you calling setUrl? > > > > Cheers, > > > > Nick > > > > -----Original Message----- > > From: Matt Sullivan [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, February 12, 2002 2:45 PM > > To: Cactus Users List > > Subject: Re: setURL question > > > > The following is also unsuccessful: > > > > TestWorklistIP.testSendFull(): BEGIN > > REQUEST ATTRUBUTES: > > ServerName = scooby.beasys.com: > > ServerPort = 6032 > > ServletPath = /application > > PathInfo = /commercewf > > ContextPath = /eOrders > > QueryString = origin=index.jsp&event=button(Login) > > RequestURI = /eOrders/application/commercewf > > ATTRIBUTES: > > HEADER: > > User-Agent = Java1.3.1_01 > > Host = scooby.beasys.com:6032 > > Accept = text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 > > Connection = keep-alive > > Content-type = application/x-www-form-urlencoded > > Content-length = 608 > > PARAMETERS: > > event = button(Login) > > ServletTestRedirector_Service = CALL_TEST > > ServletTestRedirector_AutomaticSession = true > > ServletTestRedirector_TestClass = > > com.bea.web.eorders.ui.priv.worklist.TestWorklistIP > > ServletTestCase_URL_QueryString = origin=index.jsp&event=button(Login) > > ServletTestCase_URL_ContextPath = /eOrders > > recordSpec = com.bea.web.eorders.pub.forms.worklist.Worklist > > ServletTestCase_URL_Server = scooby.beasys.com:6032 > > ServletTestCase_URL_PathInfo = /commercewf > > ServletTestCase_URL_ServletPath = /application > > origin = index.jsp > > ServletTestRedirector_TestMethod = testSendFull > > formName = GetRecentTransactions > > TestWorklistIP.testSendFull(): END > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
