Taglib error

2004-05-17 Thread Ivan Venuti
Hi, I'm trying to use cache taglib. I did the following steps : 1. Copy the tag library descriptor file to the /WEB-INF subdirectory of my web application. 2. Copy the tag library JAR file to the /WEB-INF/lib subdirectory of my web application. 3. Add a taglib element to your web

R: Cannot create JDBC driver of class '' for connect URL 'null'

2004-04-05 Thread Ivan Venuti
I had your same problem. I couldn't find any solution but I solved the problem in this way: I have set the URL string and the driver name in server.xml as Strings: Environment name=ISAS_CS type=java.lang.String value=jdbc:... / Environment name=ISAS_DN type=java.lang.String

Error compiling mod_jk on Red Hat 9

2004-04-02 Thread Ivan Venuti
-connectors-jk -1.2.5-src/jk/native/apache-2.0' make: *** [all-recursive] Error 1 anyone can help me? Thanks in advance -- Ivan Venuti - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT] Error compiling mod_jk (linux)

2003-10-29 Thread Ivan Venuti
Hello, I'd like to use a Apache+Tomcat for using SSL Certificates. I need to build the mod_jk module for Apache. I have downloaded jakarta-tomcat-connectors-jk-1.2-src-current.zip from Jakarta Web Site. I have unzipped it and: 1) cd (DIR)/jk/native 2) ./configure --with-apxs=(APACHE

servlet problem with tomcat 4.0.4

2003-10-22 Thread Ivan Venuti
immediatly, but finally, when the document is generated, fails to retrieve it because someone else seems to be listing for it (maybe is the first invocation hanging up?). We are using Tomcat 4.0.4. Please help me if someone can imagine a possible solution. Thanks in advance Ivan Venuti

bug in Tomcat 4 or .... what?

2002-12-17 Thread Ivan Venuti
alters the HttpServletRequest? Thanks -- Ivan Venuti -- -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Can't read POST parameters in a Servlet

2002-12-09 Thread Ivan Venuti
)namesList.nextElement(); System.out.println(Param +curName+ value: '+request.getParameter(curName)+'); } prints nothing! I really can't figure out where to look for a solution. Any help is welcome! -- Ivan Venuti --