java - Dynamically creating file inside the deployed war -


inside web-inf folder have added new folder , code dynamically creates file when have tested in local.

but when entire project exported war file , deployed inside server, file not getting created.while hitting server,i trying access file throwing exception.

i using weblogic server, spring project. please suggest me resolution.


Comments

Popular posts from this blog

java - inputmismatch exception -

c - zlib and gdi32 with OpenSSL? -

Formatting string according to pattern without regex in php -