Jeff/Adib, Thankx, that took care of the port portion of the url, any ideas how to have the roller part removed?
Thankx again for the help, Kurt -----Original Message----- From: Jeff O'Donnell [mailto:[EMAIL PROTECTED] Sent: Thursday, November 01, 2007 13:54 To: [email protected] Subject: RE: Config question Hi Kurt, I think this might answer part of you question. To remove the requirement to have the port number 8080 in the URL you can change Tomcat to listen on port 80 which would then make your URL blogs.company.com/roller. You should be able to edit your server.xml file located in apache-tomcat-5.5.23\conf directory. Change the port number in the section below to "80" instead of "8080": <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --> <Connector port="80" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" URIEncoding="UTF-8" /> Don't forget to restart Tomcat. Hope this helps answer part of this. -Jeff -----Original Message----- From: Shaffer, Kurt [mailto:[EMAIL PROTECTED] Sent: Thursday, November 01, 2007 10:31 AM To: [email protected] Subject: Config question I haven't seen any responses to an earlier inquiry so thought I would try again. I have a roller app setup on solaris using tomcat 5.5 for the front end. Right now the url is: blogs.company.com:8080/roller How do I change/add to the config so it can be accessed at: blogs.company.com Also, is there some kind of trick to get the front page to automatically populate with a list of the blogs on that server? Thankx, Kurt Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.
