This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JBoss and the fly likes open directory structure deployment on jboss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "open directory structure deployment on jboss" Watch "open directory structure deployment on jboss" New topic
Author

open directory structure deployment on jboss

suchi verma
Greenhorn

Joined: Apr 06, 2004
Posts: 9
hi all
I am wukin in a development environment where class files get modified periodically.
I would like to know whether jboss supports deployment of SERVLETS in the form of a directory structure(not in a .war/.ear file)..as happens in TOMCAT deployment??
Is there any procedure/directory(for eg web-apps in tomcat) so that we can put the web-inf directory of any application straight in jboss deploy directory and jboss deploys that application.
any help would be greatly appreciated.
thnx
norman richards
Author
Ranch Hand

Joined: Jul 21, 2003
Posts: 364
An exploded deployment might help. See http://jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment .


[<a href="http://members.capmac.org/~orb/blog.cgi" target="_blank" rel="nofollow">blog</a>] [<a href="http://www.amazon.com/exec/obidos/ASIN/0596100078/orb-20" target="_blank" rel="nofollow">JBoss: A Developer's Notebook</a>] [<a href="http://www.amazon.com/exec/obidos/ASIN/1932394052/orb-20" target="_blank" rel="nofollow">XDoclet in Action</a>]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: open directory structure deployment on jboss
 
Similar Threads
Deployment Descriptor problem
Servlet HelloWorld problem
Giving each webapp its own context root
How to deploy a Java Project on Jboss Server as a web module?
Struts 2 with eclipse