[jboss-jira] [JBoss JIRA] (JBWEB-245) Issue with jboss 4.2.3
Neetha Jaligama (JIRA)
jira-events at lists.jboss.org
Thu Aug 16 06:03:14 EDT 2012
[ https://issues.jboss.org/browse/JBWEB-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Neetha Jaligama updated JBWEB-245:
----------------------------------
Environment: Staging
Description:
We have jboss 4.2.3 running with JDK1.6.
Below is the SSL configuration from server.xml:
<Connector port="8543" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true" address="${jboss.bind.address}"
keystoreFile="/data/openkm/jboss-4.2.3.KM/server/default/conf/SSL/openkm.jks" keystorePass="password"
clientAuth="false" sslProtocol="TLS" />
However, when I restart jboss , SSL port starts on http. Below is the log pasted:
05:46:14,538 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
05:46:15,504 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-10.118.8.169-8180
05:46:15,652 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-10.118.8.169-8543
05:46:15,806 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-10.118.8.169-8109
Can someone suggest me on what configuration is missing
Component/s: Tomcat
> Issue with jboss 4.2.3
> ----------------------
>
> Key: JBWEB-245
> URL: https://issues.jboss.org/browse/JBWEB-245
> Project: JBoss Web
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Tomcat
> Environment: Staging
> Reporter: Neetha Jaligama
> Assignee: Remy Maucherat
>
> We have jboss 4.2.3 running with JDK1.6.
> Below is the SSL configuration from server.xml:
> <Connector port="8543" protocol="HTTP/1.1" SSLEnabled="true"
> maxThreads="150" scheme="https" secure="true" address="${jboss.bind.address}"
> keystoreFile="/data/openkm/jboss-4.2.3.KM/server/default/conf/SSL/openkm.jks" keystorePass="password"
> clientAuth="false" sslProtocol="TLS" />
> However, when I restart jboss , SSL port starts on http. Below is the log pasted:
> 05:46:14,538 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
> 05:46:15,504 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-10.118.8.169-8180
> 05:46:15,652 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-10.118.8.169-8543
> 05:46:15,806 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-10.118.8.169-8109
> Can someone suggest me on what configuration is missing
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list