Thanks Tony 

-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Tony Worthington
Sent: Monday, January 29, 2007 1:28 PM
To: arslist@ARSLIST.ORG
Subject: Re: Apache/Tomcat

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)" 
<arslist@ARSLIST.ORG>
01/29/2007 02:45 PM
Please respond to
arslist@ARSLIST.ORG


To
arslist@ARSLIST.ORG
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"

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

Reply via email to