<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Re: problem occurs in jboss when two wars are deployed
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/robertpattinson">Robert Pattinson</a> in <i>JBoss Web Development</i> - <a href="http://community.jboss.org/message/640869#640869">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hey <a class="jive-link-profile-small" href="http://community.jboss.org/people/jack_chi">Yuanjia Chi</a>,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p> Sorry its taken so long to get back to you - the problem you are seeing is because the war that you are deploying contains ALL the jars needed to build and run the platform. All of these jars are not necessary in JBoss, because JBoss has its own version of some of them that it prefers to use. Unfortunately, some of them actually cause JBoss to not deploy your war, but because the war is packaged as generically as possible we don't just exclude these jars.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p> So the solution is for you to open up the war, delete the necessary jars, repackage the war file and redeploy it. The list of jars that COULD cause trouble are:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p> activation.jar</p><p> concurrent.jar</p><p> dom4j-1.5.2.jar</p><p> hsqldb.jar</p><p> jaxen.jar</p><p> mail.jar</p><p> saaj.jar</p><p> jaxrpc.jar</p><p> xercesImpl.jar</p><p> xml-apis.jar</p><p> cglib-2.1.jar</p><p> commons-httpclient-2.0.2.jar</p><p> commons-logging.jar</p><p> log4j-1.2.8.jar</p><p> jsp-api.jar</p><p> servlet-api.jar</p><p> asm.jar</p><p> asm-attrs.jar</p><p> ehcache-1.1.jar</p><p> hibernate3.jar</p><p> jta.jar</p><p> foEmitter.jar</p><p> htmlEmitter.jar</p><p> portlet-api-1.0.jar</p><p> The jars that are most likely the root of your problem are servlet-api.jar and jsp-api.jar. I would recommend removing atleast those two, redeploying and seeing if you experience any other troubles. Let me know how it goes for you!</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks</p><p><span class="jive-userbar-user-welcome"><a class="jive-link-profile-small" href="http://community.jboss.org/people/robertpattinson"><strong>Robert Pattinson</strong></a></span> </p><p>Hope you wont mind</p><p><a class="jive-link-external-small" href="http://www.moovieland.com/watch-mission-impossible-iv-online.htm">Watch Full Mission: Impossible Ghost Protocol Movie Online</a></p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/640869#640869">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Development at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2112">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>