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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...