<?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: web server configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108793#M148409</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Refer to the following documents for more info.&lt;BR /&gt;&lt;BR /&gt;HP Apache-based Web Server for HP-UX&lt;BR /&gt;====================================&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-0701/5187-0701_top.html&amp;amp;con=/hpux/onlinedocs/5187-0701/00/00/81-con.html&amp;amp;toc=/hpux/onlinedocs/5187-0701/00/00/81-toc.html&amp;amp;searchterms=Apache%7cWeb%7cserver%7cconfiguring&amp;amp;queryid=20031104-101929" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-0701/5187-0701_top.html&amp;amp;con=/hpux/onlinedocs/5187-0701/00/00/81-con.html&amp;amp;toc=/hpux/onlinedocs/5187-0701/00/00/81-toc.html&amp;amp;searchterms=Apache%7cWeb%7cserver%7cconfiguring&amp;amp;queryid=20031104-101929&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://opensource.hp.com/apache/index.html" target="_blank"&gt;http://opensource.hp.com/apache/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Tomcat&lt;BR /&gt;======&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/webservers/apache/faqs/tomcat_users_guide.html" target="_blank"&gt;http://www.hp.com/products1/unix/webservers/apache/faqs/tomcat_users_guide.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/webservers/apache/techtips/tomcat.html" target="_blank"&gt;http://www.hp.com/products1/unix/webservers/apache/techtips/tomcat.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/webservers/apache/techtips/tomcat_33.html" target="_blank"&gt;http://www.hp.com/products1/unix/webservers/apache/techtips/tomcat_33.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Web server&lt;BR /&gt;==========&lt;BR /&gt;&lt;A href="http://h30097.www3.hp.com/internet/sws.htm" target="_blank"&gt;http://h30097.www3.hp.com/internet/sws.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hemanth&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Nov 2003 12:31:19 GMT</pubDate>
    <dc:creator>Hemanth Gurunath Basrur</dc:creator>
    <dc:date>2003-11-04T12:31:19Z</dc:date>
    <item>
      <title>web server configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108787#M148403</link>
      <description>how can I configure and use the following:&lt;BR /&gt;apatche&lt;BR /&gt;tomcat &lt;BR /&gt;web server&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 03 Nov 2003 11:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108787#M148403</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-11-03T11:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: web server configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108788#M148404</link>
      <description>Apache is your webserver.  Go to &lt;A href="http://www.apache.org" target="_blank"&gt;http://www.apache.org&lt;/A&gt; for more info.  tomcat is your java servlet server. Go to &lt;A href="http://jakarta.apache.org/tomcat/" target="_blank"&gt;http://jakarta.apache.org/tomcat/&lt;/A&gt; for tomcat info.  You will also need a version of java running for tomcat to do anything.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 03 Nov 2003 12:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108788#M148404</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-11-03T12:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: web server configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108789#M148405</link>
      <description>The configuration file for apache is /opt/apache/conf/httpd.conf where all the configurations of the server such as document root, port number and other properties are defined. The configuration file is in turn defined during the startup and is defined in /etc/rc.config.d/apacheconf.  u need to edit and modify the "index.html" file in your document roots folder i.e. /opt/apache/htdocs, which will be your home page.&lt;BR /&gt;&lt;BR /&gt;To integrate tomcat with apache u need to compile binaries for java and need to start java before starting tomcat. u can start tomcat from the tomcat home ( in default cases it is /opt/apache) /bin/startup.sh.&lt;BR /&gt;&lt;BR /&gt;To integrate the tomcat and apache, a file called .tomcatrc should be there in the root directory defining JAVA_HOME and TOMCAT_HOME.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;Naveej</description>
      <pubDate>Mon, 03 Nov 2003 22:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108789#M148405</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2003-11-03T22:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: web server configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108790#M148406</link>
      <description>You can get a deopt of Apache from the HPUX porting site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache-1.3.29/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache-1.3.29/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I don't think there is a depot of tomcat, you'll have to download it and do the install manual. You can get info on tomcat here: &lt;BR /&gt;&lt;A href="http://jakarta.apache.org/tomcat/" target="_blank"&gt;http://jakarta.apache.org/tomcat/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;-Brian.</description>
      <pubDate>Mon, 03 Nov 2003 23:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108790#M148406</guid>
      <dc:creator>Brian Markus</dc:creator>
      <dc:date>2003-11-03T23:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: web server configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108791#M148407</link>
      <description>Thanks everyone.&lt;BR /&gt;Najeev, I'll try your steps and will assign points later, although, I'm not sure if Java has to be installed and from where I can download it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Nov 2003 23:49:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108791#M148407</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-11-03T23:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: web server configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108792#M148408</link>
      <description>you can download java sdk from java.sun.com</description>
      <pubDate>Tue, 04 Nov 2003 04:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108792#M148408</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2003-11-04T04:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: web server configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108793#M148409</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Refer to the following documents for more info.&lt;BR /&gt;&lt;BR /&gt;HP Apache-based Web Server for HP-UX&lt;BR /&gt;====================================&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-0701/5187-0701_top.html&amp;amp;con=/hpux/onlinedocs/5187-0701/00/00/81-con.html&amp;amp;toc=/hpux/onlinedocs/5187-0701/00/00/81-toc.html&amp;amp;searchterms=Apache%7cWeb%7cserver%7cconfiguring&amp;amp;queryid=20031104-101929" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-0701/5187-0701_top.html&amp;amp;con=/hpux/onlinedocs/5187-0701/00/00/81-con.html&amp;amp;toc=/hpux/onlinedocs/5187-0701/00/00/81-toc.html&amp;amp;searchterms=Apache%7cWeb%7cserver%7cconfiguring&amp;amp;queryid=20031104-101929&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://opensource.hp.com/apache/index.html" target="_blank"&gt;http://opensource.hp.com/apache/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Tomcat&lt;BR /&gt;======&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/webservers/apache/faqs/tomcat_users_guide.html" target="_blank"&gt;http://www.hp.com/products1/unix/webservers/apache/faqs/tomcat_users_guide.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/webservers/apache/techtips/tomcat.html" target="_blank"&gt;http://www.hp.com/products1/unix/webservers/apache/techtips/tomcat.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/webservers/apache/techtips/tomcat_33.html" target="_blank"&gt;http://www.hp.com/products1/unix/webservers/apache/techtips/tomcat_33.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Web server&lt;BR /&gt;==========&lt;BR /&gt;&lt;A href="http://h30097.www3.hp.com/internet/sws.htm" target="_blank"&gt;http://h30097.www3.hp.com/internet/sws.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hemanth&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2003 12:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108793#M148409</guid>
      <dc:creator>Hemanth Gurunath Basrur</dc:creator>
      <dc:date>2003-11-04T12:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: web server configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108794#M148410</link>
      <description>Java:&lt;BR /&gt;&lt;A href="http://www.hp.com/go/java" target="_blank"&gt;http://www.hp.com/go/java&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Your apache configuration is controlled in a main file called httpd.conf&lt;BR /&gt;&lt;BR /&gt;It controls server name, behavior, almost everything.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 04 Nov 2003 12:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-configuration/m-p/3108794#M148410</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-04T12:54:49Z</dc:date>
    </item>
  </channel>
</rss>

