Results 1 to 5 of 5
- 07-20-2007, 08:29 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 5
- Rep Power
- 0
Connection n Communication b/w secured and non secured servers
Hi All,
I have two servers: secured and non secured. I have a training material on the secured server. People will use non secured server for accessing all training materials.
Now, I need to access training material on the secured server from non secured server. Pls let me know the ways of doing it and suggest me with some links or code snippets.
Thanks a lot in advance
- 07-23-2007, 04:33 PM #2
Member
- Join Date
- Jul 2007
- Posts
- 5
- Rep Power
- 0
Hi All,
Do i need to explain more on the above query? Pls give suggestion, if you have any regarding connection between secured and unsecured servers
Thanks
- 07-23-2007, 04:45 PM #3
What is the way of access to the training material? Through HTTPS, SFTP or any other way. If you have the choice to do that, then design your secure server's network interface so that the only IPs that can access to your training server is the ones you authorize and do the transfer with the most simplest way (e.g. TCP/IP sockets). :) Actually, you can still develop a protocol for TCP/IP sockets so that even other can connect to your secure server, they can not login if they don't know the password for the server.
- 07-23-2007, 05:12 PM #4
Member
- Join Date
- Jul 2007
- Posts
- 5
- Rep Power
- 0
Thanks JavaBean for your reply. I am going to use https only
- 07-23-2007, 07:26 PM #5
I see. Then you will need to search tutorials about HTTPS and java :) I did not use it before but as far as i know Apache HTTPClient library has support for HTTPS in an easy way. I guess it can simplify your job.
Similar Threads
-
Servers supporting EJBeans
By ravian in forum Enterprise JavaBeans (EJB)Replies: 3Last Post: 01-03-2008, 10:44 AM -
Looking for servers on ports
By Java Tip in forum Java TipReplies: 0Last Post: 12-13-2007, 09:28 AM -
Communication with c++
By mathias in forum Advanced JavaReplies: 1Last Post: 08-07-2007, 06:47 AM -
how To Use Https Connection For Communication
By fred in forum Advanced JavaReplies: 2Last Post: 08-01-2007, 04:59 PM -
Configuring Enterprise Application Servers In NetBeans IDE
By JavaForums in forum NetBeansReplies: 0Last Post: 07-30-2007, 11:13 PM


LinkBack URL
About LinkBacks

Bookmarks