Jump to content

Recommended Posts

Posted (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 by softlab
Posted

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.

Posted

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?

Posted

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.)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...