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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by link102

  1. link102

    Signing an Applet on an external host

    Oh ok, so the end user will just be prompted to Accept/Reject/Install the certificate, but I don't have to deal with any keytool -imports on their end? If thats the case then everything should be fine, thanks sedj.
  2. link102

    Signing an Applet on an external host

    Hey all, I am working on an applet to use that will connect to a MySQL database where the applet and database are both on the same host. I know that this involves signing the applet, but this is not on my machine or one that I have command line access to. The applet will run on an external...
  3. link102

    Will two java servlets trust an expired SSL private key?

    Hey all, I am a developer working on SSL communication between two hosts. I have created my private keys and trusted certificates and everything works great. But now I have to connect to an older servlet which has an expired key. This is where I can no longer proceed. Java is throwing an SSL...
  4. link102

    Will two java servlets trust an expired SSL private key?

    Hey all, I am a developer working on SSL communication between two hosts. I have created my private keys and trusted certificates and everything works great. But now I have to connect to an older servlet which has an expired key. This is where I can no longer proceed. Java is throwing an SSL...
  5. link102

    XML Validation works as a stand alone, but not as a servlet -- ideas??

    Thanks sedj. Perhaps this is a stupid but how do I check the JVM's default jar load directories?
  6. link102

    XML Validation works as a stand alone, but not as a servlet -- ideas??

    Hey all, I am writing a simple parser and DTD validator for an InputStream that will passed in as a POST message. I have tried parsing and validating both InputStreams and just Strings from a small test program that I wrote. That works fine. However, when I put the SAME EXACT code into a file...
  7. link102

    Validating XML from an InputStream opposed to a File

    Hello all, I have been having this problem for some time now. I can validate XML against my DTD just fine when it is a local file, however, when I try to grab it from a URI or InputStream it does not work. The same XML when parsed will throw a DOCTYPE not found error. Below is my test XML...

Part and Inventory Search

Back
Top