Re: problem with mod_jk

2002-05-01 Thread adrianthiele
Christian , Are you sure mod_jk got to /usr/local/libexec/apache ? By default it goes to /usr/local/libexec . Ernst has a port build for mod_jk, however I use mod_webapp. Look and see if mod_jk is in /usr/local/libexec or /usr/local/libexec/apache also make sure to use apachectl

Re: Binaries for mod_webapp

2002-05-01 Thread adrianthiele
Kemp Randy-W18971 wrote: Does anyone know where the binaries for mod_webapp are? The last time I checked, I couldn't locate them. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] I`ve got a

Re: R: problem with mod_jk

2002-05-01 Thread adrianthiele
/apachectl start: http could not started HELP!!! -Messaggio originale- Da: adrianthiele [mailto:[EMAIL PROTECTED]] Inviato: mercoledì 1 maggio 2002 10.39 A: Tomcat Users List Oggetto: Re: problem with mod_jk Christian , Are you sure mod_jk got to /usr

Re: R: problem with mod_jk

2002-05-01 Thread adrianthiele
3.2.4, in this source there is makefile.freebsd, they permits make source specific on freebsd. -Messaggio originale- Da: adrianthiele [mailto:[EMAIL PROTECTED]] Inviato: mercoledì 1 maggio 2002 18.58 A: Tomcat Users List Oggetto: Re: R: problem with mod_jk Tell me your setup ? what

Re: Problem with Connectors - Urgent help required Please!!!

2002-04-30 Thread adrianthiele
Raja Sekhar wrote: Hi, I am very new to Apache Tomcat. The configuration what I have is Redhat Linux 7.1 Apache 1.3.23 Tomcat 4.0.3. I have installed Apache Tomcat successfully and they are running fine. Now the problem is how to route the request from Apache to Tomcat. Please suggest me

Re: port 80 !!?? Running !

2002-04-30 Thread adrianthiele
Tevfik , I have mine running on port 80, I just grepped Server.xml and changed the port number from 8080 to 80 no the non ssl http config. It only needs to be changed in one spot. I just ran apachectl stop the startup.sh and everything is fine. Adrian Tevfik Aytekin wrote:

Re: port 80 !!?? Running !

2002-04-30 Thread adrianthiele
then root? If yes, please tell me how you achieve this. Thanks. TA. -Original Message- From: adrianthiele [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 11:53 AM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: port 80 !!?? Running ! Tevfik , I have mine running on port 80

Re: port 80 !!?? Running !

2002-04-30 Thread adrianthiele
running on port 80 with a user other then root? If yes, please tell me how you achieve this. Thanks. TA. -Original Message- From: adrianthiele [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 11:53 AM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: port 80 !!?? Running

Re: tomcat 4.1 source

2002-04-30 Thread adrianthiele
Nathan Coast wrote: hi, can someone let me know where to find the tomcat 4.1 sources? trying to find the ant deploy task code. thanks Nathan http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v4.1.0/ -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

Re: port 80 !!?? Running !

2002-04-30 Thread adrianthiele
that was what happened; I can't test it now to recall exactly what happens...) I'm guessing this is a unix thing, but am not sure. I'm running on Redhat 7.2 --- adrianthiele [EMAIL PROTECTED] wrote: Tevfik , I have mine running on port 80, I just grepped Server.xml and changed the port number from

How do you hide tomcat server identification ?

2002-04-30 Thread adrianthiele
I wanted to hide the servlet engine. does anyone know how to change the server response ? Adrian -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: [Fwd: Object Not Found.. Tomcat won't connect]

2002-04-28 Thread adrianthiele
David A. Bartmess wrote: -Forwarded Message- From: David A. Bartmess [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Object Not Found.. Tomcat won't connect Date: 28 Apr 2002 10:36:06 -0600 I've setup Tomcat 4.0.3 on top of Apache 2.0.35, and modified the httpd.conf as the

Re: mod_jk1.2.0 with Apache2.0.35 on Solaris8

2002-04-26 Thread adrianthiele
Here`s my worker.properties file workers.tomcat_home=$CATALINA_HOME workers.java_home=$JAVA_HOME ps=/ worker.list=ajp12, ajp13 worker.ajp13.port8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 I think maybe your ajc13 declarations may be a little funky, why the s108 ? LoadModule

Spoofing Tomcat

2002-04-25 Thread adrianthiele
Does anyone know how to spoof the identification on Tomcat ? So that it responds as a different server type and/or version. Adrian -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

liquidshell.net

2002-04-25 Thread adrianthiele
What port is Tomcat running on ? I didn`t see it on 8080. Are you sure it started ?. Did you add the: LoadModule webapp_module libexec/apache2/mod_webapp.so WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples/ to your

Re: Apache 2.0, mod_webapp, tomcat 4.x integration

2002-04-25 Thread adrianthiele
digital synapse wrote: i've managed to load tomcat and apache 2.035 fine with your supplied mod_webapp.so file Simon. I both tomcat and apache work on problem on their own however when i go to www.liquidshell.net/examples it gives me a Object not found! error 404. ? What's goin down

Re: Apache 2.0, mod_webapp, tomcat 4.x integration

2002-04-25 Thread adrianthiele
as described in Simon's howto (pubbitch.org/jboss.html) as well as added the necessary files for coyote and the connector statements in server.xml. -digitalsy From: adrianthiele [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject

Re: FW: Problems with Tomcat 4.0.3 and Apache 2. PLEASE HELP

2002-04-23 Thread adrianthiele
I had trouble starting Apache 1.3 on FreeBSd until I changed my server.xml : !-- Define an Apache-Connector Service -- Service name=Tomcat-Apache Connector className=org.apache.catalina.connector.warp.WarpConnector port=8008 minProcessors=5 maxProcessors=75 enableLookups=true

Re: Trouble getting Apache talking to Tomcat

2002-04-23 Thread adrianthiele
zonker harris wrote: Hey all, I've set up Tomcat, I've put mod_webapp.so into apache's libexec directory and after i restart Tomcat, when I restart apache it throws this error. # ../bin/apachectl start Syntax error on line 1159 of /usr/local/apache/conf/httpd.conf: Invalid command