RE: preventing manifest write

2008-07-04 Thread J Ilari Moilanen
It works! I unpacked displaytag-1.1.jar and moved the classes under classes folder. And now it works as it is supposed to. Thank you :) Regards, Ilari On Thu, 3 Jul 2008, Caldarale, Charles R wrote: > > From: J Ilari Moilanen [mailto:[EMAIL PROTECTED] > > Subject: RE: preventing ma

RE: preventing manifest write

2008-07-03 Thread Caldarale, Charles R
> From: J Ilari Moilanen [mailto:[EMAIL PROTECTED] > Subject: RE: preventing manifest write > > java.io.FileOutputStream.(FileOutputStream.java:131) > org.apache.catalina.loader.WebappClassLoader. > findResourceInternal(WebappClassLoader.java:1817) The code in this area is e

RE: preventing manifest write

2008-07-03 Thread J Ilari Moilanen
Thu, 3 Jul 2008, Caldarale, Charles R wrote: > > From: J Ilari Moilanen [mailto:[EMAIL PROTECTED] > > Subject: RE: preventing manifest write > > > > And I can guess (without looking onto tomcat code) that the > > problem here is that Tomcat tries to write something t

RE: preventing manifest write

2008-07-03 Thread Caldarale, Charles R
> From: J Ilari Moilanen [mailto:[EMAIL PROTECTED] > Subject: RE: preventing manifest write > > And I can guess (without looking onto tomcat code) that the > problem here is that Tomcat tries to write something that it > does not need to do during normal servlet execution. Sin

Re: preventing manifest write

2008-07-03 Thread J Ilari Moilanen
Thanks for the opinion. I've looked through different options. At the moment I have no applications live at all so 40 is too much. So when gogaddy's price for a hosting account is about 4-5 euros that is about the right price for me. If I would pay much more then my motivation to build applications

Re: preventing manifest write

2008-07-03 Thread Leon Rosenberg
a bit off off-topic, but what do you consider cheap? there are providers our there that will grant you root level access to a dedicated server for less than 40 euros per month, where you can do whatever you want with the machine. Perhaps you should go for one of those. regards Leon On Thu, Jul 3,

RE: preventing manifest write

2008-07-03 Thread J Ilari Moilanen
Thanks for the reply. I'm aware of the need for writable work directory. I can only assume that GoDaddy has setup the server so that the directory is writable during deployment procedure but not during application execution (apart from jsp compilation). And I can guess (without looking onto tomcat

RE: preventing manifest write

2008-07-03 Thread Caldarale, Charles R
> From: J Ilari Moilanen [mailto:[EMAIL PROTECTED] > Subject: preventing manifest write > > But why Tomcat (or displaytag for that matter) would > try to write MANIFEST.MF during the execution of the > application?! Tomcat must have access to a writable work directory for several reasons, includi