You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/09/22 04:24:12 UTC

BugRat Report #155 has been filed.

Bug report #155 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/155>

REPORT #155 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: nightly build
   JVM Release: 1.2
   Operating System: window
   OS Release: nt
   Platform: intel

Synopsis: 
attribute settings ignored in server.xml

Description:
try changing the default attibutes (e.g. keypass) for SSL support in server.xml

<RequestInterceptor 
className="org.apache.tomcat.modules.server.HttpInterceptor"
port="8443" 
secure="true" 
keypass="mypassword" />

the keypass attribute is ignored -- the default is used instead