cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

How to configure Windchill logs in UI ?

hgorle-2
1-Newbie

How to configure Windchill logs in UI ?

Hi,

Any one can explain about configuration of Windchill logs in UI like <localhost>/Windchill/logs

4 REPLIES 4

It is already there in Server Status - http://Windchill_URL/Windchill/wtcore/jsp/jmx/logFiles.jsp

Navigate to Site > Utilities > Server Status > Monitoring Tools

Thanks

Binesh

Barry Wehmiller

thanks Binesh,

But am directly configuring for monolithic system like we can access for for wt.properties in <localhost>/Windchill/wt.properties

Could you please suggest me to How configure Windchill logs in to <localhost>/Windchill/logs ?

It is a static URL. You can directly access the URL http://Windchill_URL/Windchill/wtcore/jsp/jmx/logFiles.jsp

Are you talking about making it non-authenticated access to this URL?

Thanks

Binesh

Barry Wehmiller

The apache configuration uses the Alias directive to map the URL /Windchill to the directory <Windchill>/codebase. Since wt.properties is in the codebase directory, you can access the file by navigating to /Windchill/wt.properties. As the logs directory is outside of the codebase, it can't be accessed like this. In order to access the logs directory at /Windchill/logs, you'd need to add another Alias to your apache configuration (before the /Windchill alias) which maps /Windchill/logs to your logs directory. (You may also need to modify the authentication/authorization configuration in apache to handle this new url).

What you'll end up with will be similar to the utility that Binesh posted, but with less functionality. Unless you absolutely need a URL directly mapped to the logs directory, I'd recommend using Binesh's suggestion.

Top Tags