This week's book giveaway is in the General Computing forum.
We're giving away four copies of Raising Young Coders: A Parent’s Guide to Teaching Programming at Home and have Cassandra Chin on-line!
See this thread for details.
  • 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

New to JBoss

 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Reading the JBoss Getting Started 3.0 all makes sense, yet the Template project doesn't seem to work. I guess the template project is supposed to run with 3.0, but I'm running 3.2.1, so that's my first question. It shat true?
Next, where in the world does JBoss explain how to deploy an appplication? The getting started doc says to use the Template app and the associated ANT script. Fine. But the next step after building the template app with main, says "Make sure the deployment suceeded without any exceptions." But I can't find what that means anywhere. So any help is appreciated.
Newbie questions. I know. I'm a newbie again I guess.
dt
 
Author
Posts: 367
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You deploy by placing the war/ear/jar files into the deploy directory. (server/default/deploy, most likely) This is probably done in the ant build file in the example, which is why they might not explain in the document you have...
 
Danl Thompson
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, your posting helped a lot. Of course it was obvious once I actually READ the quick start manual, and read through the ANT script. It's kind of nice that JBoss does all this magic for you.
dt
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic