Getting Apache2 forwarding to tomcat5

2005-10-11 Thread Dan Chesmore
/

   Context path=/patientConnect
docBase=/usr/local/mediture/gateway_patient_connect/webapp
debug=
0
 reloadable=true crossContext=true/
   Context path= docBase=/srv/www/htdocs debug=0
reloadable=true cr
ossContext=true/

/Host


Thank you for any help or direction you can place me. If you think I
should have read something first then tell me to read it. I may have
skipped over it or I may have read it. I have seen a lot of different
ways of doing that same thing and tried all so I may be missing up a few
of them. Again thank you.



-- 
Dan Chesmore
Systems Admin
Mediture
7700 Equitable Dr
Suite 100
Eden Prairie, MN 55344
952-400-0315
www.mediture.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Getting Apache2 forwarding to tomcat5

2005-10-12 Thread Dan Chesmore
 compressableMimeType=text/html,text/xml
  --
  
  
  !-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 --
  !--
  Connector port=8443
 maxThreads=150 minSpareThreads=25
  maxSpareThreads=75
 enableLookups=false disableUploadTimeout=true
 acceptCount=100 debug=0 scheme=https secure=true
 clientAuth=false sslProtocol=TLS /
  --
  
  !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --
   Connector port=8009
 enableLookups=false redirectPort=8443 debug=0
 protocol=AJP/1.3 /
  
  
  !-- Define a Proxied HTTP/1.1 Connector on port 8082 --
  !-- See proxy documentation for more information about using this.
  --
  !--
  Connector port=8082
 maxThreads=150 minSpareThreads=25
  maxSpareThreads=75
 enableLookups=false
 acceptCount=100 debug=0 connectionTimeout=2
 proxyPort=80 disableUploadTimeout=true /
  --
  
  ...
  
  !-- Logger shared by all Contexts related to this virtual host.
  By
   default (when using FileLogger), log files are created in
  the logs
  
   directory relative to $CATALINA_HOME.  If you wish, you can
  specify
   a different directory with the directory attribute.
  Specify eith
  er a
   relative (to $CATALINA_HOME) or absolute path to the
  desired
   directory.--
  Logger className=org.apache.catalina.logger.FileLogger
   directory=logs  prefix=localhost_log. suffix=.txt
  timestamp=true/
  
 Context path=/patientConnect
  docBase=/usr/local/mediture/gateway_patient_connect/webapp
  debug=
  0
   reloadable=true crossContext=true/
 Context path= docBase=/srv/www/htdocs debug=0
  reloadable=true cr
  ossContext=true/
  
  /Host
  
  
  Thank you for any help or direction you can place me. If you think I
  should have read something first then tell me to read it. I may have
  skipped over it or I may have read it. I have seen a lot of different
  ways of doing that same thing and tried all so I may be missing up a few
  of them. Again thank you.
  
  
  
  -- 
  Dan Chesmore
  Systems Admin
  Mediture
  7700 Equitable Dr
  Suite 100
  Eden Prairie, MN 55344
  952-400-0315
  www.mediture.com
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 --
 Lyndon Tiu
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
-- 
Dan Chesmore
Systems Admin
Mediture
7700 Equitable Dr
Suite 100
Eden Prairie, MN 55344
952-400-0315
www.mediture.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]