• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

file path problem, please help! thxxxxxx

R

raybristol

Guest
I need to read a file in path '/tmp/filename', I am using jsp, which uploaded by plesk interface, as my jsp file is in different directory, I am new to Linux, so I wonder what is the correct path to call that file?

Many thanks!
ray
 
assuming you are talking relative to your domain, it would be
./tmp/filename
I know it is hard to see, but you start with a dot (.) for current directory and then relative from there.
 
thanks very much for your reply, but '/tmp' is not under my domain path, when I login to live server using SSH as root, I can go to fold '/tmp' by using command 'cd "/tmp" '.

so what is the correct path to call in my jsp page, I try to call it by directly using path '/tmp/filename', but it doesn't seems working.


Many thanks!
 
Back
Top