Hi,
I created a web application deployed in
tomcat that basically writes a file under one of its folders (say, C:/tomcat5.5/webapps/mywebapp/temp) the first time it is used by a client and reads it to retrieve dynamic content (texts). I successfully ran and tested the app on my computer and two other computers (each one having its own fresh installation of tomcat where I deployed the application for
testing). Now the odd thing is that when I sent the war file to my colleagues, two of them told me that the file cannot be written. We have the same version of tomcat. Could this be an issue with tomcat? Is there an option that I have to set so that files are allowed to be written during deployment?
Michael