Heres a DUMP!

2002-01-24 Thread Falcon cheetah
apache 1.3.22 and tomcat 4.0.1 on RH Linux 7.1 with mod_webapp. It starts fine. I can access examples. But if I try to access cocoon it dumps. I stopped Apache and restarted tomcat by itself. And when tried to access cocoon it dumped again. I am attaching the catablina.out.dump for your

RE: security issue!

2002-01-24 Thread Falcon cheetah
such messages as 255c../winnt/system32/cmd.exe' is sent to you be the redcode worm. The only way to stop such a person from attacking your server is to get their ip address, find their isp using NeoTrace, a tool from http://www.neoworx.com. Once you have the isp send a complaint. Their account

problems compiling mod_webapp

2002-01-24 Thread Falcon cheetah
../bin/apachectl configtest Syntax error on line 1047 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/mod_webapp.so into server: /usr/local/apache2/modules/mod_webapp.so: undefined symbol: wa_shutdown Any clue? apache 2.28 with ssl, tomcat 4.1, RH 7.1 compiled

Re: Apache2 + Tomcat4.0.1 + mod_jk

2002-01-23 Thread Falcon cheetah
... Your understanding is not correct -- mod_jk is also supported under 4.x, and the Java side of it is included (with many bug fixes) in the 4.0.2b2 release. Craig On Wed, 23 Jan 2002, Falcon cheetah wrote: Are you sure about that? Because both the doc that I used and others

Re: Apache2 + Tomcat4.0.1 + mod_jk code changes

2002-01-23 Thread Falcon cheetah
in this file : /tmp/jakarta/connectors/util/java/org/apache/tomcat/util/buf/HexUtils.java changed byte[] to char[] in this file: /tmp/jakarta/connectors/jk/java/org/apache/ajp/tomcat4/Ajp13Connector.java // commented it out since it is jdk1.3 based socket.setKeepAlive(true);

Apache2 + Tomcat4.0.1 + mod_jk

2002-01-23 Thread Falcon cheetah
Ok, what does this warning mean? this is what I see in the apache2_error_log_file [Wed Jan 23 19:34:23 2002] [warn] [client my_ip_address] handler jakarta-servlet not found for: numguess.jsp, referer: http://webserver:8002/examples/jsp/ I get this warning when I try

Apache2 + Tomcat4.0.1 + mod_webapp

2002-01-23 Thread Falcon cheetah
I managed to get mod_webapp to compile into a .o, .a, .la. How can I link it into a .so library? I tried to figure using libtool on my own but it keeps on giving me weird errors. Thank you. __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail!

RE: Upcoming Tomcat book...

2001-03-08 Thread Falcon cheetah
I second that. I am a Senior Java Developer, who is currently getting involved in Internet Security. There are a small number of security products in the market, but I think Tomcat is providing a fuller package than most of them. So if you include a chapter on Security that might enhance the

Re: connecting tomcat3.2.1 to apache1.3.19 using mod_jk

2001-03-07 Thread Falcon cheetah
I had the same problem sometime ago, and then I downloaded the source code and compiled it. It worked. Try that. Don Hardaway [EMAIL PROTECTED] wrote: I have configured tomcat3.2.1 with apache1.3.19 using the mod_jk.so file. Everytime I try to start apache i get this message that say says

Re: Upcoming Tomcat book...

2001-03-03 Thread Falcon cheetah
That is a very cool thing ;) I have been looking on the bookshelves for such a book! If you ever need any help let me know. Here is my email. [EMAIL PROTECTED] Ahmed Alawy, Adam Fowler [EMAIL PROTECTED] wrote: Hi all,I will shortly be writing a book for Sams Publishing in a similar format

Re: Authentication to LDAP

2001-02-28 Thread Falcon cheetah
use... fern On Sun, 25 Feb 2001, Falcon cheetah wrote: Well, I extend SimpleRealm because I did not see securityCheckanywhere in the tomcat tree, and I assumed it was modified. And it works forme :) What is JAAS? And I am not sure if writing and intercepter qualifies asa project. I guess what w

Re: Authentication to LDAP

2001-02-22 Thread Falcon cheetah
Martin, There is a good material about LDAP with Tomcat from Wrox's Professional JSP. There are two chapters that talk about this, and on chapter 15 they write a tomcat interceptor to do this task. I am currently trying to squeez sometime to test that. If you want to download the source code from