Re: tomcat/apache systems consultant available now?

2003-07-03 Thread David Rees
David Rees said: sander-martijn said: sorry for posting this but i'm not sure what else to do at this point. i'm desparately seeking help with the issue i posted earlier on this list under the subject Integration problems: tomcat 4.1, apache 1.3.x mod_jk (ajp13). since i haven't received

Tomcat-Apache JSP compile error

2003-07-03 Thread Atreya Basu
Hello, I'm having a problem compiling JSPs dynamically when using mod_jk2. When I change a JSP file and try to access it I get the following error: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error:

Re: Tomcat + Apache Problem

2003-06-27 Thread John Turner
What Tomcat version? For version 4.1.x, See my Win2K/XP HOWTO: http://www.johnturner.com/howto John On Thu, 26 Jun 2003 21:13:32 +0200, David Herranz [EMAIL PROTECTED] wrote: Hello, I trying to integrate Tomcat into the Apache server, but i need the file tomcat-Apache.conf, I read in some

Tomcat + Apache Problem

2003-06-26 Thread David Herranz
Hello, I trying to integrate Tomcat into the Apache server, but i need the file tomcat-Apache.conf, I read in some documents that this file is created automatic when the tomcat start, but when I start the tomcat server the file no create. I explain you my

Re: Tomcat + Apache Problem

2003-06-26 Thread Bill Barker
There hasn't been a tomcat-Apache.conf as long as I've been hanging out here. If you can give the versions on (especially) Tomcat, and Apache, you might get more help. David Herranz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I trying to integrate Tomcat

Re: Tomcat, Apache, and SSL

2003-06-13 Thread Bill Barker
You should be taking a different approach. Using mod_jk will handle the secure problem better. However, I believe that 4.1.25 will work with your config. Eric Northam [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] What is the appropriate way to setup Apache to handle SSL and act as

Tomcat, Apache, and SSL

2003-06-12 Thread Eric Northam
What is the appropriate way to setup Apache to handle SSL and act as a proxy to Tomcat? The Apache - Tomcat connection does not have to be over SSL but I would like to use transport-guaranteeCONFIDENTIAL/transport-guarantee as a user data constraint in Tomcat so that certain requests are

Tomcat/ Apache startup

2003-06-06 Thread David Nelson
I'm sure this is cake to this list so here goes nothing. I really need some help. I've followed John Turners install instructions for tomcat 4.1.18 on RedHat integrating with Apache 2 and all works like a champ. Unfortunately, now that I'm trying to integrate a startup script for Tomcat

Re: Tomcat/ Apache startup

2003-06-06 Thread John Turner
for tomcat 4.1.18 on RedHat integrating with Apache 2 and all works like a champ. Unfortunately, now that I'm trying to integrate a startup script for Tomcat, Apache and MySQL, things aren't going so well. The app returns connection refused. I'm fairly certain the startup scripts

RE: Tomcat/ Apache startup

2003-06-06 Thread David Nelson
-Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 2:37 PM To: Tomcat Users List Subject: Re: Tomcat/ Apache startup What is your script trying to do? Start all of them? That's not the optimal configuration. You should really have 3 scripts

RE: Tomcat/ Apache startup

2003-06-06 Thread Mark Eggers
David, I don't know about Redhat 7.3, but the default configuration in Redhat 9 restricts user noone and nobody so that network access does not work. I am using similar scripts, but installed Tomcat from the binaries and made two users. 1. tomcat is a normal user and has rw access to the

Re: Tomcat/ Apache startup

2003-06-06 Thread John Turner
;; esac exit $RETVAL -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 2:37 PM To: Tomcat Users List Subject: Re: Tomcat/ Apache startup What is your script trying to do? Start all of them? That's not the optimal configuration. You should

RE: Tomcat/ Apache startup

2003-06-06 Thread David Nelson
, 2003 3:01 PM To: Tomcat Users List Subject: RE: Tomcat/ Apache startup David, I don't know about Redhat 7.3, but the default configuration in Redhat 9 restricts user noone and nobody so that network access does not work. I am using similar scripts, but installed Tomcat from the binaries and made

RE: Tomcat/ Apache startup

2003-06-06 Thread David Nelson
- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 3:02 PM To: Tomcat Users List Subject: Re: Tomcat/ Apache startup My guess is that Tomcat isn't starting, because the convention is to use CATALINA_HOME, not TOMCAT_HOME, which means that TOMCATHOME=$TOMCAT_HOME will make

