- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Proxy server, with java not run?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 11:36 PM
05-25-2005 11:36 PM
Proxy server, with java not run?
i have a hp-ux 11 and i can outgoing with netscape to internet. I have configured a proxy server in the browser.
When i try to configure a java program with oracle Jdeveloper and i pass this parameter to host(the same that i have in the browser):
properties.put(m_httpConnection.PROXY_HOST, "192.168.xx.xx");
properties.put(m_httpConnection.PROXY_PORT, "8080");
I cannot connet to destination, beacuse not connect before to proxy.
Any idea?
Thanks.
Best regards.
Francesco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 12:42 AM
05-26-2005 12:42 AM
Re: Proxy server, with java not run?
see
http://devtrends.oracle.com/code/activedb/
There is a lot there
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 12:49 AM
05-26-2005 12:49 AM
Re: Proxy server, with java not run?
If not, can you ping the proxy server?
If not, perhaps its a network configuration issue such as default gateway.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 01:00 AM
05-26-2005 01:00 AM
Re: Proxy server, with java not run?
yes i can do it a ping without problem:
# ping 192.168.10.13
PING 192.168.10.13: 64 byte packets
64 bytes from 192.168.10.13: icmp_seq=0. time=1. ms
64 bytes from 192.168.10.13: icmp_seq=1. time=1. ms
64 bytes from 192.168.10.13: icmp_seq=2. time=0. ms
and telnet too!!:
# telnet 192.168.10.13 8080
Trying...
Connected to 192.168.10.13.
Escape character is '^]'.
But when passinng this in java code..not run!.
Thanks.
Best regards.
Francesco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 01:04 AM
05-26-2005 01:04 AM
Re: Proxy server, with java not run?
this it's my default gateway:
outing tables
Dest/Netmask Gateway Flags Refs Use Interface Pmtu
efault 132.160.146.90 UG 0 0 lan0 1500
Regards.
Francesco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 10:28 PM
08-10-2005 10:28 PM