Tuesday, October 17, 2006

Basic JBoss Deployments

This is more of a note for me to remember, but if you're doing a standard JBoss deployement (i.e. just deploying a general application), delete the follwoing before deploying the new app:

jboss\server\default\data
jboss\server\default\log
jboss\server\default\tmp
jboss\server\default\work

(this assume's you're running the server in default mode).

Like i say, more of a reminder for myself than anything, but if your JBoss app isn't deploying properly, remember to clear these first, unless explicitly told not to.

No comments: