Please install MyEclipse plugin to eclipse that provides J2EE programming and deployment capabilities, which makes life very easy. Eclipse is a tool that can be used effectively only for java programs; writing and deploying J2EE code in eclipse(without myeclipse) would require u to do everything manually.
If you've got a war file, all you do to deploy in in JBoss is to pop it into the server/default/deploy directory. JBoss will hot-deploy it from there on.
prabhu pandurangan
Ranch Hand
Joined: May 23, 2008
Posts: 118
posted
0
@all
I have to deploy web application in jboss, instead of deploying the *.war file, i have to mention the context path like we do in Tomcat:
<Context path="/www" docBase="C:\Documents and Settings\aaa\sdd\eee\web" reloadable="true" debug="0"/>
How to do this? and in which file i have to set the context path in jobss server.
I tried this in 'server\standard\deploy\jbossweb.sar\server.xml' file but it is not working.
Please let me know the exact file where to set the context path...
This is a 4 year old thread. Your question is different from what the original poster was discussing in this thread. Please create a new thread in this forum so that we can discuss it there