[BEGINNER] Very basic JSP-JDBC use

1999-04-18 Thread Luc Saint-Elie
Hello, I'm trying to learn JSP (with GNUJSP), I've no real problems using servlets but I don't really understand where put stuff in a JSP file. This very basic JDBC (ODBC:JDBC) code fails because it doesn't "throws' the exception.. but i don't know where put the "throws" Thanks in advance

[BEGINNER] Calling a Java Class from JSP

1999-04-18 Thread Luc Saint-Elie
Hello, Its probably a trivial (stupid ?) question but how to call a classical Java class (not a bean) from a JSP page ? In fact i'd like to use BDConnectionManager (http://webdevelopersjournal.com/columns/connection_pool.html) from a JSP page. Thanks in advance

Server Side Include

1999-04-18 Thread Arie Fishler
Hi ! Is there a way to perform server side include when using Jrun 2.3. The spec's SSI does not seem to work and JRun's include tag %@ include= % performs a relative include obly. This means that it appends the include path to the current path and not to any absolute location. It makes it quite

Re: WebSphere problems detecting new servlets

1999-04-18 Thread alice
You can find some useful info on dynamic servlet reloading, and other servlet classpath issues at: http://www.meangene.com/java/classpath.html Alice "Kirkdorffer, Daniel" wrote: Has anyone experienced problems with WebSphere 1.0 where it doesn't seem to detect that you've updated a