I want to make proxy server plz help

hi, i want to make proxy server and i dont know from where to start
so plz help me if u have any documents or code of proxy server
and suggest me web site from whre i can get the source code
and documents of it.
thanks

hi, i want to make proxy server and i dont know from
where to start
The Java™ Tutorial - A practical guide for programmers
Essentials, Part 1, Lesson 1: Compiling & Running a Simple Program
New to Java Center
How To Think Like A Computer Scientist
Introduction to Computer Science using Java
The Java Developers Almanac 1.4
JavaRanch: a friendly place for Java greenhorns
jGuru
Bruce Eckel's Thinking in Java
Joshua Bloch's Effective Java
Bert Bates and Kathy Sierra's Head First Java
How To Ask Questions The Smart Way by Eric Steven Raymond

Similar Messages

  • Hi! Proxy Server Implementation Help required!

    Hello Everybody!
    I am new to java networking and I want to develop Proxy Server in Java. Could somebody tell me where and how to start. Any help will be highly appreciated. Thanks in advance.

    That's a slightly better idea than writing a firewall in Java.
    Where I would start would be to decide what the proxy server was supposed to do. For example, what protocols should it proxy? HTTP? FTP? Others? And should it require authentication? What other services should it provide?

  • HT203167 Hi when I try to buy gems in the game a message tell me contact ITunes Store to complete this transition what should I make by steps plz help me !!!

    Hi when I try to buy gems in the game a message tell me contact ITunes Store to complete this transition what should I make by steps plz help me !!!

    Step one:  Do exactly what it told you to do.  Contact itunes support.
    Step two:  Do what itunes support tells you

  • I am unable to open documents ending with .doc (rather than docx, which I can open). The error message states "[name of document]" is being used by "another user." Do you want to make a copy? Help!!!

    How can I open a Word document, when I receive this error message "[name of document]" is being used by "another user." Do you want to make a copy?
    (This only occurs on the documents I have saved as .doc; the ones saved as "docx" open for me. Help!

    Did you recently reinstall the OS then copy all your files back over? Do a Get info on one of the documents and see if your current UserName is listed and has Read & Write permissions. If not select the Documents folder and check that for Read & Write permissions for your UserName. If it doesn't have R & W permissions Add it so it does.

  • HT201441 i buy to second-hand iphone 5 and i resat so i want to original owner number plz help me urgent

    i want to original owner tel: number plz help me becouse my iphone is lock

    Welcome to the user to User Technical Support Forum provided by Apple.
    Syazuan wrote:
    i want to original owner tel: number ...
    No one here can assist you with that.
    The Apple ID and Password that was Originally used to Activate the iDevice is required
    If you do not have that information you will not be able to use the Device.
    Activation Lock in iOS 7  >  http://support.apple.com/kb/HT5818

  • Spry Tabbed Pannels With Button - Button Breaks When Trying To Make Horizontal Aligned, Plz Help!

    I use Spry Panels with buttons in it.
    These buttons work like a charm and show from top to bottom. Never had problems.
    But now i wanted to make a variation, where these buttons go from left to right. So i tryd making them horizontally but without succes.
    I did got them horizontally but then the button-code wont work...
    Can anyone plz take a look and tell me how to get these horizontally?
    My efforts so far broke the code of the buttons.
    The original VTabbedPanels Code;
    [code]
    <div id="TabbedPanels1" class="VTabbedPanels">
      <ul class="TabbedPanelsTabGroup">           
          <div class="TabbedPanelsTab" >
            <table class="Button" >
              <tr>
                <td style="padding-right:0px" title ="Home"><a href="#" title="Info" style="background-image:url(Buttons/Home.png);width:172px;height:75px;display:block;"><br />
                </a></td>
              </tr>
            </table>
          </div>   
          <div class="TabbedPanelsTab" >
            <table class="Button" >
              <tr>
                <td style="padding-right:0px" title ="Info"><a href="javascript:TabbedPanels1.showPanel(2);" title="Info" style="background-image:url(Buttons/Info.png);width:172px;height:75px;display:block;"><br />
                </a></td>
             </tr>
            </table>
          </div>
          <div class="TabbedPanelsTab" >
            <table class="Button" >
              <tr>
                <td style="padding-right:0px" title ="Gallerij"><a href="javascript:TabbedPanels1.showPanel(3);" title="Gallerij" style="background-image:url(Buttons/Gallerij.png);width:172px;height:75px;display:block;" ><br/>
                </a></td>
              </tr>
            </table>
          </div>
          <div class="TabbedPanelsTab" >
            <table class="Button" >
              <tr>
                <td style="padding-right:0px" title ="Contact"><a href="javascript:TabbedPanels1.showPanel(4);" title="Contact" style="background-image:url(Buttons/Contact.png);width:172px;height:75px;display:block;"> <br/>
                </a></td>
              </tr>
            </table>
          </div>
    [/code]
    All i want is these buttons in a horizontal configuration inst of vertical.
    I left unneccesary code, if you need the complete code plz ask and ill post it.
    Plz tell me what needs to be done to get this horizontal without broken buttons.

    The removing of the V didnt work.
    The following code makes the buttons horizontally, but breaks function of the button code, so buttons wont work anymore.
    EDIT: The buttons do move from up - down state but links are broken. Code doesnt open tab content.
    <div id="TabbedPanels1" class="TabbedPanels">
                <ul class="TabbedPanelsTabGroup">
          <div class="TabbedPanelsTab" >
            <table class="Button" >
              <tr>
                <td style="padding-right:0px" title ="Home"><a href="#" title="Info" style="background-image:url(Buttons/Home.png);width:172px;height:75px;display:block;"><br /></a>
                </td>
                <td style="padding-right:0px" title ="Info"><a href="javascript:TabbedPanels1.showPanel(2);" title="Info" style="background-image:url(Buttons/Info.png);width:172px;height:75px;display:block;"><br /></a>
                </td>
                <td style="padding-right:0px" title ="Gallerij"><a href="javascript:TabbedPanels1.showPanel(3);" title="Gallerij" style="background-image:url(Buttons/Gallerij.png);width:172px;height:75px;display:block;" ><br/></a>
                </td>
                <td style="padding-right:0px" title ="Contact"><a href="javascript:TabbedPanels1.showPanel(4);" title="Contact" style="background-image:url(Buttons/Contact.png);width:172px;height:75px;display:block;"> <br/></a>
                </td>
              </tr>
            </table>
          </div>
    Can someone explain why the button code doesnt work anymore?
    Bec i really dont have a clue.

  • Make A Replication From My 9i Server , Plz Help

    Greetings For All,
    I'm Using Forms6i With Oracle9i Database .
    I Want To Distribute My 6i Application On A Domain . My Database Is Stored On A Win2000 Server Machine.
    I Want To :-
    1- Take An Image From My Database Server With All The Options, Settings And Objects ( Tables ) , To Be Able To Make Any Development And Maintenance On My Application After I Hand It To My Client .
    2- I Want To Replicate Any Changes Applied To The Database During The Day To Another Machine To Be Able To Replace Main database Server Whenever Its Failed .
    I'm Looking For Your Help, Plz .
    Respectfully,
    < The One >

    Any Help, Plz !!

  • I Want to connect to database . plz help

    dear programmers
    i use forms9i and oracle database 9i under winxp. the database is on the local machine .
    to connect database from the form i do the following:
    1-choose file | connect from the main menue
    2-type scott/tiger then click on connect
    the following message appear
    ORA-12560 TNS :protocol adapter error.
    please i urgently need to connect to database
    please help

    dear Pamela Gamer
    I really thank u for helping me .
    I did the following :
    1- from Start menu,I select Programs > Oracle9i Developer Suite > Forms Developer > Start OC4J Instance. I waited till the window displays a message that OC4J has been initialized, and I minimized the window,and i did not close it.
    2-I opened my form and connected my database successfuly.
    3- when i started to run my form the same message appeared ( frm-10142: the http listener is not running on 127.0.0.1 at port 8888 . please start the listener or check your runtime perference)
    i do not know why it appeared again .i want to know what is the problem . in fact i hardly need to shift to forms9i, but this problem makes me disapointed.
    if you know the solution , please help me
    thank u again for helping me
    tarek

  • Configure XI adapter for abap proxy scenario- plz help

    Hi,
    Pleas help me in configureing the XI adpater in abap server proxy scenario, answer the one in bold in below
    Scenario is asynchronous
    Http -> XI ->R/3(abap server proxy)
    sender: Through http client
    receiver is abap server proxy
    Repository objects:
    Sender: sender_DT, sender_MT, sender_MI(outbound asynchronous)
    Receiver: receiver_MI
    Interface mapping: source=sender_MI, receiver_MI.
    <u>Proxy generated on R/3 client 550 for receiver_MI.</u>
    this proxy internally calls an RFC which inturn updates a table.
    Configuartion objects:
    Sender: business service, no comm channel since http sender.
    receiver: R/3 business system
    Comm channel: receiver_cc type of XI.
    transport protocol: http
    message protocol : XI 3.0, since both XI and R/3 on webas 6.4
    <b>addressing type: URL
    target host: ??? where can I find this
    service number: ?? where can I find this
    path: /sap/xi/engine?type=entry</b> i guess the path is correct for XI 3.0
    <u>My system details: XI - client 400, R/3 client  550.</u>
    Authentiction data:
    <b>user name: this user suppossed to be from R/3 or XI?,</b>
    passwrod; proper password
    <b>logon client: the client supposed to be of R/3 or XI?</b>
    Recevr determinaion, interface determination and recevr agrrement looks fine.
    Please reply , your help is appreciated.
    Thanks
    KK

    Hi,
    <i>>>>target host: ??? where can I find this</i>
    Your R/3 host number you can find System->Status
    <i>>>>service number: ?? where can I find this</i>
    You can find in SMICM in services
    <i>>>>user name: this user suppossed to be from R/3 or XI?,
    passwrod; proper password
    logon client: the client supposed to be of R/3 or XI?</i>
    R/3 logon details.
    Thanks,
    Prakash

  • I have install wamp server one my first laptop and and i access data with my second laptop. i have connected both pc's with internet wire but it show some error"enable to connect mysql server " plz help me

    string wire = " Persist Security Info=False; server=xain; port=3307; database=test;username=root;password=";
    string query = "insert into test.server_base values('" + textBox1.Text + "', '" + textBox2.Text + "')";
    MySqlConnection condatabase = new MySqlConnection(wire);
    MySqlCommand cmd = new MySqlCommand(query, condatabase);
    MySqlDataReader myreader;
    try
    condatabase.Open();
    myreader = cmd.ExecuteReader();
    MessageBox.Show("Good");
    condatabase.Close();
    catch (Exception xe)
    MessageBox.Show(xe.Message,"na g na");
    /*server=xain is a server name assing in which database is install */

    Hi sohail.
    As you title mentioned wamp server, for WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database. This is third-party software. I
    am afraid this is out of our support.  I would suggest you to ask in their
    official forum. Thanks for your understanding.
    Have a nice day!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Stoopid newby wants to make a music video HELP!

    I've read the UM cover to cover and still can't make heads or tails of this.
    I have three pieces of video.
    One was shot with iMovie and a tube mic, the other two are from digital cameras.
    I want to use the audio from the tube mic and the video from the two cams.
    It seems the simplest thing to do would be to have three video tracks in the sequence, synch them up then use split clip commands to chop up the video tracks and slide the desired clips together into one video track and then delete the other two. Does this make any sense? the idea of trying to manually synch every video clip separately seems like a huge waste of time.
    Every time I try to add clip to track V2, V1 and A1 disappear?
    Can anyone help out a musical bonehead?

    Every time I try to add clip to track V2, V1 and A1 disappear?
    Do you have the tracks targeted correctly?
    Normally, if all cameras rolled continuously throughout the shoot, it would be a fairly simple process to fond a common sync point the cut away the parts of each clip you don't want to keep.
    But if any of the cameras stopped and started during the take, you will have to manually sync each shot from each camera.
    -DH

  • Error Executing J2EE server PLZ help

    Hi All
    Im using Windows 2003 professional J2SDK 1.3.0, J2SDKEE1.2.1
    Please help me in this...can't able to start the server.
    When I gave j2ee -verbose, it gave the following result.
    D:\>j2ee -verbose
    J2EE server Listen Port: = 1049
    org.omg.CORBA.INTERNAL: minor code: 1398079495 completed: No
    at com.sun.corba.ee.internal.iiop.Connection.getLocalHost(Connection.jav
    a:171)
    at com.sun.corba.ee.internal.corba.ORB.checkApplicationPropertyDefaults(
    ORB.java:514)
    at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:246)
    at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:163)
    at org.omg.CORBA.ORB.init(ORB.java:329)
    at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:149)
    at com.sun.enterprise.util.ORBManager.init(ORBManager.java:62)
    at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:373)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:220)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
    org.omg.CORBA.INTERNAL: minor code: 1398079495 completed: No
    at com.sun.corba.ee.internal.iiop.Connection.getLocalHost(Connection.jav
    a:171)
    at com.sun.corba.ee.internal.corba.ORB.checkApplicationPropertyDefaults(
    ORB.java:514)
    at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:246)
    at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:163)
    at org.omg.CORBA.ORB.init(ORB.java:329)
    at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:149)
    at com.sun.enterprise.util.ORBManager.init(ORBManager.java:62)
    at com.sun.enterprise.util.ORBManager.getORBInitialPort(ORBManager.java:
    80)
    at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:375)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:220)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
    org.omg.CORBA.INTERNAL: minor code: 1398079495 completed: No
    at com.sun.corba.ee.internal.iiop.Connection.getLocalHost(Connection.jav
    a:171)
    at com.sun.corba.ee.internal.corba.ORB.checkApplicationPropertyDefaults(
    ORB.java:514)
    at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:246)
    at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:163)
    at org.omg.CORBA.ORB.init(ORB.java:329)
    at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:149)
    at com.sun.enterprise.util.ORBManager.init(ORBManager.java:62)
    at com.sun.enterprise.util.ORBManager.getORB(ORBManager.java:74)
    at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:377)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:220)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
    java.lang.NullPointerException
    at com.sun.enterprise.iiop.POAProtocolMgr.<init>(POAProtocolMgr.java:84)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:237)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
    java.lang.RuntimeException
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:348)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
    Error executing J2EE server ...
    Then if i try to stop the server by j2ee -stop ....the following happens
    D:\>j2ee -stop
    org.omg.CORBA.INTERNAL: minor code: 1398079495 completed: No
    at com.sun.corba.ee.internal.iiop.Connection.getLocalHost(Connection.jav
    a:171)
    at com.sun.corba.ee.internal.corba.ORB.checkApplicationPropertyDefaults(
    ORB.java:514)
    at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:246)
    at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:163)
    at org.omg.CORBA.ORB.init(ORB.java:329)
    at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:149)
    at com.sun.enterprise.util.ORBManager.init(ORBManager.java:62)
    at com.sun.enterprise.naming.SerialInitContextFactory.<init>(SerialInitC
    ontextFactory.java:36)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    55)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:178)
    at com.sun.enterprise.util.Utility.lookupObject(Utility.java:117)
    at com.sun.enterprise.server.J2EEServer.shutdown(J2EEServer.java:762)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:830)
    org.omg.CORBA.INTERNAL: minor code: 1398079495 completed: No
    at com.sun.corba.ee.internal.iiop.Connection.getLocalHost(Connection.jav
    a:171)
    at com.sun.corba.ee.internal.corba.ORB.checkApplicationPropertyDefaults(
    ORB.java:514)
    at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:246)
    at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:163)
    at org.omg.CORBA.ORB.init(ORB.java:329)
    at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:149)
    at com.sun.enterprise.util.ORBManager.init(ORBManager.java:62)
    at com.sun.enterprise.util.ORBManager.getORB(ORBManager.java:74)
    at com.sun.enterprise.naming.SerialInitContextFactory.<init>(SerialInitC
    ontextFactory.java:37)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    55)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:178)
    at com.sun.enterprise.util.Utility.lookupObject(Utility.java:117)
    at com.sun.enterprise.server.J2EEServer.shutdown(J2EEServer.java:762)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:830)
    Unable to shutdown the J2EE server.
    D:\>
    Please help me in this regard ...
    Thanking you in advance..

    Please help me guys Im really waiting for the solutiion to the problem

  • My mother in law is wanting to make the switch. Help please?

    Gang,
    My mother in law is looking to make the switch to Mac.  She will be utilizing her Mac to create a web page to include lots of content, pictures, video, voice recordings, etc.
    One of the things she wants to puchase is Adobe Creative Suites, I think the premium package.  The system requirements are as follows:
    Mac OS
    Multicore Intel® processor with 64-bit support
    Mac OS X v10.5.8 or v10.6; Mac OS X v10.6 required for Adobe Flash Builder™ 4.5 Premium Edition and Flash Builder integration with Flash Catalyst® and Flash Professional; Mac OS X v10.6.3 required for GPU-accelerated performance in Adobe Premiere Pro
    2GB of RAM (4GB or more recommended)
    26.3GB of available hard-disk space for installation; additional free space required during installation (cannot install on a volume that uses a case-sensitive file system or on removable flash storage devices)
    1280x900 display (1280x1024 recommended) with qualified hardware-accelerated OpenGL graphics card, 16-bit color, and 256MB of VRAM
    Adobe-certified GPU card for GPU-accelerated performance in Adobe Premiere Pro
    Some GPU-accelerated features in Adobe Photoshop require graphics support for Shader Model 3.0 and OpenGL 2.0
    7200 RPM hard drive for editing compressed video formats; RAID 0 for uncompressed
    Core Audio–compatible sound card
    DVD-ROM drive compatible with dual-layer DVDs (SuperDrive for burning DVDs; external Blu-ray burner for creating Blu-ray Disc media)
    Java Runtime Environment 1.6
    Eclipse 3.6.1 Cocoa version required for plug-in installation
    QuickTime 9 software required for QuickTime and multimedia features
    Adobe Flash Player 10 software required to export SWF files and to play back DVD projects exported as SWF files
    Broadband Internet connection required for online services and to validate Subscription Edition (if applicable) on an ongoing basis*
    Visit the NVIDIA website for system requirements and compatibility. The list of graphics cards that are compatible with Adobe Premiere Pro CS5 is updated on a regular basis.
    Can anyone recommend which machine and which upgrades would be needed to make sure this program would run ok?
    She definitely wants an iMac.  My household runs Macs but we aren't tech savy enough to know what all of the above requirements mean.  Obviously there aren't a lot of customization options when purchasing a Mac so I'm not sure if it will require aftermarket type stuff.
    Any information would be greatly appreciated!
    Thanks!
    Chad

    iMacs are great machines. The Adobe CS suite will work on any new or older iMac.  iMacs have great video cards as well. I would suggest that once you buy the iMac, add more memory. Buying it directly from Apple is quite expensive but places like Other World Computing sell excellent memory at great prices. I don't work for them, but I am a long time customer. I love my iMac. The screen is just fabulous.

  • HT1414 I accidently turned on my Voice control and now my apps are not working, I cannot even use my phone app to make a call. plz help

    Any advice on how to turn off Voice Control?
    My phone is NOT working because of this.
    PLEASE help
    Thank you

    I have same problem. I can get to Settings > General, but can get any furthrt than Auto Lock! Screen won't scroll or anything. HELP!!!

  • Help needed for CORBA over Http through proxy server[Very Urgent]

    Hi Friendz,
    I am new to J2EE. Right now I am learning RMI, Corba now.
    In RMI, to pass through Http to bypass firewall or through proxy sever, we can use either Http to port or Http to CGI/Servlet i.e., Http tunneling.
    In the same, I am running a simple corba application, i want my corba application to pass through my proxy server using http which is configured to address 127.0.0.1 and port 8118.
    How to pass my corba application through proxy server. please help me and it is very urgent.
    Is it possible or not, please let me know some comments about this topic
    Thanks in advance Friends for your help

    This is so extremely urgent that it needs to be asked multiple times.
    http://forum.java.sun.com/thread.jspa?threadID=762950

Maybe you are looking for

  • How to Identify a sales order is in Change mode without looking at T-code

    Hi Gurus, I have a requirement we have the code in place to behave differently when it is in VA01 and VA02 in an user exit_save_document. we are having trouble to trigger the code when the sales order is modified or created by a BAPI. The check in th

  • My keyboard does not change language in facebook log in

    I just bought MacBook Pro 15'4 I am in general new user with mac !!! My primary keyboard language is English and my secondary is Greek. When i try to log in to my facebook account i wrote my e-mail (in english of course) and my password is in greek a

  • Windows Security Dialog When Running Merged Webhelp in IE8

    Every time I open my RH8 merged webhelp system in IE8, I get the following warning message: Anyone have any recommendations about what is causing this and what workarounds are available? thanks

  • Upgrade to CS4 and (only) three questions

    Bridge does not open automatically with PS even though I have told it to do so every place I can find. Some tool tips -- especially the icons at the bottom of palettes -- do not show themselves. The tool tip option in preferences isturned on. I use t

  • What is "mobile"?

    Can anyone give me their definition of mobile? Is it a device? Is it a capability? Is wi-fi mobile, or do we need something like nationwide cellular for true mobile? A lot of companies are marketing the term "mobile," but none seem to really explain