This content has been marked as final.
Show 2 replies
-
1. Re: scanning unpacked deployment units outside the jboss ser
bill.burke Feb 2, 2007 11:44 AM (in response to joris77)so you're using your IDE with a remote jboss instance? If you ran JBoss locally, you'd have no problems with unexploded.
But...
In JBoss 4 kernel you can only watch one file. -
2. Re: scanning unpacked deployment units outside the jboss ser
joris77 Feb 5, 2007 5:24 AM (in response to joris77)Bill,
Thanks for the quick reply.
No I don't deploy remotely I misunderstood the text. Ok so that constraint is only applicable if you deploy remotely?
You sayIn JBoss 4 kernel you can only watch one file.
I see so it only scans one directory the deploy directory (the first directory that is configured).
I switched my directory to be the first configured like this:<attribute name="URLs"> file:///c:/application_data/workspace_dir/project_dir/,deploy/ </attribute>
And now it works.
I still have one question:
Is JBoss 5.0 going to have a feature like jetty?
Thanks anyway,
Joris