• 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
  • 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

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
 
I'm THIS CLOSE to ruling the world! Right after reading this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic