I was getting this same error and it took me some time to get around it. First, I decided to use a WAR file to deploy, rather than an unpacked directory. Second, I had to comment out the jasper2 task in the compile target because it was messing up my web.xml file in unimaginable ways.
It is supposed to automatically add the mappings for the compiled JSPs. It doesn't do that in your original web.xml.
The result is not supposed to be messed up, and there's an attribute (with an explicit name) which triggers that.
Do I get more details about what went wrong ?
I would switch to deploying via WAR file and check your web.xml file for problems. Are you using the Deployer package to deploy?
-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxx Rémy Maucherat Senior Developer & Consultant JBoss Group (Europe) SàRL xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]