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 phtobias

  1. phtobias

    "mastering tomcat development" servlet code problem

    It is kind of half work, half failure. I added the <init-param> (see attached) into the web.xml and now it knows the variables driver/jdbcurl/login/passowrd. The problem is that it still said &quot;javax.servlet.UnavailableException: org.gjt.mm.mysql.Driver&quot;. Can anyone give me a hint how...
  2. phtobias

    &quot;mastering tomcat development&quot; servlet code problem

    I think the problem is at web.xml. I have to give the <init-param> first. sorry for the long write. Post again if I make it work. yi-ren
  3. phtobias

    &quot;mastering tomcat development&quot; servlet code problem

    I try to follow a servlet example [Chapter_5/SQLSampleServlet.java] in the book &quot;mastering tomcat development&quot; by Peter Harrison/Ian McFarland, but run into a problem. Your help is greatly appreciated. Many Thanks. yi-ren My setup...
  4. phtobias

    web server and java?

    rotorblade, thank you for the informaton. I just started tomcat/apache two days agao. Your reply is a great help for assurance. There is another question I might encounter in the future: I have a java code to draw/zoom/print/save on an image file interactively. Would it possible that I can...
  5. phtobias

    web server and java?

    I am a newbie to java and web server, but has a great interest on both of it. Could anyone gvie me a suggestion where to start? My goal is to have a webserver to run a server side java code. Any help is greatly appreciated. yi-ren

Part and Inventory Search

Back
Top