Hi all,
I am using Tomcat and Apache. The configuration and set up has already
been done before.
All the .jsp pages are handled by tomcat and all others are handled by
Apache.
I have to write a file where it should be accessible in an instant
after its created. The problem is that i can only make Tomcat write to
/var/tomcat/temp folder. I can't make it to write to
/public/htdocs/folder/folder/test.txt where I can later put a URL to as
in http://mywebsite/folder/folder/test.txt.
Do you know where would I have the information ..i checked in
Catalina.policy on giving Tomcat 5 permission to write to Apache
directories.
I dont want to put a command to copy files from tomcat/temp to Apache
directories.
PrinceJigar - 28 Nov 2005 22:13 GMT
I found it. I just made Tomcat handle everything under a particular
folder so even .txt files will be handled by tomcat instead of just
*.jsps and this was in mod_jk.conf