RE: Tomcat/ Apache startup

2003-06-06 Thread Mark Eggers
David, I am using the scripts from: http://daydream.stanford.edu/tomcat/install_web_services.html I modified them slightly, including using sudo -u tomcat-ops for the Tomcat startup script. These scripts take care of setting the appropriate environment variables before starting, stopping, or

RE: Tomcat/ Apache startup

2003-06-06 Thread David Nelson
: Mark Eggers [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 3:32 PM To: Tomcat Users List Subject: RE: Tomcat/ Apache startup David, I am using the scripts from: http://daydream.stanford.edu/tomcat/install_web_services.html I modified them slightly, including using sudo -u tomcat-ops

Re: Tomcat / Apache / JK2 impossible??

2003-05-31 Thread John Turner
installables for these -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 1:24 PM To: Tomcat Users List Subject: Re: Tomcat / Apache / JK2 impossible?? It is very possible, many of us are doing it as we speak... Check out: http://www.johnturner.com

Re: Tomcat / Apache / JK2 impossible??

2003-05-30 Thread Vincent J. Buonassisi
. I had been doing all LIKE they say. But don't work. Help me please. :-( - Original Message - From: Jason Bainbridge [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, May 29, 2003 9:53 AM Subject: Re: Tomcat / Apache / JK2 impossible?? It is very possible, many of us

Re: Tomcat / Apache / JK2 impossible??

2003-05-30 Thread David Reche Martinez
: Re: Tomcat / Apache / JK2 impossible?? try putting the following line in your workers2.properties: [shm] file=/etc/httpd/logs/shm.file size=1048576 On Giovedì, mag 29, 2003, at 03:27 US/Pacific, David Reche Martinez wrote: Hi again, Your first link don't tell anything about jk2

Tomcat / Apache / JK2 impossible??

2003-05-29 Thread David Reche Martinez
Hi All, I'm trying to integrate Apache and Tomcat using jk2 but I can't reach it This is my configuration: Apache 2.0.45 Tomcat 4.1.24 JK2 (2.0.1) This are each configuration file: ***httpd.conf*** ... LoadModule jk2_module modules/mod_jk2.so ... ***jk2.properties*** All the file

Re: Tomcat / Apache / JK2 impossible??

2003-05-29 Thread Jason Bainbridge
It is very possible, many of us are doing it as we speak... Check out: http://www.johnturner.com/howto/apache-tomcat-howto.html and http://tomcatfaq.sourceforge.net Then go from there, if you still have problems then let us know. Regards, -- Jason Bainbridge KDE Web Team - http://kde.org

RE: Tomcat / Apache / JK2 impossible??

2003-05-29 Thread Joe
-Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 3:54 PM To: Tomcat Users List Subject: Re: Tomcat / Apache / JK2 impossible?? It is very possible, many of us are doing it as we speak... Check out: http://www.johnturner.com/howto/apache

RE: Tomcat / Apache / JK2 impossible??

2003-05-29 Thread deepa_narayanan
List Subject: Re: Tomcat / Apache / JK2 impossible?? It is very possible, many of us are doing it as we speak... Check out: http://www.johnturner.com/howto/apache-tomcat-howto.html and http://tomcatfaq.sourceforge.net Then go from there, if you still have problems then let us know. Regards

Re: Tomcat / Apache / JK2 impossible??

2003-05-29 Thread David Reche Martinez
: Thursday, May 29, 2003 9:53 AM Subject: Re: Tomcat / Apache / JK2 impossible?? It is very possible, many of us are doing it as we speak... Check out: http://www.johnturner.com/howto/apache-tomcat-howto.html and http://tomcatfaq.sourceforge.net Then go from there, if you still have

mod_jk2 inprocess tomcat / apache

2003-04-02 Thread Rob Shortt
Hi everyone. This is a long message so please bear with me. :) I am attempting to get tomcat running 'inprocess' from mod_jk2 under apache on solaris. I am getting random results, which is very annoying, hopefully someone can help. Versions: os: sparc solaris 8, 32 bit apache-2.0.44

RE: mod_jk2 inprocess tomcat / apache

