• 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

Jboss deployer.jar not found ?

 
Ranch Hand
Posts: 551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
thank you for reading my post
I want to use jboss to deploy my web application
problem is that when i call deployer.bat it says that deployer.jar not found ?
i have jboss 4.02 ,i used the binary distro . i even checkout 4.03 rc and it has no deployer.jar
should i get it from somewhere else ?
does jboss has a web based deployer ?
what is its address ? how about a web based admin ? something like tomcat admin ,
 
Ranch Hand
Posts: 293
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can deploy applications in JBoss by copying them into the server\{name}\deploy directory. You don't need to use the deployer.bat for this.

{name} is usually one of default, all or minimal.
reply
    Bookmark Topic Watch Topic
  • New Topic