[jboss-dev-forums] [Design of Management Features on JBoss] - JBAS-6697, exposing deploy directories

emuckenhuber do-not-reply at jboss.com
Sun Mar 29 11:15:00 EDT 2009


"Ian Springer" wrote : 
  | That sounds close to what we need, but not exactly. In the Jopr jboss-as-4 plugin, when a user creates a new WAR or EAR via Jopr, they are prompted to enter the deploy directory, which is a path relative to the AS configSet dir. They would usually enter "deploy" or "farm", but we had a couple users who deployed to "my.custom.deploy" or something (e.g. when they wanted to keep their deploy dir on a different filesystem). We were hoping to provide this same option at app create time in the jboss-as-5 plugin. Prompting for a deployment profile name seems like it might be too low-level for an end-user; it might be more intuitive to them to just specify the directory they want to deploy to. What do you think? Charles, any thoughts
  | 

Yes i know what you mean. But that's what this part of ProfileService is all about. A profile does not necessarily have a directory, therefore it would not make sense to expose them.  So from a ProfileService standpoint a URL to a directory is far too low level and a implementation detail. In future we want to go further away from this file based notion, so exposing the directories would be a step back.
Although we could make it easier to create e.g. 'my.custom.deploy.profile'.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221783#4221783

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221783



More information about the jboss-dev-forums mailing list