BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
MSMM
SAS Employee

hello guys,

 

Could you please explain to me what is Difference Between WebAPPServer Logs and Web Logs in Midtier ?

 

/

1 ACCEPTED SOLUTION

Accepted Solutions
dpage
SAS Employee

You typically use those logs in conjunction with one another. For instance if you're interested in SASLogon, then you're likely to consult both the Lev1/Web/Logs/SASServer1_1/SASLogon9.4.log and Lev1/Web/WebAppServer/SASServer1_1/logs/server.log.

 

This is typical pattern with Java Web applications, the web server/container has its own log, and then individual applications running inside have their own logs as well. 

 

you may find the middle tier component section of the admin guide helpful as well.

https://go.documentation.sas.com/?cdcId=bicdc&cdcVersion=9.4&docsetId=bimtag&docsetTarget=titlepage....

 

View solution in original post

3 REPLIES 3
dpage
SAS Employee

 

The web app server logs are for the web app servers themselves, the Web/Logs contain various logs for the applications running inside those containers.  An expanded list is available here:

 

http://support.sas.com/kb/55/426.html

MSMM
SAS Employee

More explanation, please 

dpage
SAS Employee

You typically use those logs in conjunction with one another. For instance if you're interested in SASLogon, then you're likely to consult both the Lev1/Web/Logs/SASServer1_1/SASLogon9.4.log and Lev1/Web/WebAppServer/SASServer1_1/logs/server.log.

 

This is typical pattern with Java Web applications, the web server/container has its own log, and then individual applications running inside have their own logs as well. 

 

you may find the middle tier component section of the admin guide helpful as well.

https://go.documentation.sas.com/?cdcId=bicdc&cdcVersion=9.4&docsetId=bimtag&docsetTarget=titlepage....

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1110 views
  • 5 likes
  • 2 in conversation