This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 55385 - Tomcat integration hangs with secure="true"
Summary: Tomcat integration hangs with secure="true"
Status: RESOLVED DUPLICATE of bug 52397
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-23 06:22 UTC by andredl
Modified: 2005-02-23 09:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description andredl 2005-02-23 06:22:39 UTC
In setting up SSL on port 8443 today I found that
the Tomcat progress bar would stop after
uncommenting this line in server.xml:

<Connector acceptCount="100" clientAuth="false"
debug="0" disableUploadTimeout="true"
enableLookups="false" maxSpareThreads="75"
maxThreads="150" minSpareThreads="25" port="8443"
scheme="https" secure="true" sslProtocol="TLS" />  

If I change secure="true" to secure="false" It
will work just fine. 

After working with it for awhile I noticed that
Tomcat started without errors but the integration
piece that starts and stops Tomcat would be out of
synch and unable to control Tomcat.

I could not duplicate this problem in 4.1
Comment 1 Sherold Dev 2005-02-23 09:05:50 UTC

*** This issue has been marked as a duplicate of 52397 ***