logging - weblogic domain server.out log file manually modified locked -


i have 2 questions regarding weblogic. using weblogic 10.3.6. yesterday deployed war file. following 2 questions

1) when restart server sys out logs @ location domains//servers//logs/server-name.out domains//servers//logs/server-name.log not getting updated

actually logs getting updated cleared log file manually opening log file , deleting content.

later found on official oracle website "oracle recommends not modify log files editing them manually. modifying file changes timestamp , can confuse log file rotation. in addition, editing file might lock , prevent updates weblogic server, interfere accessor"

i think log files got locked due above reason. there way can updates in log files.

i have restarted server logs not getting updated.

2) have deployed web application using packed war file. when deploy using war file expected war file gets exploded @ temporarily location in weblogic server. war gets deployed when checked contents of weblogic/bea10.3.6.0_bi/user_projects/domains/managedserver_7011_7012/servers/server-chanakya/tmp/_wl_user blank. expecting war should exploaded inside _wl_user folder. not happeining right now.

please let me know can respect above problems. thankx in advance.

first question:

generally speaking .out file created during server start , not updated once server reaches running state. .log file should updated continually however. safe delete both of these files , once server restarted should regenerated. if reason not, go server name -> logging tab -> log file name , specify full path , name new log file.

second question:

if chose nostage deployment, not copied server , live wherever file was. stage mode should copy file tmp/_wl_user after starting out under stage directory. can remove deployment weblogic admin console , delete tmp , cache folders , try deployment again if need to. it's possible deployment failed... check deployments link in admin console make sure reached active state.

last - welcome stack overflow. in general should ask 1 question @ time.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -