Hi, I am using tomcat 5.5.7 and for transaction purpose i want to deploy my web application in JBoss AS. I am new to JBoss AS. what should i need to know to deploy my war file to JBoss. Is there any other configuration do i need to deploy ??? waiting for your kind reply.. thanks milan.
So Tomcat is in the JBoss AS, the JBoss Web Server is basically a wrapper around Tomcat. To deploy your war file you just copy and paste it into the deploy directory of your server.
Hi mark, yeah, i know that JBoss is basically a wrapper around Tomcat. but i had confusion whether the deployment procedure are same in both servers. i got the answer ...thanks...
Originally posted by Milan Jagatiya: Hi mark, yeah, i know that JBoss is basically a wrapper around Tomcat. but i had confusion whether the deployment procedure are same in both servers. i got the answer ...thanks...
milan.
Yes, but instead of copying your .war into the webapps directory in tomcat, it is the deploy directory in JBoss. Development is the same, but you might also have a jboss-web.xml to point to a security domain and any other configuration that is JBoss specific.
Mark
Milan Jagatiya
Ranch Hand
Joined: Jan 01, 2007
Posts: 164
posted
0
but you might also have a jboss-web.xml to point to a security domain and any other configuration that is JBoss specific.
yeah...but is it necessary to put jboss-web.xml in all web application???