DIIOP SSL for JSP taglibs of domino WSP5.0.2 and Domino 6.5.2
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > WebSphere > WebSphere Portal Server > DIIOP SSL for JSP taglibs of domino WSP5.0.2 and Domino 6.5.2




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

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


View Ip Address Report This Message To A Moderator Edit/Delete Message


Click Here to See the Profile for dhirenjoshi Click here to Send dhirenjoshi a Private Message Find more posts by dhirenjoshi Add dhirenjoshi to your buddy list
 
08-09-05 12:58 PM

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/tes
t.nsf" userId="<%=username %>" password="<%= password %>" host="web.hostname
:63148" ftsearch="<%=searchstring%>">

How do I make this connect over SSL.  

Thanks
Dhiren




[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 03:54 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register