Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Jay1Roy
  • Content: Threads
  • Order by date
  1. Jay1Roy

    Default message Expiry on MQ Queue level.

    Greetings MQ Gurus... I have a queue which is stacking up with orphan messages that have been returned after the timeout value in the application. I can’t get the application changed to set the MQGets to use expiry. And the application retries after sometime if it didn’t get a response anyway...
  2. Jay1Roy

    Trouble with Stream downloads from JSP on XP SP2

    Hi all, I have a page that exports data to a file (in .CSV, .TXT, etc formats) on client's PC. Everything was fine until Microsoft released SP2 for Windows XP. The home page of the application is a regular browser page and when the user enters a valid user id/password, a popup window opens...
  3. Jay1Roy

    ServerSockets and Proxies using Authentication.

    Hi, I am trying to write a test utility that sits between a client and a web server and writes to a file all pages/requests going up and down. This is fine when I work locally or even through a proxy that doesn't use authentication. Now I need to use it on a proxy that needs a user ID and...
  4. Jay1Roy

    Divert Dialup traffic to proxy on LAN! (**Tough one**)

    Dear friends, I connect to the Internet through my corporate proxy and have my IE point to it. Now the trouble is I need to run some utilities that don’t understand proxies but work only with dialups. Not to mention, the proxy requires authentication and therefore failing some utilities that...
  5. Jay1Roy

    IE 6.0 on Win2k stopped applying CSS!!!

    Hi guys, Last week I happened to update my Win2k with patches and unchecked the "keep a backup" option. I updated my IE 6.0 as well. Since then, my browser and some windows programs that were integrating IE dont apply Styles and all appear in blunt defaults. No proper coloring, no...
  6. Jay1Roy

    1 Web Server connecting to 2 JRun srvrs (failover, alternate boxes)

    Hi guys, I have trouble failing over two JRun3.1 servers. Following is the description, please help! Scenario: There are TWO instances of JRun on two different hardwares (with different IPs). There is a virtual IP that can point towards either of them when need be, like a crash of one server...
  7. Jay1Roy

    Hi guys, I am not sure if this i

    Hi guys, I am not sure if this is the right place to put this question,but anyway... I have trouble failing over two JRun servers. Following is the description, please help! Scenario: There are TWO instances of JRun on two different hardwares (with different IPs). There is a virtual IP that...
  8. Jay1Roy

    Hi guys, I am not sure if this i

    Hi guys, I am not sure if this is the right place to put this question,but anyway... I have trouble failing over two JRun servers. Following is the description, please help! Scenario: There are TWO instances of JRun on two different hardwares (with different IPs). There is a virtual IP that...
  9. Jay1Roy

    JCrypto 3.3 on Netscape!!!SOS

    Hi Folks, I need to run JCrypto3.3 on Netscape browsers. I know its old but that's what the client wants to use. I must make it move on Netscape... I got it working on IE. I need to know if its not supported on NN is there any alternate way? A custom JVM installation or something? thanks in...
  10. Jay1Roy

    JCrypto 3.3 on Netscape!!!SOS

    Hi Folks, I need to run JCrypto3.3 on Netscape browsers. I know its old but that's what the business wants to use. I must make it move on Netscape... I got it working on IE. I need to know if its not supported on NN is there any alternate way? A custom JVM installation or something? thanks in...
  11. Jay1Roy

    Can <select> go behind <div>

    Hi All, I have a problem that has gone critical now... I have a popping up <div> with some message but the <select>s don't go behind the popup they show up shamelessly...:-( This is very frustrating now.... any help will be greatly appreciated. Thanks in advance... Roy.
  12. Jay1Roy

    Calling JavaScript functions from JAVA!

    Hi, I need to call JavaScript methods through Java applets. I know there's a method LiveConnect for which I need to import netscape.javascript.* in my Java programs but I need the JARs and Classes from netscape. I tried searching but couldnt get if from nowhere. Please tell me where can I find...
  13. Jay1Roy

    Digital Signature and JavaScript!

    How can I use JavaScript to digitally sign a transaction? I want it to work both on IE and NN. Thanks, Jayanta.
  14. Jay1Roy

    Signing with JavaScript.

    How to use JavaScript to digitally sign any transaction? Thanks Jayanta.
  15. Jay1Roy

    !!SOS!! Digital Client Certificare... How To?

    [COLOR=red]:-(**!! URGENT !!** sos sos sos sos **!! URGENT !!** sos sos sos sos **!! URGENT !!**:-([COLOR=blue] Hi, I need to use a Digital Client certificate with Baltimore as a server with SSL. Can any 1 tell me how to handle the client certificate and sign the contents being transmitted...
  16. Jay1Roy

    !!SOS!! Client Digital Certificates; How To?

    Hi, I need to implement security on both client and server side. How do I handle client side digital certificates? I have a ristriction of not being able to use Java applet or any other language other than html and JavaScript. Is it used implicitly by the web browser or there is a way with...
  17. Jay1Roy

    ! Problem with &lt;SELECT&gt; ! SOS

    Hi, I am having serious problem with <SELECT> in my JavaScript. optn = new Option(&quot;Inserting new Option...&quot;); parent.upFrm.document.form.selc.options[0]=optn; The above two lines are suppose to insert a new option in a drop down list named selc within form named 'form'. This works...
  18. Jay1Roy

    JSP Coding Standards!

    Hi, Can any one suggest any documentation that specifies an International Coding Standard for JSP and Servlets? The DOs and DONTs for a programmer? Its urgent. Thanks, Jayanta.
  19. Jay1Roy

    Dissolving the present window!!!

    Hi, I have a small problem. I have written a script that, by changing the bgcolor of the document, gives a dissolving effect to the current page. But I want that when my page loads, it should first dissolve the present page (some xyz page from somewhere) and then open my page. The previous...
  20. Jay1Roy

    Identify NT login name from JSP

    [COLOR=#775566]Hi, For tightening the security, I wanted to know how can I get the NT user login name in my JSP?? any other suggestion on doing this is welcome. Thanks, Jayanta

Part and Inventory Search

Back
Top