Hi there,
I'm writing test cases using Cactus which would be running in Weblogic
Portal 7.0.
Now, to test a piece of code, which invokes Weblogic's tag, doesn't work
and what I found that in Weblogic's JSP tag there is statement:
public static String getWebAppName(ServletContext theContext)
I checked this url, but there isn't any nightly release here.
http://cvs.apache.org/builds/jakarta-cactus/nightly/2004-04-14/
"Vincent Massol" <[EMAIL PROTECTED]>
14/04/2004 04:58 PM
Please respond to "Cactus Developers List"
To: "'Cactus Users List'" <[EMAIL PROTECTED]>
We are using Cactus and its intergrated with existing web application,
called as "eservice".
Now, due to security contraints controlled by SiteMinder people in our
environment, all Cactus related redirectors and test runner is mapped to
"/eservice/test" and hence cactus.contextURL should be
"cac
0004/02/18 16:31:40:490 EST [DEBUG] ConnectionHelperFactory -
-http://pc23165:80/eservice/ServletR
directorSecure],
[EMAIL PROTECTED])
004/02/18 16:31:40:490 EST [DEBUG] ConnectionHelperFactory -
->getConnectionHelper = [org.apache.cactus.client.connecto
[EMAIL PROTECTED]
004/02/18 16:31:40:490
I'm writing a test case, which is using form authentication. App Server is
Weblogic Portal Server 7.0 SP4.
I'm using ServletTestRunner to run the test case.
But its not working, I tried everything, but didn't get any success.
Here is the test case code:
import junit.framework.*;
import org