Virtual hosting with Jboss 5.1

How do I map a web application to a url in jboss? If you have multiple web apps deployed in a single jboss instance, you’ll probably want to figure out an effective way to tell them apart when you try to access them from a browser. On startup jboss can be configured to bind to [...]

Posted on January 17, 2010 at 11:13 am by Ant · Permalink · 4 Comments
In: Jboss · Tagged with: , , , ,

External Jboss deploy directories

Why not use the default jboss deploy directory? To keep things Out of the box, jboss has a bunch of .sar, .war, and .jar deployment artifacts as well as a bunch of xml files in the default deploy directory (whose path is “jboss-install-dir/server/configured-server-instance/deploy”). For the sake of being neat and cautious, I prefer to break [...]

Posted on January 11, 2010 at 5:36 pm by Ant · Permalink · Leave a comment
In: Jboss · Tagged with: , ,