Re: Apache Alias Error (Apache+Tomcat+JBoss)

2003-02-24 Thread Manu Kits
There was a typo in my last posting... Here is the modified posting... ~~~ Hi: I am using Apache 1.3.26 + JBoss(embedded with Tomcat). I configured my MOD_JK.SO and my Apache + Tomcat connection is working fine. I have following

apache tomcat (this old problem)

2003-02-21 Thread Dani
4.1.18. I'm trying to connect apache - tomcat each other, but I can't. I've downloaded mod_jk2-2.0.43.so and I've configure server.xml and workers2.properties as it is described in the mod_jk2 documentation. But it doesn't work. Maybe server.xml or workers2.properties are bad (workers2.properties didn't

RE: apache tomcat (this old problem)

2003-02-21 Thread Filip Hanik
look in your log files, find the errors and send them to us -Original Message- From: Dani [mailto:alchasira@xxx] Sent: Friday, February 21, 2003 10:02 AM To: tomcat-user@xx Subject: apache tomcat (this old problem) Hello. First of all: sorry for my terrible

RE: apache tomcat (this old problem)

2003-02-21 Thread Turner, John
red hat 7.2, apache 2.0.44 tomcat 4.1.18. I'm trying to connect apache - tomcat each other, but I can't. I've downloaded mod_jk2-2.0.43.so and I've configure server.xml and workers2.properties as it is described in the mod_jk2 documentation. But it doesn't work. Maybe server.xml or workers2

RE: apache tomcat (this old problem)

2003-02-21 Thread pqin
[mailto:alchasira@xxx] Sent: February 21, 2003 1:02 PM To: tomcat-user@xx Subject: apache tomcat (this old problem) Hello. First of all: sorry for my terrible English. Second, I'm introducing myself: My name is Dani. Third thing (and the most important): my problem :-). Again

RE: apache tomcat (this old problem)

2003-02-21 Thread Filip Hanik
you can't have two connectors listen to the same port, in your case 8080 Filip -Original Message- From: Dani [mailto:alchasira@xxx] Sent: Friday, February 21, 2003 10:15 AM To: Tomcat Users List Subject: RE: apache tomcat (this old problem) - This is the apache error_log when

RE: apache tomcat (this old problem)

