The web server by default uses the /tmp directory as its temp directory ,while I upload a document using browser. I need to change the /tmp directoy used by apache webserver to another directory like /lldmz. Is this possible ?
We are trying to configure an application (livelink) to work in a 3 tier environment. One of the servers we are using is apache and not supported by the vendor. Hence this issue needed to be resolved by us.
"With the three tier architecture, the uploading of Documents is the most difficult to setup. This is what happens when a document is uploaded. The Web Server will dump the file to the system's TEMP directory. The Livelink
Server will then grab the file from the system's TEMP directory and then add it to the Livelink database or external document store. With the three-tier setup, the Web Server and Livelink are on separate machines. Therefore the
Web Server will have to write to a temp directory that will write to the Livelink Server. You may be able to tell the Web Server to write to a different TEMP directory other than the system's TEMP directory. Then the Livelink Server's system TEMP will have to be set to the directory (on the Livelink Server) where the Web Server wrote to, through a NFS mount"
So if I change the apache tmp directory to the NFS mounted directory of the other server, it will work.
I assume you're sending data to Apache via HTTP file uploads. What piece of software on the server side handles the manipulation of the data coming in, in order to write the files? Want the best answers? Ask the best questions:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.