Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.7
-
None
-
None
-
Win 2K, JDK1.4, Cactus-Maven-1.7,weblogic8
Description
I need to create Test Reports deploying the cactified war in Weblogic8 Container. So the tasks I am expecting are prepare cactified war, start the server, run the testcases, generate the Reports and stop the server.
When I give maven:cactifywar or maven:cactus, it is giving the following error.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
BUILD FAILED
File...... C:\Documents and Settings\701386\.maven\cache\cactus-maven-1.7\plugin
.jelly
Element... cactifywar
Line...... 279
Column.... 57
Servlet 'ServletRedirector' already defined
Total time: 39 seconds
Finished at: Fri Jun 16 12:21:08 GMT+05:30 2006
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
ServletRedirector is mapped in my web.xml. I checked the plugin.jelly too. Why does it show Servlet 'ServletRedirector' already defined even though I gave entry in web.xml?
Cant we achieve above objective with existing environment? Does it needs the change if cactus stuff?