Mailing List
Home
Forum Home
Maven - Project building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Cocoon - MVC web framework based on XML/XSL
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database error code ...
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Subject: Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Proposal: Adding jar manifest classpath in jar and war plugins
Servlet File Download dialog problem (IE6,Adobe 6 0)
java security AccessControlException: access denied (java io FilePermission
Unsupported major minor version 48 0 problem while running the an
   telope task
Subject: axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
Classpath problem
jsp data into Excel
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
Subject: InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Subject: AXIS: tomcat timeout ?
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
XDoclet, Struts and Maven: Where to start? SOLUTION
Subject: Running junit tests fails
 
Subject: custom https handler : Transport out has not been set

Subject: custom https handler : Transport out has not been set

2007-11-01       - By Alistair Young

 Back
I'd like to remap https to another "name", e.g. "secure" as I want to  
use custom ssl handling with it. I've done this:

Protocol authhttps = new Protocol("secure", new  
FedoraProtocolSocketFactory(keystoreLocation, keystorePassword,  
truststoreLocation, truststorePassword, 443);
Protocol.registerProtocol("secure", authhttps);

it works fine using "https" but when I change it to "secure" I get  
the error:

"Transport out has not been set"

when connecting to secure://service.url

is there a way to tell Axis2 how to handle "secure" - it's really  
https in disguise

thanks,

Alistair



-- ---- ------
mov eax,1
mov ebx,0
int 80h





<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line
-break: after-white-space; ">I'd like to remap https to another "name", e.g.
"secure" as I want to use custom ssl handling with it. I've done this:<DIV><BR
class="khtml-block-placeholder"></DIV><DIV>Protocol authhttps = new Protocol(
"secure",?new FedoraProtocolSocketFactory(keystoreLocation,?keystorePassword,
truststoreLocation, truststorePassword,?443);</DIV><DIV>Protocol
.registerProtocol("secure", authhttps);</DIV><DIV><BR class="khtml-block
-placeholder"></DIV><DIV>it works fine using "https" but when I change it to
"secure" I get the error:</DIV><DIV><BR class="khtml-block-placeholder"></DIV>
<DIV>"Transport out has not been set"</DIV><DIV><BR class="khtml-block
-placeholder"></DIV><DIV>when?connecting to secure://service.url</DIV><DIV><BR
class="khtml-block-placeholder"></DIV><DIV>is there a way to tell Axis2 how to
handle "secure" - it's really https in disguise</DIV><DIV><BR class="khtml
-block-placeholder"></DIV><DIV>thanks,</DIV><DIV><BR class="khtml-block
-placeholder"></DIV><DIV>Alistair</DIV><DIV><BR class="khtml-block-placeholder">
</DIV><DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse:
separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica;
font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text
-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto;
text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing:
0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border
-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px;
font-style: normal; font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: normal; text-align: auto; -khtml-text-decorations-in
-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform:
none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><BR
class="Apple-interchange-newline"><SPAN class="Apple-style-span" style="border
-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family:
Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font
-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto;
-khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size
-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2;
word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse:
separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica;
font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text
-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto;
text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing:
0px; "><DIV>-- ---- ------</DIV><DIV>mov eax,1</DIV><DIV>mov ebx,0</DIV><DIV
>int 80h</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class=
"khtml-block-placeholder"></DIV><BR class="Apple-interchange-newline"></SPAN><
/SPAN></SPAN></SPAN> </DIV><BR></DIV></BODY></HTML>