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 Jboss project development Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss/WildFly
Reply Bookmark "Jboss project development" Watch "Jboss project development" New topic
Author

Jboss project development

John Towell
Greenhorn

Joined: Jul 26, 2002
Posts: 20
Does anyone know how to configure Jboss to point to a local project. Meaning point to your blown up war or ear in a different directory then in server/default/deploy. So have it point to
C:\myproject\
Basically I want to have a development deploy and then a real deploy. The dev deploy will keep all the files under my project so that I can change a JSP file without having to jar everything up and then redeploy to jboss directories.
Basically I want to do want the install in Tomcat did for Jboss.
George Brown
Ranch Hand

Joined: Sep 26, 2000
Posts: 919
I do this in solaris using symbolic links, and different server instances. You could do the same with any *n*x variant.
But I know no way to do the same in Windows (I guess that's what you're using because you use 'C:\' to denote a particular filesystem).
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Jboss project development
 
Similar Threads
Tomcat to JBoss
is JBoss made to be hard?
can any body find this error
in jboss
Integrate JBoss in eclipse