<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>start-appserver view output on Windows</title><link>https://community.appian.com/discussions/f/administration/13712/start-appserver-view-output-on-windows</link><description>This is not really a question, more just sharing my knowledge in case it helps others. The &amp;quot;start-appserver.bat&amp;quot; included with Appian 18.3 has a problem, it tells you to &amp;quot;monitor&amp;quot; the server output in the log file, but Windows does not really allow you</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: start-appserver view output on Windows</title><link>https://community.appian.com/thread/62487?ContentTypeID=1</link><pubDate>Sat, 10 Nov 2018 02:09:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6d7d2611-0aac-401a-8442-952ff70da42e</guid><dc:creator>adamb940</dc:creator><description>Thanks, I tried this PowerShell command and it worked. I am not sure why it works, because the file size still does not appear to change, but as it does work, I agree it&amp;#39;s a better solution than using a custom batch file.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: start-appserver view output on Windows</title><link>https://community.appian.com/thread/62253?ContentTypeID=1</link><pubDate>Sun, 04 Nov 2018 16:13:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:57e224b9-06b5-4af1-8e1c-77589ea1d59d</guid><dc:creator>josep</dc:creator><description>Hello Adam, &lt;br /&gt;
&lt;br /&gt;
This is a good proposal, but going with this solution means each release we need to update it, what about a hot fix? I think it might happen the same. I think this sharing is good and I encourage you to continue finding solutions like this and sharing. There is always learning for all of us. &lt;br /&gt;
&lt;br /&gt;
I will share you my thoughts on this. &lt;br /&gt;
&lt;br /&gt;
The reason for this to happen is that the OS/logger has a buffer after certain size it flushes the file, so at the end it does it but maybe not when you need it or the way you want it. Here I have few options I have used. &lt;br /&gt;
&lt;br /&gt;
Option 1) there are implementations of the Unix commands for windows. On which you will have the tail command Linux like. (Cygwin, mobaxterm, to give some examples)  &lt;br /&gt;
&lt;br /&gt;
Option 2) Have you tried the tail option from the PowerShell? &lt;br /&gt;
* Get-Content filepath -Wait -Tail 30&lt;br /&gt;
&lt;a href="https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-content?view=powershell-6"&gt;docs.microsoft.com/.../get-content&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Option 3) if you open the file in a program let’s say notepad++ it detects when the file changes and ask you to reload it. The problem with this approach is that the file could be really big. But I pick this approach when I need to read the file and understand the errors Or when the log have reached the section I wanted.&lt;br /&gt;
&lt;br /&gt;
Jose&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>