Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

ssl properties in differents web apps in same app server
hello,

i have a web application deploy in a application server (WAS 4.0).
this application connect to a server with SSL.
when the application init, I configure the ssl properties:

private URL url;

init()
{
System.setProperty("javax.net.ssl.keyStore", "...");
..
System.setProperty("javax.net.ssl.trustStore", "...");
..
URL url = new URL("https://...");
..
}

when have a request:

doPost(req, resp)
{
URLConnection con = url.openConnection();
..
InputStream in = con.getInputStream();
..
}

well, in the same application server, i have others application deployed,
that access other services in others servers with SSL, and init the
configuration in the same way with others keystore and truststore.

all the applications are in the same app server (same virtual machine), and
call

System.setProperty("javax.net.ssl.keyStore", "...");

is this a problem???

thaks in advance,
C?sar.

--
Message posted via http://www.webservertalk.com

Report this thread to moderator Post Follow-up to this message
Old Post
C?sar Fern?ndez via webservertalk.com
04-01-05 01:58 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Java Security archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 06:59 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.