Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

How to deploy war file in JBoss

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi Friends,
First i must thank the Java Ranch group for giveing the valuable information.

My problem is with deploying a war file in JBoss3.2.

I have developed a simple student database project using JSP and Ms-Access.It was successfully deployed and executed in WEBLOGIC.

But now i want to deploy the same in JBoss using Eclipse.But i dont know how to deploy in JBoss.

Anyone of you can give me the steps to deploy a war file in JBoss.I except your replies ASAP

you can mail me any kind of advice to obbu.sudheer@gmail.com

Thanking you well in advance,

With regards,
sudheer.
 
Ranch Hand
Posts: 391
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

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.

rgrds,
Shankar
 
Ranch Hand
Posts: 293
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
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.
 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
@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...
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Prabhu,

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
 
Nothing up my sleeve ... and ... presto! A tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
    Bookmark Topic Watch Topic
  • New Topic