SOLVED: java.io.IOException - whats up?

2003-01-29 Thread klavs klavsen
On Wed, 2003-01-29 at 12:41, Jon Wingfield wrote: > Just a thought. Have you set your CATALINA_TMPDIR environment variable? > Its default value is $CATALINA_BASE/temp which doesn't exist by default ;) > And a VERY GOOD thought at that :) That was the problem. Perhaps you should think about maki

RE: java.io.IOException - whats up?

2003-01-29 Thread klavs klavsen
On Wed, 2003-01-29 at 12:34, Daniel Brown wrote: > Klavs, > > From the error message, it sounds like: > > /opt/jakarta/tomcat/webapps/../server/webapps/admin/WEB-INF/lib/struts.jar > > cannot be created, probably because the directory structure required isn't > there. > > If you canonicalise th

Re: java.io.IOException - whats up?

2003-01-29 Thread Jon Wingfield
Just a thought. Have you set your CATALINA_TMPDIR environment variable? Its default value is $CATALINA_BASE/temp which doesn't exist by default ;) klavs klavsen wrote: Hi guys, I've gotten help from John Turner on this problem of mine (where /manager works, and /admin gives me a 404. The error

RE: java.io.IOException - whats up?

2003-01-29 Thread Daniel Brown
#x27;tomcat' directory, not in 'tomcat/server'... What does ls /opt/jakarta/tomcat/server give you? Dan. > -Original Message- > From: klavs klavsen [mailto:[EMAIL PROTECTED]] > Sent: 29 January 2003 11:22 > To: [EMAIL PROTECTED] > Subject: java.io.IOExcept

java.io.IOException - whats up?

2003-01-29 Thread klavs klavsen
Hi guys, I've gotten help from John Turner on this problem of mine (where /manager works, and /admin gives me a 404. The error logs have this output: > - Root Cause - > java.io.IOException: No such file or directory > at java.io.UnixFileSystem.createFileExclusively(Native Method)