[jboss-dev-forums] [JBoss AS 7 Development] - Creating a custom HTTPSConnector is JBOSS AS 7.1
Saran Arul
do-not-reply at jboss.com
Tue Oct 16 16:30:21 EDT 2012
Saran Arul [https://community.jboss.org/people/saransna] created the discussion
"Creating a custom HTTPSConnector is JBOSS AS 7.1"
To view the discussion, visit: https://community.jboss.org/message/765533#765533
--------------------------------------------------------------
I need to extend the default HTTPS connector in JBOSS AS 7.1 and add some custom code. Are there any examples I can look into to get started ?
<subsystem xmlns="urn:jboss:domain:web:1.2" default-virtual-server="default-host" native="false">
<connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" enable-lookups="false" secure="true">
<ssl name="ssl"
key-alias="test"
password="nextgen!"
certificate-key-file="/Users/sarul/jboss-as-7.1.3.Final/standalone/configuration/test.keystore"
protocol="TLSv1"
verify-client="false"/>
</connector>
<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>
<virtual-server name="default-host" enable-welcome-root="true">
<alias name="localhost"/>
<alias name="example.com"/>
</virtual-server>
</subsystem>
I guess my questions at this point are,
1. Which class implements the default HTTPS connector highlighted above ?
2. Is this class extensible ? Where can I find an example to do that ?
3. Once I have the extended class, how do I package it and what configuration should I change in standalone.xml to enable by custom connector ?
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/765533#765533]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20121016/2c24e3d6/attachment.html
More information about the jboss-dev-forums
mailing list