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 strongm 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: Colombian
  • Order by date
  1. Colombian

    Uploading files from java client to servlet

    Hello all, My requirement is to upload files from a java client to a servlet and vice versa. At present I have successfully implemented the server side using Jason Hunters MultiPartRequest classes and tested this with an html based form. The problems start when trying to upload the files from...
  2. Colombian

    Xml communication

    Try downloading the java_xml_pack-spring-02-dev pack from the sun web site. There are also some good tutorials on the sun web site. Otherwise your question is very general ;)
  3. Colombian

    How to connect J2EE to MySQL?

    Try extracting the contents of the jar file. Amongst these you should find a jar file called "mysql_uncomp.jar". Try adding this to your classpath. I remember having a similar problem.
  4. Colombian

    NoClassDefFoundError when deploying app

    Are you using suns j2ee reference server? If so have a read of the message I posted on the message entitled "Problem with packaging my EJB" Cheers Colombian
  5. Colombian

    Problem with packaging my EJB

    I initially used suns reference j2ee server and its accompanying deploytool and endured 3 weeks of problems, which didn't appear to be my own. I then changed to using the Orion j2ee server (free for development purposes www.orionserver.com) and Ant for deployment and all my problems went away...
  6. Colombian

    error when running my j2ee application

    Are you sure it's not just a case of changing http:./ to http:// ?
  7. Colombian

    Applet - Servlet socket connection using orion server

    Hello people, I am trying to connect from an applet, embedded in an html page and using the java plug-in (1.4), to a servlet or jsp page on an orion j2ee application server. On loading the applet the following exception is thrown Exception:java.security.AccessControlException:access denied...

Part and Inventory Search

Back
Top