Tomcat 5.0.25 and CATALINA_TMPDIR

Running webapps with tomcat configured, there is a problem that the temp folder in the caches directory is not created.

Example (on Mac):

Using CATALINA_TMPDIR: /Users/tom/Library/Caches/IntelliJ IDEA/tomcat_307d0502/temp

but this directory does not exists

If my webapp now use CATALINA_TMPDIR i run in differnet errors.
This problem exists on PC and MAC (OSX 10.3)

Does anybody knows a workaround ?

thx in advance

TOM

0
2 comments
Avatar
Permanently deleted user

On Tue, 29 Jun 2004 12:48:36 +0400, Tom Lamers wrote:

Running webapps with tomcat configured, there is a problem that the temp
folder in the caches directory is not created.

Example (on Mac):

Using CATALINA_TMPDIR: /Users/tom/Library/Caches/IntelliJ
IDEA/tomcat_307d0502/temp

but this directory does not exists


This sounds like it's a bug. Have you filed it?

If my webapp now use CATALINA_TMPDIR i run in differnet errors. This
problem exists on PC and MAC (OSX 10.3)

Does anybody knows a workaround ?


Look on the Startup/Connection tab on the Run/Debug configuration dialog
for your Tomcat Server - you can define your own environment variables for
Run and for Debug. If you define CATALINA_TMPDIR then its value will be
passed to Tomcat.

--
Mark Scott

0
Avatar
Permanently deleted user

Fust filed the bug.

Passing custom values works fine for me.

Thx for quick answering,

TOM

0

Please sign in to leave a comment.