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 Mike Lewis 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: jutla
  • Order by date
  1. jutla

    Can TIFF images can accesable from Servlets?

    Hi, I want to know what is the contentType for TIFF images For accessing gif and jpeg we have contentTypes Can any one answer my question? Thanku
  2. jutla

    Can You please differentiate in ser

    Can You please differentiate in servlets What is the difference between init(),init(ServletConfig config){super.init(config);} In init() why we should not call super.init(config)?
  3. jutla

    Deploying WAR/EAR

    After creating the jar file just u deploy jar file by using weblogic console. jar file will be registered in applications.... so their after before invoking the bean just u set the classpath set classpath=.;.%classpath%
  4. jutla

    NoClassDefFoundError when deploying app

    Hi, Finally set classpath=.;.%classpath%
  5. jutla

    what's in my Vector?

    I may suggest use Hashtable because in that we have key and value pairs for each key value we can store any type of object
  6. jutla

    Xml communication

    How xml communicates with Ejb container?

Part and Inventory Search

Back
Top