2003-04-02 Thread Mladen Turk
-Original Message- From: Rob Shortt [mailto:[EMAIL PROTECTED] Sent: 2. travanj 2003 20:27 To: [EMAIL PROTECTED] Subject: mod_jk2 inprocess tomcat / apache Hi everyone. This is a long message so please bear with me. :) I am attempting to get tomcat running 'inprocess

Re: mod_jk2 inprocess tomcat / apache

2003-04-02 Thread Rob Shortt
Mladen Turk wrote: Assure you have only one child process. The inprocess won't work for prefork, and perchild mpm's. It can work with worker mpm if you config Apache to use the single child process. The problem is that the TC is started for every child and only one can succeed to start (first). So

RE: mod_jk2 inprocess tomcat / apache

2003-04-02 Thread Mladen Turk
-Original Message- From: Rob Shortt [mailto:[EMAIL PROTECTED] Sent: 3. travanj 2003 0:01 To: Tomcat Users List Subject: Re: mod_jk2 inprocess tomcat / apache Mladen Turk wrote: Assure you have only one child process. The inprocess won't work for prefork, and perchild mpm's

tomcat/apache manage ssl

2003-04-01 Thread noel . jean-baptiste
Hello, With tomcat 4.0.6 My tomcat is connected with Apache and I would like to have a connection protected with tomcat, but not for all my webApp of tomcat. The Apache server does not have protected connection SSL, and i don't want than Apache manage them. 1. Is this possible to have

Tomcat+apache+reload application

2003-03-25 Thread Krzysztof Janiszewski
Hi! I have the following problem. When I change my servlets and do reload action of my context in Manager i can see changes when I browse pages via Tomcat- standalone http server, but when I try to do this via Apache+mod_webapp, I can't see new servlet. I have to restart tomcat and apache to

RES: Tomcat+apache+reload application

2003-03-25 Thread Tiago Ferraz Machado
: Krzysztof Janiszewski [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 25 de março de 2003 08:18 Para: [EMAIL PROTECTED] Assunto: Tomcat+apache+reload application Hi! I have the following problem. When I change my servlets and do reload action of my context in Manager i can see changes when I

RE: Tomcat+apache+reload application

2003-03-25 Thread Krzysztof Janiszewski
Hi! The Warp Connection doesn't refresh the connections. So, if you put a new servlet or even upload a new version of an existing servlet, the connection between Apache and Tomcat is lost. But you don't have to restart Tomcat, just Apache. Is it the only solution? It is hard to restart

RES: Tomcat+apache+reload application

2003-03-25 Thread Tiago Ferraz Machado
] Enviada em: terça-feira, 25 de março de 2003 08:40 Para: 'Tomcat Users List' Assunto: RE: Tomcat+apache+reload application Hi! The Warp Connection doesn't refresh the connections. So, if you put a new servlet or even upload a new version of an existing servlet, the connection between

Authentication with Tomcat/Apache Question

2003-03-21 Thread Mete Kural
Hi, I am perplexed at this interesting problem. We want to use JDBCRealm to authenticate users in Tomcat, but yet we want to serve static stuff via Apache to improve performance. If we set up Tomcat as a worker for Apache using the JK2 connector, I don't see how requests for static files are

Re: Do not understand tomcat-apache autoconfiguration

2003-03-20 Thread Bill Barker
If it wasn't deprecated, I'd probably go back and add a 3.3-style all-in directive to the 4.x auto-config. In the mean-time go back and read http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk.html#Using%20Apach eConfig. Vincent Panel [EMAIL PROTECTED] wrote in message news:[EMAIL

Re: Do not understand tomcat-apache autoconfiguration

2003-03-20 Thread Vincent Panel
Well, thanks, but I've already read this. It is not really explaining WHERE are supposed to be those Listeners that turn tomcat ApacheConfig on. When you read the doc, it seems that you're supposed to put one listener inside the Server tag and another one inside each Context tag (remember I do

Re: Do not understand tomcat-apache autoconfiguration

2003-03-20 Thread Jacob Kjome
Close. One inside the Server tag and one inside each Host tag that you want autogenerated. Here's mine... Server Listener className=org.apache.ajp.tomcat4.config.ApacheConfig modJk=mod_jk.dll jkDebug=info / ... ... ... Host ... Listener

Re: Do not understand tomcat-apache autoconfiguration

2003-03-20 Thread Vincent Panel
OK, thanks But it generates Virutalhost directives and inside, there's only JkMount's, no Directory, no Alias, right ? What I really need (and I'm pretty sure I'm not the only one) is something like this (for each of my contexts) : # # The following line makes apache aware of the location of

Re: Do not understand tomcat-apache autoconfiguration

2003-03-20 Thread John Turner
Here's an example of exactly what it creates: http://www.johnturner.com/howto/mod_jk_conf.html John On 20 Mar 2003 16:06:41 +0100, Vincent Panel [EMAIL PROTECTED] wrote: OK, thanks But it generates Virutalhost directives and inside, there's only JkMount's, no Directory, no Alias, right ? What

RE: Do not understand tomcat-apache autoconfiguration. To John Turner.

2003-03-20 Thread Victor Gonzalez
[mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 9:12 AM To: Tomcat Users List Subject: Re: Do not understand tomcat-apache autoconfiguration Here's an example of exactly what it creates: http://www.johnturner.com/howto/mod_jk_conf.html John On 20 Mar 2003 16:06:41 +0100, Vincent Panel

Re: Do not understand tomcat-apache autoconfiguration

2003-03-20 Thread Jacob Kjome
Well, you could try it and see. Here is what is generated for me (attached)... Jake At 04:06 PM 3/20/2003 +0100, you wrote: OK, thanks But it generates Virutalhost directives and inside, there's only JkMount's, no Directory, no Alias, right ? What I really need (and I'm pretty sure I'm not the

Re: Do not understand tomcat-apache autoconfiguration. To John Turner.

2003-03-20 Thread John Turner
these connections?? Or a link? Tnks, Regards, Victor González *** -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 9:12 AM To: Tomcat Users List Subject: Re: Do not understand tomcat-apache autoconfiguration Here's an example of exactly

RE: Do not understand tomcat-apache autoconfiguration. To John Turner.

2003-03-20 Thread Victor Gonzalez
And a how-to with SQL Server?? -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 10:04 AM To: Tomcat Users List Subject: Re: Do not understand tomcat-apache autoconfiguration. To John Turner. Sorry, I don't use IIS for web servers. John

Re: Do not understand tomcat-apache autoconfiguration

2003-03-20 Thread Vincent Panel
OK, thanks. It still seems impossible to avoid this virtualhosting feature if you do not want it. Moreover, after setting exacly the same parameters than (both of) you, these three lines do not appear in my mod_jk.conf : JkWorkersFile

Re: Do not understand tomcat-apache autoconfiguration

2003-03-20 Thread John Turner
Sorry, I looked back in the thread, but I'm not clear what the problem is. The example mod_jk.conf file clearly has a virtual host for each Host, and a Directory and Alias container for each Context. This is demonstrated by the fact that /manager and /admin are dynamic Contexts, but have a

Re: Do not understand tomcat-apache autoconfiguration. To John Turner.

2003-03-20 Thread John Turner
:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 10:04 AM To: Tomcat Users List Subject: Re: Do not understand tomcat-apache autoconfiguration. To John Turner. Sorry, I don't use IIS for web servers. John On Thu, 20 Mar 2003 09:46:53 -0600, Victor Gonzalez [EMAIL PROTECTED] wrote: It for me

Tomcat/Apache Connector does not work?

2003-03-19 Thread Wey Hueymeei
hello, I have configured tomcat 4.1.12 and Apache 2.0.43 connection using mod_jk-2.0.43.so on solaris 8. In catalina.out file, I found the following: Mar 19, 2003 11:25:18 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=9/97 config=/usr/local/jakarta-tomcat-4.1.12/conf/jk

RE: Tomcat/Apache Connector does not work?

2003-03-19 Thread Marion McKelvie
Sylvia Have you set up the context for the examples in the mod_jk.conf file? Apache needs to know to send port 80 requests to Tomcat for this context. Marion -Original Message- From: Wey Hueymeei [mailto:[EMAIL PROTECTED] Sent: 19 March 2003 17:07 To: [EMAIL PROTECTED] Subject: Tomcat

Re: Tomcat/Apache Connector does not work?

2003-03-19 Thread Wey Hueymeei
to know to send port 80 requests to Tomcat for this context. Marion -Original Message- From: Wey Hueymeei [mailto:[EMAIL PROTECTED] Sent: 19 March 2003 17:07 To: [EMAIL PROTECTED] Subject: Tomcat/Apache Connector does not work? hello, I have configured tomcat 4.1.12 and Apache

RE: Tomcat/Apache Connector does not work?

2003-03-19 Thread Jackson, Stephen
Some step-by-step instructions. http://raibledesigns.com/tomcat/index.html -Original Message- From: Wey Hueymeei [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:36 PM To: Tomcat Users List Subject: Re: Tomcat/Apache Connector does not work? Marion, No I didn't. Isn't

Re: Tomcat/Apache Connector does not work?

2003-03-19 Thread wfung
List To [EMAIL PROTECTED] cc bcc Subject Tomcat/Apache Connector does not work? hello, I have configured tomcat 4.1.12 and Apache 2.0.43 connection using mod_jk-2.0.43.so on solaris 8. In catalina.out file, I found the following: Mar 19, 2003 11:25:18 AM org.apache.jk.server.JkMain start

RE: Tomcat/Apache Connector does not work?

2003-03-19 Thread Marion McKelvie
/WEB-INF/ AllowOverride None deny from all /Location -Original Message- From: Wey Hueymeei [mailto:[EMAIL PROTECTED] Sent: 19 March 2003 17:36 To: Tomcat Users List Subject: Re: Tomcat/Apache Connector does not work? Marion, No I didn't. Isn't mod_jk.conf automatically generated

Do not understand tomcat-apache autoconfiguration

2003-03-19 Thread Vincent Panel
Hi ! I've set up tomcat 1.4.1 and apache 1.3 to work together via autoconfiguration (generating a mod_jk.conf file). Here is the beginning of my server.xml file : Server port=8005 shutdown=SHUTDOWN debug=0 !-- Autoconfiguration of Apache - vpanel see

Re: Tomcat/Apache Connector does not work?

2003-03-19 Thread Wey Hueymeei
/examples/SendMailServlet ajp13 ### - Original Message - From: Marion McKelvie [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:49 PM Subject: RE: Tomcat/Apache Connector does not work? Leave the server.xml

Re: Tomcat/Apache Connector does not work?

2003-03-19 Thread Wey Hueymeei
Hi William, I found my mod_jk.log in tomcat/conf directory is empty How about yours? Sylvia - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:13 PM Subject: Re: Tomcat/Apache Connector does not work? I just

RE: Tomcat/Apache Connector does not work?

2003-03-19 Thread Jagadeesan,Sivakumar
/Apache Connector does not work? Hi William, I found my mod_jk.log in tomcat/conf directory is empty How about yours? Sylvia - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:13 PM Subject: Re: Tomcat/Apache Connector

FW: Repost Tomcat Apache integration how to's

2003-03-15 Thread Short, Dave
-Original Message- From: Robert L Sowders [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 17, 2002 6:47 PM To: Tomcat Users List Subject: Repost Tomcat Apache integration how to's Short list of Apache Tomcat integration How To's for multiple operating systems. I'm reposting

Re: Repost Tomcat Apache integration how to's

2003-03-15 Thread Chris Dodunski
] Sent: Sunday, March 16, 2003 6:38 AM Subject: FW: Repost Tomcat Apache integration how to's -Original Message- From: Robert L Sowders [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 17, 2002 6:47 PM To: Tomcat Users List Subject: Repost Tomcat Apache integration how to's Short

Tomcat/Apache 2-way SSL authentication

2003-03-14 Thread Ramsay Domloge
Hey All, I am currently building a PKI bolt-on for an exisiting insecure web application and have run into trouble at the last hurdle. I have written a CA using BouncyCastle's library with JCE which will be used to create certificates to gain entry to certain restricted areas. I am using

tomcat+apache+mod_jk2 and Internal Server Error

2003-03-08 Thread Jinesh Varia
server.xml on /usr/local/jakarta-tomcat-4.1.18/conf this way: ... Service name=Tomcat-Apache ... I think that's all, folks :-). You must restart tomcat (with command /usr/local/jakarta-tomcat-4.1.18/bin/catalina start you wil start tomcat). It's very important saying the Lord's Prayer while

tomcat+apache+mod_jk2 and Internal Server Error

2003-03-07 Thread Jinesh Varia
hello am getting Internal Server Error.when I tried to access and execute any servlet/jsp at the end. I am attaching on what I did But my apache is running damn cutebut it is not allowing me to execute any servlet the access_log says: [Fri Mar 07 18:01:51 2003] [error] [client

RE: tomcat+apache+mod_jk2 and Internal Server Error

2003-03-07 Thread Filip Hanik
www.johnturner.com/howto/ I think you want to be using the coyote connector Filip -Original Message- From: Jinesh Varia [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 3:19 PM To: [EMAIL PROTECTED] Subject: tomcat+apache+mod_jk2 and Internal Server Error hello am getting

RE: tomcat+apache+mod_jk2 and Internal Server Error

2003-03-07 Thread Jinesh Varia
I juse john turners how tos...please refer my steps based on john turners. did I do it correctway? Its in my previos email I tried using coyote connector but it was same...thought jk2 would solve it...but it also did not.. PLEASE HELP any HELP will be worshiped jinesh --- Filip Hanik [EMAIL

RE: tomcat+apache+mod_jk2 and Internal Server Error

2003-03-07 Thread Raphael Michel
Hello, I think you should use the AJP connector. So .. In your server.xml : (with mod_jk2) Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler minProcessors=5 maxProcessors=75 acceptCount=10

Re: tomcat+apache+mod_jk2 and Internal Server Error

2003-03-07 Thread Chong Yu Meng
Hi Jinesh, If you're using an rpm-based Linux like Red Hat, UnitedLinux, etc. , I've written a short tutorial on it. See : http://www.linux-sxs.org/internet_serving/tomcat-apache.html#6 Regards, pascal chong Jinesh Varia wrote: hello am getting Internal Server Error.when I tried to access

Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
Dear All, please don't shoot me, but I've a problem making tomcat serve jsp for apache. My configuration is: red hat 8.0 apache 2.0.44 tomcat 4.1.18 jk_mod for 2.0.43 I followed the step by step guide provided by john turner on his site but I still have problem first I see that he references

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Filip Hanik
PROTECTED] Sent: Wednesday, March 05, 2003 3:26 PM To: Tomcat User List Subject: Still a problem with tomcat-apache integration Dear All, please don't shoot me, but I've a problem making tomcat serve jsp for apache. My configuration is: red hat 8.0 apache 2.0.44 tomcat 4.1.18 jk_mod for 2.0.43 I

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Mike Jackson
-=- mike jackson [EMAIL PROTECTED] -Original Message- From: Simone Chiaretta [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 3:26 PM To: Tomcat User List Subject: Still a problem with tomcat-apache integration Dear All, please don't shoot me, but I've a problem making tomcat

R: Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
problem). --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Simone Chiaretta [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 3:26 PM To: Tomcat User List Subject: Still a problem with tomcat-apache integration Dear All, please don't shoot

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Filip Hanik
and you started tomcat before apache, not the other way around? -Original Message- From: Simone Chiaretta [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 3:55 PM To: Tomcat Users List Subject: R: Still a problem with tomcat-apache integration I can access the pages directly

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Mike Jackson
:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 3:55 PM To: Tomcat Users List Subject: R: Still a problem with tomcat-apache integration I can access the pages directly with tomcat... it's the first thing I've done... even before trying the connector Simo -Messaggio originale

R: Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
with a foo.fakedomain.com? and then test it? simo -Messaggio originale- Da: Filip Hanik [mailto:[EMAIL PROTECTED] Inviato: giovedì 6 marzo 2003 0.29 A: Tomcat Users List Oggetto: RE: Still a problem with tomcat-apache integration 1) when I access the site from another client I get apache error 404

R: Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
sure -Messaggio originale- Da: Filip Hanik [mailto:[EMAIL PROTECTED] Inviato: giovedì 6 marzo 2003 0.56 A: Tomcat Users List Oggetto: RE: Still a problem with tomcat-apache integration and you started tomcat before apache, not the other way around? -Original Message

R: Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
originale- Da: Mike Jackson [mailto:[EMAIL PROTECTED] Inviato: giovedì 6 marzo 2003 0.57 A: Tomcat Users List Oggetto: RE: Still a problem with tomcat-apache integration Take a look at your mod_jk.log and see if there's anything in there that points anywhere, the next step after that would

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Mike Jackson
Users List Subject: R: Still a problem with tomcat-apache integration I'm from Italy and now I'm not at work I'll check them tomorrow at work Thank you for now anyway the workers contains this # BEGIN workers.properties worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost

Tomcat Apache Mod_jk at what Port??

2003-02-26 Thread Burcu Dalmis
Hi all, At the end I could make work apache-tomcat using mod_jk. But I have a question. It seems my ajp connector work on 8009. port. But when I looked at netstat -a I can't see any 8009 port even if I see my servlets without writing 8080 at the end.?? Do you have any idea? why I can't see

RE: Problem with Tomcat Apache running on Different IPs

2003-02-24 Thread Turner, John
;. If you want anything different, you have to set it up. John -Original Message- From: Santos Jha [mailto:[EMAIL PROTECTED] Sent: Sunday, February 23, 2003 12:21 PM To: Tomcat Users List Subject: Problem with Tomcat Apache running on Different IPs Hello all, After successfully

RE: Tomcat Apache

2003-02-24 Thread Eduardo Jaunez S.
certificates that can be used to connect with, and the browser should show yours in the list. -Mensaje original- De: Kwan Hon Luen [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 24 de Febrero de 2003 01:23 Para: [EMAIL PROTECTED] Asunto: Tomcat Apache Hi , Have configured Tomcat to use SSL

Problem with Tomcat Apache running on Different IPs

2003-02-23 Thread Santos Jha
Hello all, After successfully configuring mod_jk2 to enable communication in between Apache and tomcat, I have couple of questions. I will love to know the answers.: 1. With Ajp13 is it necessary to run tomcat apache on same IP? Here is the scenario: For me Apache is running of real IP

Tomcat Apache

2003-02-23 Thread Kwan Hon Luen
Hi , Have configured Tomcat to use SSL with client authentication set to true. Have imported client (which is the web browser IE) certificate to tomcat server keystore. But when I use IE to connect to Tomcat, it pops up a message box saying The Web site you want to view requests identification.

RE: tomcat/apache problems

2003-02-20 Thread pqin
PROTECTED]] Sent: February 19, 2003 6:36 PM To: [EMAIL PROTECTED] Subject: tomcat/apache problems hi all! i just wanted to set up tomcat to speak with my apache server with this jk2-module. i can get the tomcat server to up and running on its own port 8080 as default. though when starting the apache

tomcat/apache problems

2003-02-19 Thread Robert Andersson
hi all! i just wanted to set up tomcat to speak with my apache server with this jk2-module. i can get the tomcat server to up and running on its own port 8080 as default. though when starting the apache server it only says in the error log: [Thu Feb 20 00:07:35 2003] [debug]

RE: tomcat/apache problems

2003-02-19 Thread Turner, John
to the documentation are welcome. John -Original Message- From: Robert Andersson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 6:36 PM To: [EMAIL PROTECTED] Subject: tomcat/apache problems hi all! i just wanted to set up tomcat to speak with my apache server with this jk2

Re: tomcat/apache problems

2003-02-19 Thread Chong Yu Meng
One more thing you need to check : your server.xml. Is the port number of the connector you are using also 8019 ? Regards, pascal chong Robert Andersson wrote: hi all! i just wanted to set up tomcat to speak with my apache server with this jk2-module. i can get the tomcat server to up and

Getting SSL to work on Win2k/Tomcat/Apache

2003-02-14 Thread Warden, Matt
Tomcat Users: First, the setup: Windows 2000 Server Apache 2.0.44 Tomcat 4.1.18 Now, the problem: I know that there is no supported method for Apache2 on Windows to use SSL (right?). However, I would still like to stick with Apache for non-Servlet/JSP requests

RE: Getting SSL to work on Win2k/Tomcat/Apache

2003-02-14 Thread Filip Hanik
, Matt [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 12:40 PM To: Tomcat Users List Subject: Getting SSL to work on Win2k/Tomcat/Apache Tomcat Users: First, the setup: Windows 2000 Server Apache 2.0.44 Tomcat 4.1.18 Now, the problem: I know

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Brantley Hobbs
use the connector. I omitted that on this post. Thanks, Brantley Hobbs -Original Message- From: Brantley Hobbs Sent: Wednesday, February 12, 2003 5:24 PM To: [EMAIL PROTECTED] Cc: Brantley Hobbs Subject: Tomcat/Apache/IIS configuration issues All, Let me just say up front

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Turner, John
: Thursday, February 13, 2003 9:10 AM To: Tomcat Users List Subject: RE: Tomcat/Apache/IIS configuration issues Just curious if anyone had had a look at this. I keep going over and over my configuration, but have yet to get the connector working properly (either on localhost or from some other

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Brantley Hobbs
an already lengthy post) if you think that might help. Brantley -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 9:15 AM To: 'Tomcat Users List' Subject: RE: Tomcat/Apache/IIS configuration issues There's something already

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Turner, John
: RE: Tomcat/Apache/IIS configuration issues Well, I saw that too, but I think maybe it's the result of a horked Tomcat configuration. When I stop tomcat, I no longer see anything listening on that port via netstat. When I start it, I see something listening there. I'm attaching my server.xml

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Brantley Hobbs
List' Subject: RE: Tomcat/Apache/IIS configuration issues There are 2 connectors listening on 8009. There should only be two connectors total: one on 8080 (disabled in production), and one on 8009. John

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Turner, John
with JK. There are many people using it in production who have experience configuring it and debugging it. John -Original Message- From: Brantley Hobbs [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 9:43 AM To: Tomcat Users List Subject: RE: Tomcat/Apache/IIS configuration

Re: stderr.log jk2.log (tomcat/apache/jk2 errors) question

2003-02-12 Thread Bill Barker
11:20 PM To: [EMAIL PROTECTED] Subject: Re: stderr.log jk2.log (tomcat/apache/jk2 errors) question Importance: Low The 'stderr.log' messages are normal (assuming that you've set an soTimeout, which I wouldn't recommend). I'd need to see more context for the jk2.log messages (unless they ar

Tomcat/Apache/IIS configuration issues

2003-02-12 Thread Brantley Hobbs
All, Let me just say up front that I'm relatively new to Tomcat, but I do know my way around Apache and IIS pretty well. My Problem: No matter what I do, I cannot sucessfully connect a webserver to Tomcat using either the IIS redirector or mod_jk2. I get HTTP 500 errors (Internal Server Error)

RE: stderr.log jk2.log (tomcat/apache/jk2 errors) question

2003-02-11 Thread SSchaubach
10, 2003 11:20 PM To: [EMAIL PROTECTED] Subject: Re: stderr.log jk2.log (tomcat/apache/jk2 errors) question Importance: Low The 'stderr.log' messages are normal (assuming that you've set an soTimeout, which I wouldn't recommend). I'd need to see more context for the jk2.log messages (unless

stderr.log jk2.log (tomcat/apache/jk2 errors) question

2003-02-10 Thread SSchaubach
I am hoping that someone sees these errors below and can immediatly tell me that they are expected and/or normal. I am seeing hundreds of the same error in the stderr.log. Anyone see these beforeeither of them? Best, Stephen jk2.log --- [Mon Feb 10 19:04:00 2003]

Re: stderr.log jk2.log (tomcat/apache/jk2 errors) question

2003-02-10 Thread Bill Barker
The 'stderr.log' messages are normal (assuming that you've set an soTimeout, which I wouldn't recommend). I'd need to see more context for the jk2.log messages (unless they are caused by a really short timeout from above). [EMAIL PROTECTED] wrote in message

Re: Tomcat - Apache install document

2003-02-09 Thread Thijs Thiessens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op vrijdag 7 februari 2003 19:40, schreef Kenny G. Dubuisson, Jr.: Jonathan: Here are two links (one to a Word and one to a PDF version of the document): http://myweb.cableone.net/kdubuisson/Install.doc

Re: Re: Tomcat - Apache install document

2003-02-09 Thread Peter Christoph Alexander Bär
I can't help you with your problem, as I am also stuck with JK2 on SuSE 8.1. However, I can give you a few hints, what the error message you get means. The line specifies that Tomcat shall be run without an X server (headless). Before J2SDK 1.4.x the implementation of the AWT classes required

Re: Tomcat - Apache install document

2003-02-07 Thread Kenny G. Dubuisson, Jr.
, 2003 4:36 PM Subject: Tomcat - Apache install document Hello all. I created an installation document for myself and I thought I would post it here if anyone is interested. It has the exact steps I took to get the following all working together: - RedHat Linux 7.3 - Java SDK 1.4.1_01

<    1   2   3   4   5   6   7   8   9   10   >