2003-02-21 Thread pqin
Try channel.socket::8009 Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Dani [mailto:alchasira@xxx] Sent: February 21, 2003 1:15 PM To: Tomcat Users List Subject: RE: apache tomcat (this old problem

RE: apache tomcat (this old problem)

2003-02-21 Thread Dani
to tomcat 12 ¿What's happening? - Original Message - From: pqin@xx To: tomcat-user@xx Sent: Friday, February 21, 2003 7:05 PM Subject: RE: apache tomcat (this old problem) Not sure if mode_jk2-2.0.43.so works with apache 2.0.44. But workers2.properties

Apache+Tomcat with SSL?

2003-02-18 Thread Manoj Kithany
Hi: I am using Apache 1.3.26 with JBoss ... it is working fine. Now I have installed SSL Certificates on my Servers and wondering how to configure Apache for SSL? Should I install mod_ssl or Apache-SSL? Are both these same ? which one is recommended? Thanks!

Re: Apache+Tomcat with SSL?

2003-02-18 Thread Lajos
Hi Manoj - You'll want to compile Apache with mod_ssl in it. I have several FlashGuides on my site which will help you - http://www.galatea.com/flashguides/apache-ssl-win32.xml or http://www.galatea.com/flashguides/apache-ssl-unix.xml, depending on your OS. Let me know if something doesn't

Re: Apache+Tomcat with SSL?

2003-02-18 Thread Manoj Kithany
1.3.26 running on IBM AIX 5.1L OS? THANKS! From: Lajos [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Apache+Tomcat with SSL? Date: Tue, 18 Feb 2003 09:08:04 -0700 Hi Manoj - You'll want to compile Apache with mod_ssl in it. I

RE: Apache+Tomcat with SSL?

2003-02-18 Thread Turner, John
http://www.modssl.org/ John -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 12:32 PM To: [EMAIL PROTECTED] Subject: Re: Apache+Tomcat with SSL? Hi Lajos, I have Apache 1.3.26 on IBM AIX 5.1L I also have mod_ssl 2.8.11

RE: Simple WAR on Apache + Tomcat + JBoss

2003-02-17 Thread Dennis Cartier
PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Simple WAR on Apache + Tomcat + JBoss Date: Fri, 14 Feb 2003 14:19:54 -0500 Please post your web.xml from the WEB-INF dir in mig.war -Original Message- From: Manoj Kithany [mailto

Re: Basic Auth with Apache+Tomcat

2003-02-17 Thread Erik Price
Jake Robb wrote: Seems to me that if Tomcat had that information, it would be in the Session variable, not the Request variable. See if maybe it's available via Session.getAttribute(). The variables (sometimes called cgi variables since CGI is what they are historically used with) sent by

RE: Simple WAR on Apache + Tomcat + JBoss

2003-02-17 Thread Dennis Cartier
To: [EMAIL PROTECTED] Subject: RE: Simple WAR on Apache + Tomcat + JBoss Hi Dennis, Thank you for your reply. My /mig/WEB-INF/web.xml follows: --- ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems

Simple WAR on Apache + Tomcat + JBoss

2003-02-14 Thread Manoj Kithany
...which shows Apache is working fine. Later when I try http://MY.IP.ADDR.ESS/mig is says Page Not Found Error When I add Port 8080 as http://MY.IP.ADDR.ESS:8080/mig it works fine... How can I know if my Apache + Tomcat Integration is working fine and that Apache REDIRECTS my JSP/Servlets to Tomcat

RE: Simple WAR on Apache + Tomcat + JBoss

2003-02-14 Thread Dennis Cartier
Eg. http://MY.IP.ADDR.ESS/mig == http://MY.IP.ADDR.ESS/migrate Dennis -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 10:29 AM To: [EMAIL PROTECTED] Subject: Simple WAR on Apache + Tomcat + JBoss Hi: I have a simple WAR file 'mig.war

Re: Simple WAR on Apache + Tomcat + JBoss

2003-02-14 Thread Manoj Kithany
--- Any guideline on this is appreciated! From: Manoj Kithany [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Simple WAR on Apache + Tomcat + JBoss Date: Fri, 14 Feb 2003 15:29:11 + Hi: I have a simple

RE: Simple WAR on Apache + Tomcat + JBoss

2003-02-14 Thread Dennis Cartier
Please post your web.xml from the WEB-INF dir in mig.war -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 12:42 PM To: [EMAIL PROTECTED] Subject: Re: Simple WAR on Apache + Tomcat + JBoss I checked the mod_jk.log file and found following

RE: Simple WAR on Apache + Tomcat + JBoss

2003-02-14 Thread Jeff Tulley
- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 12:42 PM To: [EMAIL PROTECTED] Subject: Re: Simple WAR on Apache + Tomcat + JBoss I checked the mod_jk.log file and found following... [Fri Feb

RE: Simple WAR on Apache + Tomcat + JBoss

2003-02-14 Thread Manoj Kithany
: Simple WAR on Apache + Tomcat + JBoss Date: Fri, 14 Feb 2003 14:19:54 -0500 Please post your web.xml from the WEB-INF dir in mig.war -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 12:42 PM To: [EMAIL PROTECTED] Subject: Re: Simple WAR

Re: Basic Auth with Apache+Tomcat

2003-02-14 Thread Sean Dockery
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 15:22 Subject: Re: Basic Auth with Apache+Tomcat Seems to me that if Tomcat had that information, it would be in the Session variable, not the Request variable. See if maybe it's available via Session.getAttribute

AHP13 Error (Apache/Tomcat/JBoss)...?

2003-02-14 Thread Manoj Kithany
Hi: I am using APache + JBoss + Tomcat and INTEGRATED these with MOD_JK connector. I have a WAR file mig.war which is stored in /jboss/server/default/deploy/ When I try to access my hellowworld JSP page (test.jsp) as www.host-name/mig/test.jsp, I get following message

AJP13 Error (Apache/Tomcat/JBoss)...?

2003-02-14 Thread Manoj Kithany
Sorry ...sending againthere was a typo in earlier email. I am getting AJP13 Error as explained below: - Hi: I am using APache + JBoss + Tomcat and INTEGRATED these with MOD_JK connector. I have a WAR file mig.war which is

RE: AJP13 Error (Apache/Tomcat/JBoss)...?

2003-02-14 Thread Filip Hanik
(Apache/Tomcat/JBoss)...? Sorry ...sending againthere was a typo in earlier email. I am getting AJP13 Error as explained below: - Hi: I am using APache + JBoss + Tomcat and INTEGRATED these with MOD_JK connector. I have a WAR file

Re: AJP13 Error (Apache/Tomcat/JBoss)...?

2003-02-14 Thread jmong
, February 14, 2003 2:39 pm Subject: AJP13 Error (Apache/Tomcat/JBoss)...? Sorry ...sending againthere was a typo in earlier email. I am getting AJP13 Error as explained below: - Hi: I am using APache + JBoss + Tomcat

Apache-Tomcat configuration on Win2k

2003-02-13 Thread Arun
Hi, I'm trying to configure Apache(1.3x) with Tomcat(4.1) using mod_jk on Win2k. After configuring Tomcat, I defined a worker.proterties file under Tomcat as: worker.list=testWorker worker.testWorker.port=8009 worker.testWorker.host=localhost

Re: Apache-Tomcat configuration on Win2k

2003-02-13 Thread Jake Robb
Arun, Try putting the paths to JkWorkersFile, JkLogFile, and your examples directory in quotes, i.e.: LoadModule jk_module libexec/mod_jk-1.3.26.dll AddModule mod_jk.c JkWorkersFile C:/Tomcat4_1_12/conf/workers.properties JkLogFile C:/Tomcat4_1_12/logs/mod_jk.log JkLogLevel debug Alias

Basic Auth with Apache+Tomcat

2003-02-13 Thread Tim O'Donnell
Hi all, I was hoping someone here could confirm a suspicion of mine, as I've been unable to uncover a definitive answer searching other forums (web, javasoft forum, mailing list archives). I've setup Apache web server to perform basic auth against a webapp directory in tomcat. I'm using the jk

Re: Basic Auth with Apache+Tomcat

2003-02-13 Thread Jake Robb
O'Donnell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 5:00 PM Subject: Basic Auth with Apache+Tomcat Hi all, I was hoping someone here could confirm a suspicion of mine, as I've been unable to uncover a definitive answer searching other forums (web, javasoft forum

Re: Basic Auth with Apache+Tomcat

2003-02-13 Thread Tim O'Donnell
O'Donnell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 5:00 PM Subject: Basic Auth with Apache+Tomcat Hi all, I was hoping someone here could confirm a suspicion of mine, as I've been unable to uncover a definitive answer searching other forums (web, javasoft

Re: Basic Auth with Apache+Tomcat

2003-02-13 Thread Jacob Kjome
Hello Tim, For recent Tomcat versions, you need to add the following to your jk2.properties file (even if you are using mod_jk and not jk2): request.tomcatAuthentication=false In older versions of Tomcat, for mod_jk, at the attribute tomcatAuthentication=false to your ajp connector in

Re: Basic Auth with Apache+Tomcat

2003-02-13 Thread Jake Robb
O'Donnell [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 5:15 PM Subject: Re: Basic Auth with Apache+Tomcat Jake, Thanks for your reply. You're absolutely right that Tomcat can do the auth instead of Apache (which I've done before; support

Simple WAR file for Apache+Tomcat+JBoss

2003-02-13 Thread Manoj Kithany
...which shows Apache is working fine. Later when I try http://MY.IP.ADDR.ESS/mig is says Page Not Found Error When I add Port 8080 as http://MY.IP.ADDR.ESS:8080/mig it works fine... How can I know if my Apache + Tomcat Integration is working fine and that Apache REDIRECTS my JSP/Servlets to Tomcat

Re: Basic Auth with Apache+Tomcat

2003-02-13 Thread Tim O'Donnell
Hi Jake, Thanks for the reply. It worked! I'm using jk (not jk2 or mod_jk) and it didn't work when I added request.tomcatAuthentication=false to the jk2.properties file, but I tried adding it to my ajp connector in server.xml, per your second suggestion, and that did the trick! I'd never heard

Re: Basic Auth with Apache+Tomcat

2003-02-13 Thread Jacob Kjome
Glad it worked for you. To clarify, mod_jk and jk are one-in-the-same. Also, you are probably using Tomcat-4.1.12 or earlier if the request.tomcatAuthentication=false in the jk2.properties file didn't work for you. If you upgrade to Tomcat-4.1.18+, you will find that the

Linux 7.2, Apache Tomcat 4.18

2003-02-12 Thread Alberto A C A S Magalhães
** Este email assim como os ficheiros que possa ter em anexo são confidenciais e para uso exclusivo da pessoa ou organização para o qual foi enviado. Se recebeu este email por engano por favor notifique [EMAIL PROTECTED] Esta

RE: Linux 7.2, Apache Tomcat 4.18

2003-02-12 Thread Turner, John
, February 12, 2003 7:18 AM To: Tomcat Users List Subject: Linux 7.2, Apache Tomcat 4.18 ** Este email assim como os ficheiros que possa ter em anexo são confidenciais e para uso exclusivo da pessoa ou organização para o qual

Apache/Tomcat and pdf files

2003-02-12 Thread Duma Rolando
I have Apache 1.3.26 with SSL enabled connected with Tomcat 4.1.18 via warp connector. With a jsp or struts action invoked that creates a PDF file the browser opens an open/save dialog instead of starting the plug-in.It's possible to solve this problem with this software mix? Thanks for your

Re: Apache/Tomcat and pdf files

2003-02-12 Thread Jake Robb
: Wednesday, February 12, 2003 11:28 AM Subject: Apache/Tomcat and pdf files I have Apache 1.3.26 with SSL enabled connected with Tomcat 4.1.18 via warp connector. With a jsp or struts action invoked that creates a PDF file the browser opens an open/save dialog instead of starting the plug-in.It's

RE: Apache-Tomcat-HPUX Problems

2003-02-11 Thread Roberts, Eric
' Subject: RE: Apache-Tomcat-HPUX Problems Eric, We have been using apache/tomcat on HP-UX for over a year and have not had any problems compiling any version of apache. Because of compilation issues with mod_jk we used mod_webapp instead of mod_jk but now that HP has released their version

RE: Apache-Tomcat Configuring....

2003-02-11 Thread Wilson, Allen
John... Thanks...I was able to get things going with a binary of the mod_jk.so. Appreciate the help Allen This message may contain proprietary or confidential company information. Any unauthorized use or disclosure is prohibited.

RE: Apache-Tomcat Configuring....

2003-02-11 Thread Turner, John
No problem, glad to help. John -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 1:27 PM To: Tomcat Users List Subject: RE: Apache-Tomcat Configuring John... Thanks...I was able to get things going with a binary

Question relating to Apache Tomcat/4.1.18-LE-jdk14

2003-02-10 Thread kam leung
Dear Sir/Madam, I have installed the Apache Tomcat/4.4.18-LE-jdk14 server. It is having error compiling a jsp file that I have got. The error said cannot resolve symble for the Hashtable and Vector that I have used in the jsp file. Following is the software environment that I am working

Re: Question relating to Apache Tomcat/4.1.18-LE-jdk14

2003-02-10 Thread Peng Tuck Kwok
You can include the necessary libraries in the jsp itself. Use this : %@ page import=[put library name here] % kam leung wrote: Dear Sir/Madam, I have installed the Apache Tomcat/4.4.18-LE-jdk14 server. It is having error compiling a jsp file that I have got. The error said cannot resolve

RE: Question relating to Apache Tomcat/4.1.18-LE-jdk14

2003-02-10 Thread Madhava Reddy
karm, Mostly this is due to improper java_home, but I'm not sure. you can post full error/exception report Madhav -Original Message- From: kam leung [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 7:13 AM To: [EMAIL PROTECTED] Subject: Question relating to Apache Tomcat

Apache-Tomcat-HPUX Problems

2003-02-10 Thread Roberts, Eric
Hi, Does anybody on the list run under HPUX? We are running: HP-UX B.11.00 U 9000/800 (tb) Tomcat 4.1.18 Apache 1.3.24 Oracle 8.1.7 Tomcat and Apache communicate via mod_jk. We use DBCP to provide a global Db connection pool. Everything works fine. We are running Apache only because we

RE: Apache-Tomcat-HPUX Problems

2003-02-10 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
Eric, We have been using apache/tomcat on HP-UX for over a year and have not had any problems compiling any version of apache. Because of compilation issues with mod_jk we used mod_webapp instead of mod_jk but now that HP has released their version of Apache with mod_jk13 bundled in, we

RE: Apache-Tomcat-HPUX Problems

2003-02-10 Thread Wendy Smoak
Does anybody on the list run under HPUX? Yes... Apache 2.0 Tomcat 4.1 on HP-UX 11. But we're using the version of Apache provided by HP; we didn't build it ourselves. -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University PA Information Resources Management

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Wilson, Allen
: RE: Apache-Tomcat Configuring What errors? You got the same errors? Do you have the recommended patch cluster installed? Your error messages look like system-level library problems. /usr/include/sys has nothing to do with Tomcat, the connectors, or Apache, as far as I know. /usr/include

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Turner, John
, Allen [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 10:48 AM To: Tomcat Users List Subject: RE: Apache-Tomcat Configuring I'll check for the patches but this is a new machine with Solaris 2.8. I would think it would have a the current patches...but you never know. Allen

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Andy Eastham
Allen, Solaris 2.9 has been the latest operating system for about 6 months... I'd definitely patch it I was you. Andy -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED]] Sent: 10 February 2003 15:48 To: Tomcat Users List Subject: RE: Apache-Tomcat Configuring

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Wilson, Allen
Yeah...I know... The company has made the decision to stay at 2.8 for now...since our other machines are on that OS -Original Message- From: Andy Eastham [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 10:15 AM To: Tomcat Users List Subject: RE: Apache-Tomcat Configuring

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Wilson, Allen
]] Sent: Monday, February 10, 2003 9:54 AM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat Configuring I would download the patch cluster and apply it just the same...the script will tell you if the patches don't need to be applied and behave accordingly. You'll want the 8_Recommended patch

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Turner, John
; /* Allocated length */ }; HTH John -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 12:02 PM To: Tomcat Users List Subject: RE: Apache-Tomcat Configuring I just talk to the individual who add the OS...and he says

RE: Apache-Tomcat Configuring....

2003-02-10 Thread Wilson, Allen
' -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 11:13 AM To: 'Tomcat Users List' Subject: RE: Apache-Tomcat Configuring There's nothing that I know of that will check patch versions prior to running ./configure. This is just a stab

Apache-Tomcat Configuring....

2003-02-07 Thread Wilson, Allen
the coyote.jar. I tried to use ant to build coyote and go the following errors BUILD FAILED file:/opt/WWW/tomcat-connectors-4.1.18/coyote/build.xml:189: Compile failed; see the compiler error output for details. If someone could point me in the right direction to get the mod_jk.so and Apache

RE: Apache-Tomcat Configuring....

2003-02-07 Thread Turner, John
6:00 PM To: Tomcat Users List Subject: Apache-Tomcat Configuring Hello I am trying to configure Apache (1.3.27) and Tomcat (4.1.18) to work together in preparation for adding JetSpeed. I have tried to following the instructions for creating mod_jk.so provided by the Wrox Professional

RE: Apache-Tomcat Configuring....

2003-02-07 Thread Wilson, Allen
-Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Fri 2/7/2003 6:32 PM To: 'Tomcat Users List' Cc: Subject: RE: Apache-Tomcat Configuring I have a Solaris 8 HOWTO here: http://www.johnturner.com/howto

RE: Apache-Tomcat Configuring....

2003-02-07 Thread Turner, John
are kept, I believe. John -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 10:01 PM To: Tomcat Users List; Tomcat Users List Subject: RE: Apache-Tomcat Configuring Thanks for the info I read through what you have and I ran

Apache+Tomcat+Ldap

2003-02-05 Thread Christoph Fischer
Hello, I have tomcat linked to apache server. To get to the tomcat server the user has to authenticate himself to a web-site on the apache server which checks the password against a ldap-server. Is it possible to get the user name from the apache/ldap login in my tomcat application ? Chris

RE: Apache+Tomcat+Ldap

2003-02-05 Thread Collins, Jim
Subject: Apache+Tomcat+Ldap Hello, I have tomcat linked to apache server. To get to the tomcat server the user has to authenticate himself to a web-site on the apache server which checks the password against a ldap-server. Is it possible to get the user name from the apache/ldap login

Problems with Apache-Tomcat, URL-rewriting in SSL

2003-01-28 Thread Jason Coben
I aplogize if this has been addressed, previously. I've spent hours searching for the Answer but have come up empty. I am running Tomcat 4.1.18 on Redhat 8. I've followed the instructions at jakarta.apache.org for installing/running SSL and everything is working as expected, I can open an SSL

Problem to compiling with Apache Tomcat 4.0.4

2003-01-28 Thread Ernesto Trespidi
error.zip Description: Zip compressed data -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Apache Tomcat - HTTP Status 503 - Servlet SendMailServlet is currently unavaila

2003-01-27 Thread chris schild
Anyone know what is missing here? I have the problem with http://localhost/servlets and http://mydomain1.com/servlets ... I am receiving the msg: Apache Tomcat - HTTP Status 503 - Servlet SendMailServlet is currently unavailable. Would anyone be able to tell me this may be happening? Note

[ANN] Security update: Apache Tomcat 3.3.1a released

2003-01-25 Thread Larry Isaacs
Tomcat 3.3.1a has been released to address the following two vulnerabilities found in Tomcat 3.3.1 and earlier. This includes Tomcat 3.2.4 and earlier. Tomcat 4.0.4, 4.0.6, 4.1.12, 4.1.18, and 4.1.19 have been checked and do not have these vulnerabilities. Vulnerability where, when used with

Apache Tomcat - HTTP Status 503 - Servlet SendMailServlet is currently unavaila

2003-01-24 Thread chris schild
I am receiving the msg: Apache Tomcat - HTTP Status 503 - Servlet SendMailServlet is currently unavailable. Would anyone be able to tell me this may be happening? Note, I altered the code to use smtp authentication. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

Apache + Tomcat + Virtual Host

2003-01-23 Thread Sebastião Carlos Santos
I have a server with Apache 2.0.44 and Tomcat 4.1.18 working jointly, through mod_jk.so, accordingly documented in John Turner HowTo (Apache 2.0.43 + Tomcat 4.1.12 + mod_jk). All accomplished the tests after the installation and when typing the url http://admged.ufu.br/examples verified that the

RE: Apache + Tomcat + Virtual Host

2003-01-23 Thread Turner, John
correct me. John -Original Message- From: Sebastico Carlos Santos [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 3:28 PM To: Tomcat Users List Subject: Apache + Tomcat + Virtual Host I have a server with Apache 2.0.44 and Tomcat 4.1.18 working jointly, through

Re: Apache + Tomcat + Virtual Host

2003-01-23 Thread Lajos Moczar
Sebastiao - Sorry I didn't get back to you ealier in the week on this. What you need to do is add a JkMount directive inside your virtual host: JkMount /admged ajp13 JkMount /admged/* ajp13 This is assuming that you put the LoadModule, AddModule, JkWorkersFile earlier in httpd.conf. In

Re: Apache + Tomcat + Virtual Host

2003-01-23 Thread Sebastião Carlos Santos
Without problem. Everything is well. In case I have configured Tomcat to generate mod_jk.conf automatically the configuration will change? Best saying, I just used Include / path/to/mod_jk.conf in httpd.conf instead of LoadModule, AddModule and JkWorkersFile. Sebastião Carlos Santos Oracle

Re: Apache + Tomcat + Virtual Host

2003-01-23 Thread Lajos Moczar
Yup, you can do that, and then manually put the JkMount commands where you need them. However, I always find it more intuitive and readable to have all commands directly in httpd.conf. Personally, I hate the auto-generated mod_jk.conf because almost all Tomcat installations I have done

RE: Apache + Tomcat + Virtual Host

2003-01-23 Thread Sebastião Carlos Santos
-Original Message- From: Sebastico Carlos Santos [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 3:28 PM To: Tomcat Users List Subject: Apache + Tomcat + Virtual Host I have a server with Apache 2.0.44 and Tomcat 4.1.18 working jointly, through mod_jk.so, accordingly documented

Re: Apache + Tomcat + Virtual Host

2003-01-23 Thread Sebastião Carlos Santos
I will redo the configuration of the Apache with the tomcat, this time not using mod_jk.conf generated automatically. I thank for the the help and released attention *** REPLY SEPARATOR *** On 23/01/2003 at 13:22 Lajos Moczar wrote: E-mail Premium BOL

RE: Apache + Tomcat + Virtual Host

2003-01-23 Thread Turner, John
: Apache + Tomcat + Virtual Host Yup, you can do that, and then manually put the JkMount commands where you need them. However, I always find it more intuitive and readable to have all commands directly in httpd.conf. Personally, I hate the auto-generated mod_jk.conf because almost all

Re: JK2 workers2.properties (was Re: Apache Tomcat Virtual Host)

2003-01-21 Thread Rasputin
* Rasputin [EMAIL PROTECTED] [0148 21:48]: Sorted! Just re-enabled the pussy.tenten vhost and mapped [uri:pussy.tenten/*] insread. - workers2.properties has this: - [uri:pussy.tenten] group=lb [uri:/examples/*.jsp]

Re: Apache Tomcat Virtual Host

2003-01-20 Thread adrian
Chris Schild wrote: Hi all, I am a newbie to Tomcat. I'm having a problem with configuring the virtual host with Tomcat. The problem is that I cannot get the examples/jsp to work with the virtual host?!? A window pops up asking to open or save the source when I try to execute an example.

Apache Tomcat Virtual Host

2003-01-20 Thread Chris Schild
)! - Original Message - From: adrian [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 20, 2003 4:01 AM Subject: Re: Apache Tomcat Virtual Host Chris Schild wrote: Hi all, I am a newbie to Tomcat. I'm having a problem with configuring the virtual host

Apache Tomcat Virtual Host

2003-01-20 Thread Chris Schild
work as I need it (for now)! - Original Message - From: adrian [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 20, 2003 4:01 AM Subject: Re: Apache Tomcat Virtual Host Chris Schild wrote: Hi all, I am a newbie to Tomcat. I'm having a problem

RE: Apache Tomcat Virtual Host

2003-01-20 Thread Turner, John
/XP Pro. John -Original Message- From: Chris Schild [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 2:47 PM To: Tomcat Users List Subject: Apache Tomcat Virtual Host The version of Tomcat that I am is using is 4.1.18, The version of Apache is 2.0.43 The connector

Re: Apache Tomcat Virtual Host

2003-01-20 Thread Ed Robbins
on the edge of having everything work as I need it (for now)! - Original Message - From: adrian [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 20, 2003 4:01 AM Subject: Re: Apache Tomcat Virtual Host Chris Schild wrote: Hi all, I am

RE: Apache Tomcat Virtual Host

2003-01-20 Thread Turner, John
Right on. John -Original Message- From: Ed Robbins [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 2:52 PM To: Tomcat Users List Subject: Re: Apache Tomcat Virtual Host I'm running the same setup and in the httpd.conf file, I have the JkMounts in the following

Re: Apache Tomcat Virtual Host

2003-01-20 Thread Chris Schild
] Sent: Monday, January 20, 2003 1:57 PM Subject: RE: Apache Tomcat Virtual Host Right on. John -Original Message- From: Ed Robbins [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 2:52 PM To: Tomcat Users List Subject: Re: Apache Tomcat Virtual Host I'm running

RE: Apache Tomcat Virtual Host

2003-01-20 Thread Turner, John
ApacheConfig. John -Original Message- From: Chris Schild [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 3:57 PM To: Tomcat Users List Subject: Re: Apache Tomcat Virtual Host Thanks guys! That was it. The mounts were not defined. John, I don't remember seeing JkMounts

JK2 workers2.properties (was Re: Apache Tomcat Virtual Host)

2003-01-20 Thread Rasputin
Are there docs anywhere explaining how to setup jk2 vhosts in workers2.proeprties? I'd like to avoid using httpd.conf edits, due to file permission issues. Google isn't helping as much as it should, and the jakarta docs will no doubt make sense once they're explained to me :) Basically, I'm

Apache Tomcat Virtual Host

2003-01-19 Thread Chris Schild
Hi all, I am a newbie to Tomcat. I'm having a problem with configuring the virtual host with Tomcat. The problem is that I cannot get the examples/jsp to work with the virtual host?!? A window pops up asking to open or save the source when I try to execute an example. I'm sure I need to

Re: Apache Tomcat Virtual Host

2003-01-19 Thread Peng Tuck Kwok
Seems like the mime type is not set properly. Check and see if you have set it, tomcat should have it set ok, you may need to configure your web server to do the same if it hasn't already. Chris Schild wrote: Hi all, I am a newbie to Tomcat. I'm having a problem with configuring the virtual

Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Sebastião Carlos Santos
There are some days installed a servant web with Apache 1.3.27 and Tomcat 4.1.18 under Suse Linux Professional 7.2, however I am facing problems in the configuration and integration of the virtual hosts of the Apache for the tomcat. In the end of this e-mail it is some fragments of the

RE: Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Turner, John
:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 7:59 AM To: [EMAIL PROTECTED] Subject: Difficulties with Virtual Host in the Apache + Tomcat There are some days installed a servant web with Apache 1.3.27 and Tomcat 4.1.18 under Suse Linux Professional 7.2, however I am facing problems

Re: Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Lajos Moczar
Sebastiao - A couple of points: - you only need the same four hosts configured in Tomcat is you want to have different docBase's or different explicitly defined contexts (or other components) - I would certainly try to make index.jsp produce valid HTML for your tests. You also might want to

RE: Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Sebastião Carlos Santos
. Apache Tomcat/4.1.18 What can be happening? In case you want to try to open URL, be the will for such an action. Respectfully, *** REPLY SEPARATOR *** On 17/01/2003 at 09:31 Turner, John wrote: E-mail Premium BOL Antivírus, anti-spam e até 100 MB de espaço. Assine

Re: Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Lajos Moczar
description The server encountered an internal error (No Context configured to process this request) that prevented it from fulfilling this request. Apache Tomcat/4.1.18 What can be happening? In case you want

RE: Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Turner, John
The Context path is going to be wrong, too. Shouldn't it be empty? John -Original Message- From: Lajos Moczar [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 11:21 AM To: Tomcat Users List Subject: Re: Difficulties with Virtual Host in the Apache + Tomcat That's

Re: Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Lajos Moczar
? John -Original Message- From: Lajos Moczar [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 11:21 AM To: Tomcat Users List Subject: Re: Difficulties with Virtual Host in the Apache + Tomcat That's 'cause your Host docBase is set to /web/ged while your Context docBase is set

Re: Difficulties with Virtual Host in the Apache + Tomcat

2003-01-17 Thread Sebastiªo Carlos Santos
to have different docBase's or different explicitly defined contexts (or other components) The Apache + Tomcat will be the server web of four applications that are being developed inside of an university of Brazil, meantime without commercial ends. These applications they will have functionalities

RE: WARP (Apache-Tomcat)

2003-01-16 Thread Turner, John
: RE: WARP (Apache-Tomcat) Is it known to be buggy on Linux or just Windows? It sounds like its fine and even preferred according to some docs when using Linux/Apache 1.3. Also, I discussed load balancing and it sounds like we're using hardware load balancer so each instance of Apache

Help: Red Hat Apache-Tomcat

2003-01-16 Thread Jim Wright
Hi, It took me some time to work out that I should not try and use mod_webapp - according to: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg81036.html (Hope that helps future lurkers.) My main problem now is that Apache 2.0.40 does not like mod_jk2-2.0.42.so. It says: httpd:

RE: Help: Red Hat Apache-Tomcat

2003-01-16 Thread Turner, John
AM To: [EMAIL PROTECTED] Subject: Help: Red Hat Apache-Tomcat Hi, It took me some time to work out that I should not try and use mod_webapp - according to: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg 81036.html (Hope that helps future lurkers.) My main problem

Re: Help: Red Hat Apache-Tomcat

2003-01-16 Thread Jim Wright
Hi, Turner, John wrote: Apache modules can be Apache-version sensitive. There have been security updates to Apache since .40. RedHat should have .43 available as an RPM. If not, you should find one somewhere else. Upgrading Apache will take care of the compatibility issue.

RE: WARP (Apache-Tomcat)

2003-01-15 Thread Turner, John
, or get into a more complex environment, you will want JK or JK2. John -Original Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 1:11 AM To: Tomcat Users List Subject: RE: WARP (Apache-Tomcat) For anyone interested I just confirmed via a book I

<    5   6   7   8   9   10   11   12   13   14   >