<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Server.xml file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/server-xml-file/m-p/3164307#M9136</link>
    <description>engine name can be an arbitrary value ( stock, it is "Standalone") . You can then use it to reference the engine in the rest of the file.&lt;BR /&gt;&lt;BR /&gt;Normally defaultHost would be "localhost". &lt;BR /&gt;&lt;BR /&gt;I dont think you should create it from scratch *unless* you know what you're doing.&lt;BR /&gt;</description>
    <pubDate>Wed, 14 Jan 2004 12:56:08 GMT</pubDate>
    <dc:creator>Olivier Drouin</dc:creator>
    <dc:date>2004-01-14T12:56:08Z</dc:date>
    <item>
      <title>Server.xml file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/server-xml-file/m-p/3164305#M9134</link>
      <description>In making my server.xml file from scratch, im going off a website. Here is part of the server.xml file .. My question is if anybody can explain to me what they mean by "your engine" and "your domain" below. If you can give an example of what they mean, that'd be good. Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;ENGINE name="your_engine" debug="0" defaulthost="your_domain"&gt;&lt;BR /&gt;   &lt;LOGGER classname="org.apache.catalina.logger.FileLogger"&gt;&lt;/LOGGER&gt;    prefix="catalina_log." suffix=".txt" &lt;BR /&gt;    timestamp="true"/&amp;gt;&lt;BR /&gt;   &lt;HOST name="your_domain" debug="0" unpackwars="true"&gt;&lt;BR /&gt;    &lt;BR /&gt;    &lt;CONTEXT path="" docbase="/home/tomcat/your_application"&gt;&lt;/CONTEXT&gt;&lt;/HOST&gt;&lt;/ENGINE&gt;</description>
      <pubDate>Wed, 14 Jan 2004 10:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/server-xml-file/m-p/3164305#M9134</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2004-01-14T10:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Server.xml file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/server-xml-file/m-p/3164306#M9135</link>
      <description>Are they talking about for Engine like "standalone" and for domain like "localhost"... ???</description>
      <pubDate>Wed, 14 Jan 2004 10:55:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/server-xml-file/m-p/3164306#M9135</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2004-01-14T10:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Server.xml file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/server-xml-file/m-p/3164307#M9136</link>
      <description>engine name can be an arbitrary value ( stock, it is "Standalone") . You can then use it to reference the engine in the rest of the file.&lt;BR /&gt;&lt;BR /&gt;Normally defaultHost would be "localhost". &lt;BR /&gt;&lt;BR /&gt;I dont think you should create it from scratch *unless* you know what you're doing.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2004 12:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/server-xml-file/m-p/3164307#M9136</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-01-14T12:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Server.xml file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/server-xml-file/m-p/3164308#M9137</link>
      <description>Well actually i have NO clue what i'm doing. I just go off this site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html" target="_blank"&gt;http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html&lt;/A&gt;     &lt;BR /&gt;&lt;BR /&gt;Part 4.2 &lt;BR /&gt;&lt;BR /&gt;It is pretty good barney style and word for word so i've been going off that.</description>
      <pubDate>Wed, 14 Jan 2004 13:06:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/server-xml-file/m-p/3164308#M9137</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2004-01-14T13:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Server.xml file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/server-xml-file/m-p/3164309#M9138</link>
      <description>Ok, nice.&lt;BR /&gt;Try replacing your_engine by Standalone and you_domain by localhost &lt;BR /&gt;&lt;BR /&gt;I would also add&lt;BR /&gt;&lt;BR /&gt;  &lt;VALVE classname="org.apache.catalina.valves.AccessLogValve"&gt;&lt;/VALVE&gt;                 directory="logs"  prefix="localhost_access_log." suffix=".txt"&lt;BR /&gt;                 pattern="%h %l %u %t %r %s %b %H %p" resolveHosts="false"/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;between &lt;HOST&gt; and &lt;/HOST&gt; so you have an access log.</description>
      <pubDate>Wed, 14 Jan 2004 15:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/server-xml-file/m-p/3164309#M9138</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-01-14T15:30:30Z</dc:date>
    </item>
  </channel>
</rss>

