mod_jk2 problems

2004-03-10 Thread Vi
Hi, I read all FAQs and all the info I could find on the Internet about the issue. The thing is that I successfully compile mod_jk2, but when I try to load it I get: Cannot load /etc/httpd/modules/mod_jk2.so into server: /etc/httpd/modules/mod_jk2.so: undefined symbol: ap_get_module_config

Docs?

2004-03-10 Thread Vi
I'm sorry to aks, but could anyone plese point me to the documents which describe how to configure mod_proxy to be used as a connector between tomcat and apache?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Can`t install Tomcat as apache module: undefined symbol ap_table

2004-03-10 Thread Vi
Hi, I had the same problem :), and nobody answered me :), so I used mod_proxy. It should be installed already with apache, so you just have to configure it. Becouse I was doing it all just today, I did very simple, and probably not the best configuration. But if you are interested in using

Re: mod_jk2 problems

2004-03-10 Thread Vi
or that mod_jk2 was linked against the wrong sort type of lib. I've installed both mod_jk2 and tomcat 5.0 on RH9 without any problems but I first removed httpd2, recompiled from source and installed. -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 08:10 To: Tomcat Users

Re: mod_jk2 problems

2004-03-10 Thread Vi
--enable-cgid --enable-proxy --enable-proxy-connect --enable-proxy-http --enable-proxy-ftp --enable-mods-shared=all This was gleaned from the RH9 httpd rpm installer (I needed to install httpd2 on RH7.3 and was getting annoyed by RH's _stupid_ dependency issues). -Original Message- From: Vi

Re: mod_jk2 problems

2004-03-10 Thread Vi
ldd, is good, but I ment something to show me all functions of a lib. libc.so.6 = /lib/i686/libc.so.6 (0x4200) /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000) Obviously those two are not enough Francois JEANMOUGIN wrote: it compiled well, but can't load. Is there any util to

Re: mod_jk2 problems

2004-03-10 Thread Vi
: apr_thread_mutex_unlock (./mod_jk2.so) Any idea where thay are defined? Yiannis Mavroukakis wrote: try ldd -v -r /etc/httpd/modules/mod_jk2.so If there are any missing objects or functions it will report them to you. -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004

Re: mod_jk2 problems

2004-03-10 Thread Vi
Yes, probably some lib(s), which were not linked corectly with mod_jk2 while compiling it? What's apr? Yiannis Mavroukakis wrote: If memory serves me right, the apache httpd sources and the apr sources. -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 17:17

Re: mod_jk2 problems

2004-03-10 Thread Vi
httpd sources and the apr sources. -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 17:17 To: Tomcat Users List Subject: Re: mod_jk2 problems Oh, yes! Thanks! Here is what missing: undefined symbol: ap_scoreboard_image (./mod_jk2.so) undefined symbol

Tomcat 5 and Jetspeed 1.4 don't work?

2004-03-11 Thread Vi
When I install jetspeed as manual says I see empty directory when enter through web. And the manual says that there are two accounts already setup, but I see only empty directory. Jetspeed comes in a war directory. And manual says to copy it in webapp, which I do. When I request jetspeed from

Re: Tomcat 5 and Jetspeed 1.4 don't work?

2004-03-11 Thread Vi
Heh, sorry, about that, now it works. I deleted the dir couple of times and it started working! :) But it wasn't working at first I sware. Vi wrote: When I install jetspeed as manual says I see empty directory when enter through web. And the manual says that there are two accounts already

Re: mod_jk2 problems

2004-03-11 Thread Vi
Yes, I already found it, but should I install it? Will it affect apache in some way, or is it just a set of libraries? I don't want to risk to affect apache. Yiannis Mavroukakis wrote: http://apr.apache.org/ -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 17

Jetspeed bug or misconfig?

2004-03-11 Thread Vi
Hi, I'm having problems with jetspeed again. Anyone using it? So when I view user list as admin everything is ok, but when I click on any link from there I go to the same content! Even when I click on edit user info, and so on. Even when I edit address line and leave it to the root, I still see

