[jboss-dev-forums] [JBoss Web Development] - issues porting from websphere to JBoss AS7
Praveen Gunda
do-not-reply at jboss.com
Thu Feb 21 22:01:21 EST 2013
Praveen Gunda [https://community.jboss.org/people/pgunda] created the discussion
"issues porting from websphere to JBoss AS7"
To view the discussion, visit: https://community.jboss.org/message/798986#798986
--------------------------------------------------------------
I have a Web application that uses JSP & 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.
The WAR deployed successfully and I get the home page (Static HTML)
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.
*IBM-web-ext.xmi*
*
*
<?xml version="1.0" encoding="UTF-8"?>
<com.ibm.ejs.models.base.extensions.webappext:WebAppExtension xmi:version="2.0" xmlns:xmi=" http://www.omg.org/XMI http://www.omg.org/XMI" 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">
<webApp href="WEB-INF/web.xml#WebApp"/>
<jspAttributes xmi:id="JSPAttribute_1310946960877" name="reloadEnabled" value="true"/>
<jspAttributes xmi:id="JSPAttribute_1310946960878" name="reloadInterval" value="10"/>
</com.ibm.ejs.models.base.extensions.webappext:WebAppExtension>
*IBM-BND-EXT.xmi*
<?xml version="1.0" encoding="UTF-8"?>
<com.ibm.ejs.models.base.bindings.webappbnd:WebAppBinding xmi:version="2.0" xmlns:xmi=" http://www.omg.org/XMI http://www.omg.org/XMI" xmlns:com.ibm.ejs.models.base.bindings.webappbnd="webappbnd.xmi" xmi:id="WebAppBinding_1" virtualHostName="default_host">
<webapp href="WEB-INF/web.xml#WebApp"/>
</com.ibm.ejs.models.base.bindings.webappbnd:WebAppBinding>
*What is the equivalent configuration of these in JBoss?*
*Also, how do we enable Serve Servlets by Class Name in JBoss?*
*Any help is greatly appreciated...
*
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/798986#798986]
Start a new discussion in JBoss Web Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2112]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20130221/37552e89/attachment.html
More information about the jboss-dev-forums
mailing list