<!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="https://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;">
    issues porting from websphere to JBoss AS7
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/pgunda">Praveen Gunda</a> in <i>JBoss Web Development</i> - <a href="https://community.jboss.org/message/798986#798986">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>I have a Web application that uses JSP &amp; Servlets. This is currently running on Websphere 7.1. We are trying to port to JBoss AS 7.1.1 in standalone mode to start with and am having issues.</p><p>The WAR deployed successfully and I get the home page (Static HTML)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Our application uses two files ibm-bnd-ext.xmi and ibm-web-ext.xmi .. These two files seem to be Websphere specific and detail the configuration of the JSP engine and Servlet engine.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>IBM-web-ext.xmi</strong></p><p><strong><br/></strong></p><pre ___default_attr="xml" class="jive_text_macro jive_macro_code"><p>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</p><p>&lt;com.ibm.ejs.models.base.extensions.webappext:WebAppExtension xmi:version="2.0" xmlns:xmi="<a class="jive-link-external-small" href="http://www.omg.org/XMI" rel="nofollow" target="_blank">http://www.omg.org/XMI</a>" xmlns:com.ibm.ejs.models.base.extensions.webappext="webappext.xmi" xmi:id="WebAppExtension_1" reloadInterval="3" reloadingEnabled="true" additionalClassPath="" fileServingEnabled="true" directoryBrowsingEnabled="false" serveServletsByClassnameEnabled="true"&gt;</p><p>&#160; &lt;webApp href="WEB-INF/web.xml#WebApp"/&gt;</p><p>&#160; &lt;jspAttributes xmi:id="JSPAttribute_1310946960877" name="reloadEnabled" value="true"/&gt;</p><p>&#160; &lt;jspAttributes xmi:id="JSPAttribute_1310946960878" name="reloadInterval" value="10"/&gt;</p><p>&lt;/com.ibm.ejs.models.base.extensions.webappext:WebAppExtension&gt;</p></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>IBM-BND-EXT.xmi</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><pre ___default_attr="xml" class="jive_text_macro jive_macro_code"><p>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</p><p>&lt;com.ibm.ejs.models.base.bindings.webappbnd:WebAppBinding xmi:version="2.0" xmlns:xmi="<a class="jive-link-external-small" href="http://www.omg.org/XMI" rel="nofollow" target="_blank">http://www.omg.org/XMI</a>" xmlns:com.ibm.ejs.models.base.bindings.webappbnd="webappbnd.xmi" xmi:id="WebAppBinding_1" virtualHostName="default_host"&gt;</p><p>&#160; &lt;webapp href="WEB-INF/web.xml#WebApp"/&gt;</p><p>&lt;/com.ibm.ejs.models.base.bindings.webappbnd:WebAppBinding&gt;</p></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>What is the equivalent configuration of these in JBoss?</strong></p><p><strong>Also, how do we enable Serve Servlets by Class Name in JBoss?</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>Any help is greatly appreciated...<br/></strong></p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/798986#798986">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Development at <a href="https://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>