• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Fundamental

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Could anyone suggest me tutorials to used for beginner to deploy various apps. I deployed apps on Weblogic,Tomcat and Websphere but I am new to JBoss could anyone suggest me good tutorials to use.
Thanks
 
Ranch Hand
Posts: 476
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jboss is great with hot deployment. Just take your application (app.war) and drop it in $JBOSS_HOME/server/default/deploy directory. JBoss will deploy the application.
 
anupa oru
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Ok but what kind of files need to be there in .war because JBoss doesn't provide console for deployment which is the case for Tomcat too.But incase of Tomcat you can put classes in webapp instead of .war file to deploy simple jsp/servlet files is there similar directory in JBoss 3.2.6 since I am not so familiar with developing build.xml which will be mandatory for .war file I believe.
Moreover is JBoss 3.2.6 provide any built in Ant Support or do we need to plug Ant tool.
I hope if you suggest me good tutorial to follow for beginner that would be awesome.
Thanks Alot
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi anupa,
Build.xml is not necessory for deploying web apps in Jboss.
It only makes your life easy by doing a lot of tasks (compilation,war creation, file copying ect..) for you.
If you want to learn both ant and Jboss fundamentals from a single tutorial, this is a good place to start with.
Just google the web, you can get lots of Jboss tutorials.

Shahabas E Shabeer
[ June 15, 2005: Message edited by: shahabas shabeer ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic