softlab Posted December 31, 2017 Posted December 31, 2017 (edited) Hi. My user is bfpsw on Johnny. I had my java web app deployed a few days ago. I tried with FileZilla to find under my profile the tree of the web app, but with no success. In the web app tree there is a folder where the app writes a log4j output and I need to see it. How can I access it? Thanks Edited December 31, 2017 by softlab Quote
Krydos Posted December 31, 2017 Posted December 31, 2017 Make sure your servlet is writing to a location that it can write to, and you can read from. Something like /home/bfpsw/log or something like that. Quote
softlab Posted January 1, 2018 Author Posted January 1, 2018 Hi. The problem is that neither under my public_html nor under the www folder I am able to see the folder JAW, which should contain the content of the war file I requested to be deployed. Is there something I miss? Quote
wolstech Posted January 1, 2018 Posted January 1, 2018 WAR files don't deploy or run inside your account, so they are not visible to the user who owns the war and they can't access your folders (though they might be able to access your files if you change the permissions on the folder it needs to be writable by the public.) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.