Re: Where do I put the oracle jdbc driver?

2002-05-20 Thread Gearoid Coughlan
Hi, Drop the driver into $TOMCAT_HOME/common/lib then all apps will be able to use it. --g On Sunday 19 May 2002 18:07, you wrote: I have problems making Tomcat find the jdbcdriver which i downloaded from Oracle. I have put the driver (classes12.zip) into $JAVA_HOME/lib and renamed it

tomcat 4.0 + apache 1.3.12 + mod_jk

2002-02-06 Thread Gearoid Coughlan
Hi I am getting the following error reported in mod_jk.log when executing servlets -- [Wed Feb 06 23:14:56 2002] [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146 [Wed Feb 06 23:14:56 2002] [jk_ajp13_worker.c (196)]: In jk_endpoint_t::connect_to_tomcat, failed errno = 146

Tomcat + Solaris (part II)

2002-01-23 Thread Gearoid Coughlan
hi, the following is the trace i get in catalina.out Starting service Tomcat-Standalone Apache Tomcat/4.0.1 Segmentation Fault si_signo [11]: Segmentation Fault si_errno [0]: Error 0 si_code [1]: SEGV_MAPERR [addr: 0x10] stackpointer=FFBEBD30 Exiting Thread

Tomcat 4.0 + Solaris

2002-01-23 Thread Gearoid Coughlan
Hi, Im running Tomcat 4.0.1 on sparc Solaris, with java version 1.2.1 Solaris VM (build Solaris_JDK_1.2.1_03a, native threads, sunwjit) I set the ulimit -s 2048 in startup.sh as recomended but alas at startup, java core dumps. any ideas, ltr gearĂ³id -- To unsubscribe: mailto:[EMAIL

Re: Problem starting Tomcat 4.01 on RedHat 7.1

2002-01-21 Thread Gearoid Coughlan
Hi, This happened to me also. From what I can gather the tarball is corrupt, I tried making a patched version between the windoze one and what I got from the unix one, but java kept core dumping on me due to the fact that too many of the xml files hand ctrl-m's in them,and I did not want to

Tomcat with jsp and wml

2001-01-24 Thread Gearoid Coughlan
Hi all, Ive just download jakarta-tomcat version 3.2.1 Ive installed and configured it proper (to the best of my knowledge) to work with apache 1.3. Ive tested the examples from the webpage (they all work). Now Im _trying_ to get a jsp file to generate a dynamic wml file for us.