VPN Communication

Hai, I am new to this vpn communication. My main intention is to connect to a vpn network thorugh my application and get some data from that network. Please let me know the ways to accomplish this. Thaks in advance.
[222 byte] By [satyaprakashkampallia] at [2007-11-27 8:22:51]
# 1
Could you be more specific about what you are trying to do? At present it sounds very much like you should not be using Java for this assignment.
cotton.ma at 2007-7-12 20:11:39 > top of Java-index,Java Essentials,Java Programming...
# 2
Hi ,I have to connect to a vpn network from my web application. i am using java, jsp in my application.
satyaprakashkampallia at 2007-7-12 20:11:39 > top of Java-index,Java Essentials,Java Programming...
# 3
> Hi ,> > I have to connect to a vpn network from my web> application. i am using java, jsp in my application.I see. I don't think you can be helped.
cotton.ma at 2007-7-12 20:11:39 > top of Java-index,Java Essentials,Java Programming...
# 4
Hi ,Thanks for ur reply. But actully is there a way to connect to vpn network using java. i am new to this vpn communications.
satyaprakashkampallia at 2007-7-12 20:11:39 > top of Java-index,Java Essentials,Java Programming...
# 5

> Hi ,

>

> Thanks for ur reply. But actully is there a way to

> connect to vpn network using java. i am new to this

> vpn communications.

Well first of all VPN is a lower level thing really and not really something one does in Java. Can Java communicate through a VPN? Sure. But "connect"? Probably not no.

And then there is the whole "doing it from a web application and jsp" angle which frankly scares the **** out of me.

cotton.ma at 2007-7-12 20:11:39 > top of Java-index,Java Essentials,Java Programming...
# 6
Hi ,Transfer of data via a switch (AT&T or Nortel) either utilizing the internet via the ISP or via tcp/ip protocols utilizing firewall. Can u please help out with information
satyaprakashkampallia at 2007-7-12 20:11:39 > top of Java-index,Java Essentials,Java Programming...
# 7

> Hi ,

>

> Transfer of data via a switch (AT&T or Nortel)

Something that isn't Java.

> either

> utilizing the internet via the ISP or via tcp/ip

> protocols utilizing firewall.

Great. Well that's nice but if what you are trying to do in the end is that first bit you mentioned Java is not for you. You'll need some sort of bits of C code.

cotton.ma at 2007-7-12 20:11:39 > top of Java-index,Java Essentials,Java Programming...