• Post Reply 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Running Web Application In JBoss server

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a web application (JSP and Srvlets). I want to run this application by using JBoss The version of server. I am new to JBoss. Any help is appreciated. I am using JBoss_5_0_1_GA.

Thanks
 
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi arjun,
you have to do the following steps

1) create .war file of your project
2) paste that file in your installation directory of JBOSS.
(ie normally E:\Documents and Settings\amir\jboss-4.2.3.GA\server\JBoss\deploy)
3) then go to E:\Documents and Settings\amir\jboss-4.2.3.GA\bin and db click on startup.bat

then open the page in IE

Note:

i would prefer you to use Myeclipse tool. and configure JBoss with it... becuase it automates the whole thing.

Regards,
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also, the free chapter 1 for JBoss In Action (see below) walks you through deploying a simple hello world web app - that should be enough to get you started.
reply
    Bookmark Topic Watch Topic
  • New Topic