WebSphere Portal Server - DIIOP SSL for JSP taglibs of domino WSP5.0.2 and Domino 6.5.2

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Portal Server > August 2005 > DIIOP SSL for JSP taglibs of domino WSP5.0.2 and Domino 6.5.2





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author DIIOP SSL for JSP taglibs of domino WSP5.0.2 and Domino 6.5.2
dhirenjoshi

2005-08-09, 7:58 am

I have TrustedCerts.class file in the path at the client end.

and this is the client code.


String args[] = new String[3];
args[0] = "-ORBEnableSSLSecurity";
args[1]="-ORBDebug";
args[2]="-ORBCommTrace";

s =
(Session) NotesFactory.createSession(
"web.hostname:63148",
args,
"test",
"test");

This works for connecting to DIIOP over SSL.
I have an issue when my JSP with the Domino taglibs need to connect to DIIOP over SSL.



<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
<%@ taglib uri="/WEB-INF/domutil.tld" prefix="domutil" %>
<%@ taglib uri="/WEB-INF/domtags.tld" prefix="domino" %>
<%@ taglib uri="/WEB-INF/tld/portlet.tld" prefix="portletAPI" %>
<%@ page
language="java"
contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"
%>

<portletAPI:init />

<%
String username="test";
String password="test";
%>



<domino:view viewname="(Web-Test)" dbserver="CN=xyz/O=ABC" dbname="test/test.nsf" userId="<%=username %>" password="<%= password %>" host="web.hostname:63148" ftsearch="<%=searchstring%>">

How do I make this connect over SSL.

Thanks
Dhiren
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com