Machiel Groeneveld wrote:
[...]
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.
I would suggest you to do things diffe
u 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 try
ailto:[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
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.
Som