I want to quickly redeploy my jps's so I don't have to wait 30 seconds for my application to redeploy just to fix a typo.

Charles Hudak wrote:

You shouldn't be copying anything to these directories in Jboss. Jboss creates 
these directories when it deploys your application. All you need to do is 
redeploy your application and jboss will recreate these directories as needed.


-----Original Message----- From: Machiel Groeneveld [mailto:[EMAIL PROTECTED] Sent: Thu 11/18/2004 7:34 AM To: [EMAIL PROTECTED] Cc: Subject: jboss tmp directory Hi,

I'm trying to copy files to multiple directories. The problem is that I don't know their names beforehand.

There are always few dirs (for example tmp26155appname, tmp96125appname) to all of which I want to copy my files.

The case is copying my jsp files to the tmp directories in jboss. Something like this:

<copy todir="${jboss.home}/server/default/tmp/deploy/*application.ear-contents/admin-web.war/WEB-INF/jspf" >
<fileset dir="web/admin/jspf"></fileset>
</copy>


The problem is (of course) that todir doesn't know how to resolve the '*' and creates the dir *application.ear-contents.

I know this question has been asked before, but I couldn't find this exact use case in the mailing list.

Thanks.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]







------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to