Hi guys,
I wish any one can give me some responds about my problems.
However, I can use harddeploy to deploy(exactly, copy war file to JBoss
deploy directory) web application,
but I wish to understand more about the plugin and goal jboss:deploy,
parameter deployUrlPath.
Thanks very much!
a cup of
Hi guys,
[1]Don't deploy successfully via the plugin.
I used following config,
E:/jboss-4.0.2
default
${project.build.directory}/${project.build.finalName}.${project.packaging}
localhost
8082
and run jboss:deploy, an error throw
You've got >![CDATA[[
Try >![CDATA[
Hopefully that will work... CDATA section basically tells XML "hey
this next section is not XML-compliant, its just a string, please
don't parse it and just keep it as-is".
Wayne
On 4/22/06, RobJac <[EMAIL PROTECTED]> wrote:
>
> Sorry wayne, but i did not act
Sorry wayne, but i did not actually understand what you meant here,
I corrected my deployUrlPath tag as
![CDATA[[/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=deploy&argType=java.net.URL&arg0=?and=yes]]
and iam still getting the same parse exce
Give this a try, I think it should work for you:
![CDATA[/your/path/here?and=yes]]
Wayne
On 4/22/06, RobJac <[EMAIL PROTECTED]> wrote:
>
> I am trying to deploy an EAR from my local PC to a remote jboss server using
> maven2 The plugin that i am using is jboss-maven-plugin and iam trying to do
>
I am trying to deploy an EAR from my local PC to a remote jboss server using
maven2 The plugin that i am using is jboss-maven-plugin and iam trying to do
a jboss:deploy. But it throws me a parse exception for my pom xml for the
tag
that i have in my pom xml for this plugin. Please find below
my u