This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JBoss/WildFly and the fly likes how to run an application in jboss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss/WildFly
Reply Bookmark "how to run an application in jboss" Watch "how to run an application in jboss" New topic
Author

how to run an application in jboss

umesh rawat
Ranch Hand

Joined: Mar 03, 2007
Posts: 40
i have installed jboss 4 and it is working properly ,


how to run an application in jboss.
is there any web site which provides ready made example to run in jboss.


Umesh rawat <br />Rmw -2019

http://100javaquestions.blogspot.com
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17243
    
    1

Try www.jboss.org.

Also in the deploy directory there is already three web applications deployed. The root.war in the tomcat SAR directory, jmx-console.war and web-console.war in the management.sar folder.

Basically you just copy your archive file .war, .jar. .ear into the jboss install directory\server\default\deploy

Have fun

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to run an application in jboss
 
Similar Threads
how to run jboss5.0.0 using ejb apllication
Can JBoss Run PHP applications?
Help(Abt EJB Book)
how to run the servlets in Jbos
javax.resource.ResourceException: Unable to get managed connection for NeoDataSource