Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-20-2007, 09:29 PM
Member
 
Join Date: Jul 2007
Posts: 5
ranjith is on a distinguished road
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
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-23-2007, 05:33 PM
Member
 
Join Date: Jul 2007
Posts: 5
ranjith is on a distinguished road
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
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-23-2007, 05:45 PM
JavaBean's Avatar
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
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.
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 07-23-2007, 06:12 PM
Member
 
Join Date: Jul 2007
Posts: 5
ranjith is on a distinguished road
Thanks JavaBean for your reply. I am going to use https only
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 07-23-2007, 08:26 PM
JavaBean's Avatar
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
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.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Servers supporting EJBeans ravian Enterprise JavaBeans 3 01-03-2008 11:44 AM
Looking for servers on ports Java Tip Java Tips 0 12-13-2007 10:28 AM
Communication with c++ mathias Advanced Java 1 08-07-2007 07:47 AM
how To Use Https Connection For Communication fred Advanced Java 2 08-01-2007 05:59 PM
Configuring Enterprise Application Servers In NetBeans IDE JavaForums NetBeans 0 07-31-2007 12:13 AM


All times are GMT +3. The time now is 02:49 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org