Sure.  Either run Tomcat on port 80, or use a connector.

There are remedy-specific whitepapers on the support site about this. Some 
may be geared towards Remedy Knowledge Management.

http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html
http://tomcat.apache.org/connectors-doc/reference/apache.html

Below is a quick sample from my configs.  Refer to the links above for 
more specifics.

apache httpd.conf:

<snip>
        <IfModule !mod_jk.c>
          LoadModule jk_module "E:/Program Files/Apache Software 
Foundation/Apache2.2/modules/mod_jk.so"
        </IfModule>

            JkMount /arsys ajp13
            JkMount /arsys/* ajp13

            JkMount /rkm ajp13
            JkMount /rkm/* ajp13

            JkMount /manager ajp13
            JkMount /manager/* ajp13
</snip>

tomcat server.xml

<snip>
    <Connector port="8009" enableLookups="false" redirectPort="8443" 
protocol="AJP/1.3" />
</snip>

-tony
-- 
Tony Worthington
[EMAIL PROTECTED]
262-703-5911



"Tucker, Rob" <[EMAIL PROTECTED]> 
Sent by: "Action Request System discussion list(ARSList)" 
<[email protected]>
01/29/2007 02:45 PM
Please respond to
[email protected]


To
[email protected]
cc

Subject
Apache/Tomcat






** 
All right all you gurus.
 
I have MidTier 7.0.1 running on Apache/Tomcat.
 
After install, the only way I can hit the MidTier is by using port 8080  (
http://server:8080/arsys)
 
Is there anyway to configure so I do not have to use the 8080 port to hit 
the arsys directory? (http://server/arsys)
 
Thanks in advance,
 
-Rob
 
 
 
____________________________________________
Rob Tucker 
New Edge Networks  ARS Administration and Development 
[EMAIL PROTECTED] 
  Vancover,Washington 

tel: 360-759-9670
fax:360-693-9997 
 
 
__20060125_______________________This posting was submitted with HTML in 
it___ 


CONFIDENTIALITY NOTICE: 
This is a transmission from Kohl's Department Stores, Inc.
and may contain information which is confidential and proprietary.
If you are not the addressee, any disclosure, copying or distribution or use of 
the contents of this message is expressly prohibited.
If you have received this transmission in error, please destroy it and notify 
us immediately at 262-703-7000.

CAUTION:
Internet and e-mail communications are Kohl's property and Kohl's reserves the 
right to retrieve and read any message created, sent and received.  Kohl's 
reserves the right to monitor messages to or from authorized Kohl's Associates 
at any time
without any further consent.

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to