Re: mod_jk errors when using tomcat 5 and apache

2004-03-11 Thread Vi
About your another question. mod_jk2 was made for apache2 in mind, nut can work under apache 1.3. I recomend you to stay with mod_jk, if you are going to keep using apache 1.3. Galam wrote: Hi, I have a few questions concerning running Apache 1.3.29 and Tomcat5 in a virtual hosting

Re: help needed building JK2 connector

2004-03-16 Thread Vi
Hi, first of all, rh9 has really odd thing about apache. Apache comes without apxs2 by default. If you install apache-dev rpm it should apear. There are other problems, like libs missing. So basicaly if you REALLY NEED mod_jk2, recompile apache and reinstall it :( sorry. I have already working

Silentcat

2004-03-16 Thread Vi
Hi, It just stopped working!!! All tomcat thing. It was working one moment and now it doesn't. I don't know what happend. As well as I don't know what to do! Try it: www.bolinan.se/edit/ It's set as reverse (?) proxy in httpd.conf ProxyPass /edit/ http://www.bolinan.se:8080/jetspeed/

Re: Silentcat

2004-03-16 Thread Vi
that I'll need to do art of head hitting in the table while configuring things which are not made to be configured. Vi wrote: Hi, It just stopped working!!! All tomcat thing. It was working one moment and now it doesn't. I don't know what happend. As well as I don't know what to do! Try

Re: Thank you for your recent email.

2004-03-17 Thread Vi
What a hell! Why don't you all senators just die and leave us usual tomcat users alone? [EMAIL PROTECTED] wrote: Thank you for your recent email. Your comments and suggestions are very important to me and an integral part of the legislative process. Please be assured I am in the process of

Re: hello

2004-03-19 Thread Vi
[EMAIL PROTECTED] wrote: what does it mean? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] What does

Jetspeed classpath?

2004-03-22 Thread Vi
Hello, I have tomcat and jetspeed. I have added all jar files which are in $CATALINA_HOME to $CLASSPATH. ( find $CATALINA_HOME -name *.jar ) And I still can't compile portlets. I can compile servlets thow. Anyone? - To

Re: Jetspeed classpath?

2004-03-22 Thread Vi
:)) Yes, I have jdk Errors are like, can't find blah, and so on STOCKHOLM, Raymond wrote: You need the JDK (not just the JRE) to compile your jsp/portlets. What errors do you get ? -Message d'origine- De : Vi [mailto:[EMAIL PROTECTED] Envoyé : lundi 22 mars 2004 10:58 À : Tomcat Users

Re: Jetspeed classpath?

2004-03-22 Thread Vi
com.bluesunrise.jportal.portal.portlets.HelloWorldPortlet return (new StringElement (Hello World! # + getID())); ^ 7 errors STOCKHOLM, Raymond wrote: can't find blah Can you be more specific? -Message d'origine- De : Vi

Re: Jetspeed classpath?

2004-03-22 Thread Vi
used by jetspeed (quite a lot...) Are the errors you get displayed in the jetspeed.log file ? Note : Jetspeed is delivered as a war (jetspeed.war) that you only need to put in your $TOMCAT/webapps. Did you manage to access the default jetspeed home page ? -Message d'origine- De : Vi

Re: PLZ HELP Administration TC 4.0.3

2002-05-19 Thread Felipe R. Lorenzo VI
Please read $CATALINA_HOME/bin/catalina.sh or %CATALINA_HOME%/bin/catalina.bat. it describe in details their meaning frlvi 5/19/02 10:41:50 AM, puneet sachar [EMAIL PROTECTED] wrote: Listen i got few peoblem in administrating Tomcat 4.0.3 Can u help me ...plz guide me .. Here

Re: Where do I put the oracle jdbc driver?

2002-05-19 Thread Felipe R. Lorenzo VI
To use it on a single Web Application, try: WEB-INF/lib frlvi 5/19/02 10:07:12 AM, Tore Skogly [EMAIL PROTECTED] 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