• 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

deploy at startup

 
Ranch Hand
Posts: 594
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new to JBoss 4.2,I like to deploy my application into JBOSS when I start JBOSS.Some body suggest that in server .xml specify the application path.But I am not sure about how to proceed with .
 
Ranch Hand
Posts: 1179
Mac OS X Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by "I like to deploy my application into JBOSS when I start JBOSS"??

If you put your Application into 'JBOSS_HOME/server/INSTACE/deploy', your Application(s) are deployed each time JBoss starts.
[ October 11, 2008: Message edited by: Rene Larsen ]
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
or if you need to deploy your application from a different location read this:
http://www.mastertheboss.com/en/jboss-howto/38-jboss-recipe/74-jboss-deploy-module.html
regards
Mark
 
Rene Larsen
Ranch Hand
Posts: 1179
Mac OS X Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by markmtb spencer:
or if you need to deploy your application from a different location read this:
http://www.mastertheboss.com/en/jboss-howto/38-jboss-recipe/74-jboss-deploy-module.html
regards
Mark



Yes you are right - BUT the link only show how to replace the existing deploy folder - not how to add a new one

For a couple of weeks ago we had a thread about a similar problem:
Problem In Deploying servlets in JBoss4.2.2GA
 
reply
    Bookmark Topic Watch Topic
  • New Topic