Re: load test suite - apache-tomcat

2004-01-06 Thread Tim Funk
seige (www.joedog.org) jmeter -Tim Steve wrote: We are trying to run some load test on an app hitting apache-tomcat which also uses weblogic for its backend auth ejb to an oracle db. Currently we using loadrunner 7.51 to simulate a login to the app with about 200 virtual users.. LR

Re: load test suite - apache-tomcat

2004-01-06 Thread jean-philippe . belanger
with it but it's opensource. Other than that, check you LR script and work thru it. It will be worth it. Jean-Philippe Bélanger Steve wrote: We are trying to run some load test on an app hitting apache-tomcat which also uses weblogic for its backend auth ejb to an oracle db. Currently we using loadrunner

RE: load test suite - apache-tomcat

2004-01-06 Thread Shapira, Yoav
] [mailto:jean- [EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 2:48 PM To: Tomcat Users List Subject: Re: load test suite - apache-tomcat Loadrunner is one nice tool for creating script for web load testing. You can do absolutly anything with that tool. I tried lots of other load testing suite opensource

!!apache + tomcat!!

2004-01-05 Thread FRANCOIS Dufour
a way too avoid running both apache and tomcat to save system resources create your self a folder whit an web inf xml sheet that describe your content put all your index there its running pretty well here [EMAIL PROTECTED] crazy-wilys webmaster

Subject: HOWTO: Apache + Tomcat + mod_jk OR mod_jk2 even IIS

2003-12-31 Thread Lenny Sorey
For those seeking a solution to Integrating the following: Tomcat 4(or 5) and mod_jk2 (Tomcat/Jk2Generic) Tomcat 4.1.x and Apache 2.0.x on Linux with mod_jk2 and IP sockets (LinuxJK2) Tomcat 4.1.x and Apache 2.0.x on Linux with mod_jk and IP sockets (LinuxJK) Tomcat 4.1.x and IIS on

RE: Subject: HOWTO: Apache + Tomcat + mod_jk OR mod_jk2 even IIS

2003-12-31 Thread Enils Bashi
www.chesapeakebay.net -Original Message- From: Lenny Sorey [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 9:14 AM To: Tomcat Users Group Cc: Apache HTTP Users List Subject: Subject: HOWTO: Apache + Tomcat + mod_jk OR mod_jk2 even IIS For those seeking a solution to Integrating

Apache Tomcat and Context help

2003-12-31 Thread Douglas WF Acheson
Hello, I have successfully integrated Apache v2.0.40 with tomcat v5.0.12 using jk2 under Linux RH9 :-) Everything works fine using straight mapping. So, when I want to use the manager (just playing around for now) I enter http://hostname/manager/html and I am presented with the Tomcat manager

RE: Apache Tomcat and Context help

2003-12-31 Thread Shapira, Yoav
ChemInformatics -Original Message- From: Douglas WF Acheson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 1:41 PM To: [EMAIL PROTECTED] Subject: Apache Tomcat and Context help Hello, I have successfully integrated Apache v2.0.40 with tomcat v5.0.12 using jk2 under Linux

RE: Apache Tomcat and Context help

2003-12-31 Thread Douglas WF Acheson
: December 31, 2003 1:52 PM To: Tomcat Users List Subject: RE: Apache Tomcat and Context help Howdy, You probably already know this is easily done by modifying manager.xml to use a different context path (/tomcat/manager instead of /manager). But you want to do it on the Apache side. You could use

RE: Apache Tomcat and Context help

2003-12-31 Thread Shapira, Yoav
: RE: Apache Tomcat and Context help Thanks for the info! You are correct I want to do it from the Apache side (encapsulate and whatnot IMHO :-). I have never used mod_rewrite - I will look into it. Thanks again ... Regards, Douglas WF Acheson -Original Message- From: Shapira, Yoav

RE: Apache Tomcat and Context help

2003-12-31 Thread Douglas WF Acheson
Subject: RE: Apache Tomcat and Context help Howdy, You probably already know this is easily done by modifying manager.xml to use a different context path (/tomcat/manager instead of /manager). But you want to do it on the Apache side. You could use mod_rewrite to forward /manager to /tomcat

RE: Apache Tomcat and Context help

2003-12-31 Thread Ian Joyce
Acheson [EMAIL PROTECTED] -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: December 31, 2003 1:52 PM To: Tomcat Users List Subject: RE: Apache Tomcat and Context help Howdy, You probably already know this is easily done by modifying manager.xml to use

Re: Apache Tomcat and Context help

2003-12-31 Thread Howard Watson
In my environment I would try something like this: Apache.conf --- ##Alias should match Context in server.xml Alias /tomcat full directory path to manager/html Directory full directory path to manager/html Options anyOptions DirectoryIndex probably index.jsp Order

Re: MOD_JK (Apache+Tomcat)

2003-12-30 Thread Hari Om
Thanks Jerry, My Apache and Tomcat are working independently.ie when I run http://my.domain.name:8080/kuki or http://my.domain.name:8080/examples ...it works just great problem only occurs when I use connector MOD_JK. Any related informaiton is appreciated.. HARI OM Hello, I am

MOD_JK (Apache+Tomcat)

2003-12-30 Thread HARI OM
Hello, I am using APache 2.0.47 and Tomcat 4.1.27 on SuSE Linux 8.1 I am working on the Connector MOD_JK.SO which I build from the source and put in /modules directory. When I run my Tomcat first and then Apache and then acceess http://My.domian.name/kuki it does not work... it says Page

Re: MOD_JK (Apache+Tomcat)

2003-12-30 Thread HARI OM
any update on this? - Original Message - From: HARI OM [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 10:16 AM Subject: MOD_JK (Apache+Tomcat) Hello, I am using APache 2.0.47 and Tomcat 4.1.27 on SuSE Linux 8.1 I am working on the Connector MOD_JK.SO

Re: MOD_JK (Apache+Tomcat)

2003-12-30 Thread Jerry Ford
Here's how I did it: http://www.katzenjammer.us/~jford/apache/tomcat/connectors/mod_jk_setup.shtml Not exactly your setup (I use Apache 1.3.27 and Red Hat 9.0) but maybe it will help. Jerry HARI OM wrote: any update on this? - Original Message - From: HARI OM [EMAIL PROTECTED

MOD_JK (Apache+Tomcat)

2003-12-29 Thread Hari Om
Hello, I am using APache 2.0.47 and Tomcat 4.1.27 on SuSE Linux 8.1 I am working on the Connector MOD_JK.SO which I build from the source and put in /modules directory. When I run my Tomcat first and then Apache and then acceess http://My.domian.name/kuki it does not work... it says Page

Re: MOD_JK (Apache+Tomcat)

2003-12-29 Thread Jerry Ford
Hari: You're trying to do too much too soon. Get the Apache - Tomcat connection through mod_jk to work before you try to get your own webapp to work. Use the Tomcat example servlets to verify that mod_jk is correctly installed and functional. If you can run the servlets through Apache

Apache + Tomcat + MOD_JK

2003-12-24 Thread Hari Om
Hello, I am using Apache 2.0.47 and Tomcat 4.1.27 on SuSE 8.0 box on same machine. I am trying to make use of MOD_JK.SO (jk connector)which I build it from source. I have 2 different Users to the system httpd and jakarta with respective directories as /usr/local/httpd and /usr/local/jakarta

Re: Apache + Tomcat + MOD_JK

2003-12-24 Thread Ben Ricker
On Wed, 2003-12-24 at 10:05, Hari Om wrote: Hello, I am using Apache 2.0.47 and Tomcat 4.1.27 on SuSE 8.0 box on same machine. I am trying to make use of MOD_JK.SO (jk connector)which I build it from source. I have 2 different Users to the system httpd and jakarta with respective

Re: Apache-tomcat via mod_jk configuration

2003-12-18 Thread Oscar Carrillo
Are you sure you meant httpd1? The daemon script on my site is httpd. The website explains a setup for Tomcat 4, not Tomcat 5. I don't know if there's any difference, but there may be. I'm also confused as you apparently didn't copy your configuration into this post, you just copied most of

RE: [SPAM] Re: Apache-tomcat via mod_jk configuration

2003-12-18 Thread dhayalan
and service tomcatd start which gives unregconzied services pls help me resolve the problem Thaking You Dhayalan Original Message Subject: [SPAM] Re: Apache-tomcat via mod_jk configuration From: Oscar Carrillo [EMAIL PROTECTED] Date: Wed, December 17, 2003 11:42 pm

Apache + Tomcat

2003-12-18 Thread Walter do Valle
Is there anyone in the list using sucessfully Apache 2.0.40 or greater and Tomcat 5.0.16 with mod_jk2 v 2.0.2 connector in a linux box? Is so, then what's the secret to compile a functional version of mod_jk2? I downloaded the sources and compiled them. When I try to use the generated files

RE: Apache + Tomcat

2003-12-18 Thread Asif Chowdhary
PROTECTED] Sent: Thursday, December 18, 2003 1:41 PM To: [EMAIL PROTECTED] Subject: Apache + Tomcat Is there anyone in the list using sucessfully Apache 2.0.40 or greater and Tomcat 5.0.16 with mod_jk2 v 2.0.2 connector in a linux box? Is so, then what's the secret to compile a functional version

Re: Apache + Tomcat

2003-12-18 Thread Walter do Valle
2:48 PM Subject: RE: Apache + Tomcat To compile mod_jk2 on linux you require: Apache Portable Runtime (APR) apr-0.9.4.tar.gz http://apr.apache.org/ Apache Portable Runtime Utility (APR) apr-util-0.9.4.tar.gz http://apr.apache.org/ During the build process if you see the error shown

Re: Apache + Tomcat

2003-12-18 Thread Walter do Valle
I downloaded, compiled and intalled apr from apache. The error persists. - Original Message - From: Asif Chowdhary To: Tomcat Users List ; Walter do Valle Sent: Thursday, December 18, 2003 2:48 PM Subject: RE: Apache + Tomcat To compile mod_jk2 on linux you require

RE: Apache-Tomcat connectors... why??

2003-12-17 Thread Scott, Sean
-Original Message- From: Wesley Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 12:54 PM To: Tomcat Users List Subject: RE: Apache-Tomcat connectors... why?? Thank you Howard and Jim, I will look into mod_proxy. Things seem a little more complicated because I am

Apache-tomcat via mod_jk configuration

2003-12-17 Thread dhayalan
Hi all, I've read a configuration of tomcat and apache (http://daydream.stanford.edu/tomcat/install_web_services.html ) over the last 4 days, and I've found much of what I need to be lacking After reading full documentation on the jakarta website about how the server.xml is organized

Apache-Tomcat connectors... why??

2003-12-16 Thread Wesley Hall
it could consult some form of list and ask other servers on the network (tomcat for instance ;o)) to attempt to find the resource via HTTP. I dont see a reason why this would perform particually badly in the most common set up of apache + tomcat. Presumably there is a way to configure apache to do

Re: Apache-Tomcat connectors... why??

2003-12-16 Thread Tim Funk
!! Can you??. Before apache returns a 404 error it could consult some form of list and ask other servers on the network (tomcat for instance ;o)) to attempt to find the resource via HTTP. I dont see a reason why this would perform particually badly in the most common set up of apache + tomcat

RE: Apache-Tomcat connectors... why??

2003-12-16 Thread Howard Jim
the webserver. Just let tomcat serve it all, then all your connector worries are moot. Jim -Original Message- From: Wesley Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 1:27 PM To: [EMAIL PROTECTED] Subject: Apache-Tomcat connectors... why?? Hello all, Hopefully I

RE: Apache-Tomcat connectors... why??

2003-12-16 Thread Wesley Hall
- From: Howard Jim [mailto:[EMAIL PROTECTED] Sent: 16 December 2003 19:34 To: Tomcat Users List Subject: RE: Apache-Tomcat connectors... why?? I believe what you are referring to is the ProxyPass Directive http://httpd.apache.org/docs-2.0/mod/mod_proxy.html#proxypass I have used

Apache Tomcat jk2... is it possible?

2003-12-11 Thread Federico Fernandez Cruz
Hi all! I am using tomcat 5 and I want to do some integration work with Apache and mod_jk2. Is there a direct way to map a whole web application in apache? It works but I have to write a lot of [uri:*] commands in mi workers2.properties file. I have tried WebXml2Jk but when I insert the

Re: Apache Tomcat jk2... is it possible?

2003-12-11 Thread Nikola Milutinovic
Federico Fernandez Cruz wrote: Hi all! I am using tomcat 5 and I want to do some integration work with Apache and mod_jk2. Is there a direct way to map a whole web application in apache? It works but I have to write a lot of [uri:*] commands in mi workers2.properties file. What do you

Re: Apache Tomcat jk2... is it possible?

2003-12-11 Thread Federico Fernandez Cruz
By whole web application I mean the entire application... well... I have a context inside Tomcat called UserMan. I want to map an Apache URL to this application... In my workers2.properties I put these lines... [uri:/UserMan] info=Example webapp in the default context. context=/UserMan debug=0

Re: Apache Tomcat jk2... is it possible?

2003-12-11 Thread Nikola Milutinovic
Federico Fernandez Cruz wrote: By whole web application I mean the entire application... well... I have a context inside Tomcat called UserMan. I want to map an Apache URL to this application... In my workers2.properties I put these lines... [uri:/UserMan] info=Example webapp in the default

Re: Apache Tomcat jk2... is it possible?

2003-12-11 Thread Jrg Werner
Hello! Please take a look at this thread http://www.mail-archive.com/[EMAIL PROTECTED]/msg110822.html In short, the solution is to build mod_jk2 from jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz and not from the sources bundled with tomcat. I had the same problem and it now works. Jörg --

Re: Apache Tomcat jk2... is it possible?

2003-12-11 Thread Federico Fernandez Cruz
Thanks! Now it works! :-) I can access my web application through SSL. How can I get all those SSL variables that apache has already set ? Should I tell something more to JK? Thanks! Jörg Werner wrote: Hello! Please take a look at this thread http://www.mail-archive.com/[EMAIL

Integrating Apache + Tomcat 5 + jk2

2003-12-10 Thread Mike Nguyen
Hi, I am trying to integrating Apache + Tomcat5+ jk2 on Solaris 9. Does anyone have an example of jk2.properties and workers2.properties file for this configuration? I appreciate it. Thanks. Mike IncrediMail - Email has finally

Re: Integrating Apache + Tomcat 5 + jk2

2003-12-10 Thread Martin Kuba
Mike Nguyen wrote: Hi, I am trying to integrating Apache + Tomcat5+ jk2 on Solaris 9. Does anyone have an example of jk2.properties and workers2.properties file for this configuration? I appreciate it. Thanks. Mike This information is not sufficient, as you can connect mod_jk2 and Tomact in

RE: [ANN] Apache Tomcat 5.0.16 Stable released

2003-12-07 Thread Lukas Bradley
Congratulations to all those involved. This is a huge release, in my book. Lukas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache, Tomcat and authentication appear to be working correctly%String uName = request.getRemoteUs

2003-12-04 Thread Howard Watson
Apache, Tomcat and authentication appear to be working correctly%String uName = request.getRemoteUser();% //returns nullNetware 6 sp3Apache 2.0.48Tomcat 4.1.29mod_jk 1.2.5more info: http://developer-forums.novell.com/group/novell.devsup.webserver.apache2/readerNoFrame.tpt/@[EMAIL PROTECTED

apache, tomcat wan't run ROOT/index.jsp

2003-12-03 Thread Matthias Teege
Moin, I've setup apache 2.0.48 and tomcat/4.1.29 sucessfully. I also setup a demo application (JSPWiki) on a virtual host like this: server.xml Host name=doc.mteege.de address=192.168.18.184 Context path= docBase=/opt/tomcat/webapps/JSPWiki debug=0 / ApacheConfig forwardAll=true

Re: [ANN] Apache Tomcat 5.0.16 Stable released

2003-12-03 Thread Adam Hardy
On 12/03/2003 11:24 PM Remy Maucherat wrote: The Tomcat Team announces the immediate availability of Apache Tomcat 5.0.16 Stable. Please refer to the changelog for the list of changes. Downloads: Binaries: http://jakarta.apache.org/site/binindex.cgi Sources: http://jakarta.apache.org/site

RE: [ANN] Apache Tomcat 5.0.16 Stable released

2003-12-03 Thread Schalk
Tomcat 5.0.16 Stable released :: :: On 12/03/2003 11:24 PM Remy Maucherat wrote: :: The Tomcat Team announces the immediate availability of Apache Tomcat :: 5.0.16 Stable. :: :: Please refer to the changelog for the list of changes. :: :: Downloads: :: Binaries: http://jakarta.apache.org/site

[ANN] Apache Tomcat 5.0.16 Stable released

2003-12-03 Thread Remy Maucherat
The Tomcat Team announces the immediate availability of Apache Tomcat 5.0.16 Stable. Please refer to the changelog for the list of changes. Downloads: Binaries: http://jakarta.apache.org/site/binindex.cgi Sources: http://jakarta.apache.org/site/sourceindex.cgi The Apache Tomcat Team

Apache Tomcat/4.1.18 Upload a WAR file

2003-11-30 Thread Juan Ignacio Garcia
Hello, I have suse 9.0 which cames with tomcat/4.1.18. The problem is that the form that appears in others version to upload war files in the manager doesn't appear in this one. What's wrong in the configuration. How can I change that? Thanks, Ignacio

Re: Apache Tomcat connector FAQ admin?

2003-11-24 Thread Tim Funk
time) -Tim Oscar Carrillo wrote: Hi, I have to move my tutorial listed on the Apache Tomcat Connector FAQ page. I'm wondering who I should contact. I couldn't find the contact info on the FAQ. I guess it's not Frequent enough:) I believe I remember Tim Funk starting it, but maybe it's changed now

Apache Tomcat connector FAQ admin?

2003-11-23 Thread Oscar Carrillo
Hi, I have to move my tutorial listed on the Apache Tomcat Connector FAQ page. I'm wondering who I should contact. I couldn't find the contact info on the FAQ. I guess it's not Frequent enough:) I believe I remember Tim Funk starting it, but maybe it's changed now. I don't have a new URL yet

Apache Tomcat/ 4.0.1 /HTTP Status 503 / Servlet constructurl is currently unavailabe

2003-11-21 Thread Oliver Baecker
Hi, i am using the Tomcat in combination with the iROS meta-OS. If i try to create a servlet for displaying URLs on multiple clients with the iROS tool i get the message you can see in the subject of this mail. Any ideas why this might happen? Thanks a lot! Best Regards, Oliver

My hosting company upgraded to the Apache Tomcat/4.1.27

2003-11-21 Thread Kent Gilley
and my jsp pages aren't working. They say it's simple syntax error on my part. I've loaded a page with only two lines of code in them, and the problem is with calling the driver. Example: http://www.azlehornets.com/apps/g092603.jsp old code !-- %//Class.forName(org.gjt.mm.mysql.Driver);%

RE: My hosting company upgraded to the Apache Tomcat/4.1.27

2003-11-21 Thread Goehring, Chuck Mr., RCI - San Diego
. Chuck -Original Message- From: Kent Gilley [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 11:03 AM To: [EMAIL PROTECTED] Subject: My hosting company upgraded to the Apache Tomcat/4.1.27 and my jsp pages aren't working. They say it's simple syntax error on my part. I've

RE: Win2k+Apache+Tomcat Problems

2003-11-12 Thread Goehring, Chuck Mr., RCI - San Diego
is: %CATALINA_HOME\conf\auto\mod_jk.conf Chuck -Original Message- From: Steve Milner [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 7:51 AM To: Tomcat Users List Subject: Re: Win2k+Apache+Tomcat Problems Out of curiosity why would 4.1.24/27 be any easier than 4.1.29? Is there currently

Re: Apache+Tomcat+Windows, how?

2003-11-11 Thread Bill Barker
Go to http://jakarta.apache.org/site/binindex.cgi, scroll down to Tomcat WebServer Connectors, click on JK 1.2 Binary Releases, click on win32, and, what do you know ;-). Yeray Santana Borges [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all, I´m a spanish newbie using Tomcat.

Re: Apache+Tomcat+Windows, how?

2003-11-11 Thread adriacom6340
The best how to: www.gregoire.org/howto/Apache2_Jk2_TC4.1.x_JSDK1.4.x.html or: http://johnturner.com/howto/winxp-howto.html Mike Found in jakarta Scrive Bill Barker [EMAIL PROTECTED]: Go to http://jakarta.apache.org/site/binindex.cgi, scroll down to Tomcat WebServer Connectors, click on JK

RE: Apache+Tomcat+Windows, how?

2003-11-11 Thread Yeray Santana Borges
, at least i have could know what was my problem. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviado el: martes, 11 de noviembre de 2003 8:55 Para: Tomcat Users List Asunto: Re: Apache+Tomcat+Windows, how? The best how to: www.gregoire.org/howto/Apache2_Jk2_TC4.1

AW: Apache+Tomcat+Windows, how?

2003-11-11 Thread Nitschke Michael
. November 2003 13:27 An: Tomcat Users List Betreff: RE: Apache+Tomcat+Windows, how? ok, thanks all My problem is that i have apache web server 2.0.48 and the mod_jk.dll is only for apache 2.0.43. I´m searching for other version of mod_jk.dll for 2.0.48 but i can´t find it. Other solution is download

RE: Apache+Tomcat+Windows, how?

2003-11-11 Thread Yeray Santana Borges
-Mensaje original- De: Nitschke Michael [mailto:[EMAIL PROTECTED] Enviado el: martes, 11 de noviembre de 2003 12:32 Para: Tomcat Users List Asunto: AW: Apache+Tomcat+Windows, how? Did you tried it? I think and i read it on this list, that this is a bug/mistake in the description

apache + tomcat Jsp not working

2003-11-11 Thread Omkar Joshi
hi, I have linux 9 with apache 2 preloaded and running applications, I have tomcat 4.1.27 running stad alone. i have installed mod_jk connector. and loaded in httpd.conf created workers.properties but the jsp dont work. pease help me with exact configurations.

RE: Apache+Tomcat+Windows, how?

2003-11-11 Thread Asif Chowdhary
: Tuesday, November 11, 2003 8:21 AM To: Tomcat Users List Subject: RE: Apache+Tomcat+Windows, how? ok, well, i can't use mod_jk2-2.0.43.dll with Apache Web Server 2.0.48. After edit http.conf i get this sintax error: Syntax error on line 971 of httpd.conf: Can't locate API module structure

Re: Win2k+Apache+Tomcat Problems

2003-11-11 Thread Steve Milner
the culprit change to 4.1.24/27 to work with.I am sure this will do good luck sat - Original Message - From: Steve Milner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 11:13 AM Subject: Win2k+Apache+Tomcat Problems I have installed Apache and Tomcat-4.1.29 on my Windows

RE: Apache+Tomcat+Windows, how?

2003-11-11 Thread Yeray Santana Borges
ok, thanks, i am working apache+tomcat over w2000 server. Thanks all again. -Mensaje original- De: Asif Chowdhary [mailto:[EMAIL PROTECTED] Enviado el: martes, 11 de noviembre de 2003 14:05 Para: Tomcat Users List Asunto: RE: Apache+Tomcat+Windows, how? This will solve your problems

apache + tomcat jsp not working--need help

2003-11-11 Thread Omkar Joshi
After setting up the configuration, apache does not forward the request to tomcat. it searchs the jsp file in /var/www/html location. need help From: Omkar Joshi [EMAIL PROTECTED] Subject: apache + tomcat Jsp not working Date: Tue, 11 Nov 2003 19:13:57 +0530 Content-Type: text/plain; format

Apache Tomcat How to - server.xml, httpd.conf configuration help

2003-11-10 Thread Omkar Joshi
Hi, I Have Apache 2.0.4 and tomcat 4.1.27 + mod_jk installed successfully. I followed procedure on http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html Can some body tell me what exact settings required for server.xml, httpd.conf virtual hosts help me

Apache+Tomcat+Windows, how?

2003-11-10 Thread Yeray Santana Borges
Hi all, I´m a spanish newbie using Tomcat. My enviroment: Apache HTTP Server 2.0.48, Jakarta Tomcat 4.1 and w2000 Server. I can´t connected the Apache Server and Tomcat. I get the binary distribution and i can´t find the mod_jk.so that i must include in the Apache web with LoadModule directive.

apache + tomcat + ssl + mod_rewrite

2003-11-10 Thread Andrew Davis
I have a test server setup with Apache 1.3.27, Tomcat 4.1.27, and mod_jk2. Its all running on RH Linux ES 2.1. Apache is setup on ports 80 443. The port 80 config has only the basics defined, then has a mod_rewrite rule to send *ALL* traffic to the same URL but via https. It also has mod_jk2

Re: apache + tomcat + ssl + mod_rewrite

2003-11-10 Thread Erik Wright
If you really believe your mod_rewrite rule is properly configured to send *ALL* traffic to the same URL but via https then: I would double/triple check the access.log files to see if the request is actually getting served from the port 80 server. If I visit www.foo.com and then change the

Re: Apache Tomcat How to - server.xml, httpd.conf configuration help

2003-11-10 Thread Andrew Beames
On Monday 10 Nov 2003 2:19 pm, Omkar Joshi wrote: I Have Apache 2.0.4 and tomcat 4.1.27 + mod_jk installed successfully. I followed procedure on http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html Can some body tell me what exact settings required for server.xml, httpd.conf

Re: apache + tomcat + ssl + mod_rewrite

2003-11-10 Thread Andrew Davis
Thank you. Ironically, I realized I had forgotten a test. After going to a URL the normal way (https://qa-wap1/submitProfile.jsp), then changing the URL in the web browser to http://qa-wap1:80/submitProfile.jsp and reloading, the URL worked. I've mentioned this already. What I hadn't tried was

Win2k+Apache+Tomcat Problems

2003-11-10 Thread Steve Milner
I have installed Apache and Tomcat-4.1.29 on my Windows 2000 server. I have followed the instructions from http://www.johnturner.com/howto/winxp-howto.html (a how-to I was pointed to by other admins) to a T and I can't get it to work. I can point my browser to port 8080 of my server and get

Re: Win2k+Apache+Tomcat Problems

2003-11-10 Thread kgsat
] Sent: Tuesday, November 11, 2003 11:13 AM Subject: Win2k+Apache+Tomcat Problems I have installed Apache and Tomcat-4.1.29 on my Windows 2000 server. I have followed the instructions from http://www.johnturner.com/howto/winxp-howto.html (a how-to I was pointed to by other admins) to a T and I

Preconfigured Apache + Tomcat 4.1.27 + mod_jk

2003-11-06 Thread Omkar Joshi
Hi, I have linux with Apache running -preconfigured with applications running in /var/www... also i have tomcat 4.1.27 running on 8080 port with jsp application. I went through http://www.johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html but dont no how to do this in case of

RE: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-11-03 Thread Shapira, Yoav
Hi, FYI, people, please don't use [ANN] threads for problem discussion. Yoav Shapira Millennium ChemInformatics -Original Message- From: Sriram N [mailto:[EMAIL PROTECTED] Sent: Sunday, November 02, 2003 9:24 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: [ANN] Apache Tomcat

Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-11-03 Thread Jean-Francois Arcand
BTW, if you are building using the CVS branch, just look at jakarta-tomcat-5/build.property.default and search for Xerces. You will get the version used. -- Jeanfrancois Sriram N wrote: Luigi, Creating a Maven script would be a great idea. Since I've never used Maven before, this should give

RE: RE: Connection Apache - Tomcat

2003-11-03 Thread por
To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Connection Apache - Tomcat Did you add the URI in workers2.properties. You have to have this context in this file Once you add it should solve your problem. Also check the servlet mappings. -Original Message- From: [EMAIL

RE: RE: RE: Connection Apache - Tomcat

2003-11-03 Thread por
NYC [EMAIL PROTECTED] Sent: Mon, 3 Nov 2003 10:47:03 -0500 To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: RE: Connection Apache - Tomcat Look in your apps web.xml and make sure your servlet is defined and mapped to your url. -Original Message- From: [EMAIL PROTECTED

RE: RE: RE: Connection Apache - Tomcat

2003-11-03 Thread Asif Chowdhary
NYC [EMAIL PROTECTED] Sent: Mon, 3 Nov 2003 10:47:03 -0500 To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: RE: Connection Apache - Tomcat Look in your apps web.xml and make sure your servlet is defined and mapped to your url. -Original Message- From: [EMAIL

RE: RE: RE: Connection Apache - Tomcat

2003-11-03 Thread Lee, Paul NYC
servletToJsp /servlet-name url-pattern /servletToJsp /url-pattern /servlet-mapping -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 11:19 AM To: [EMAIL PROTECTED] Subject: RE: RE: RE: Connection Apache - Tomcat This is my

RE: RE: RE: RE: Connection Apache - Tomcat

2003-11-03 Thread por
: Connection Apache - Tomcat You have to declare and map every servlet in web.xml like below. Also, check out the documentation and the tomcat examples for more info. servlet servlet-name servletToJsp /servlet-name servlet-class servletToJsp /servlet-class servlet-mapping

RE: RE: RE: RE: Connection Apache - Tomcat

2003-11-03 Thread Lee, Paul NYC
, November 03, 2003 11:59 AM To: [EMAIL PROTECTED] Subject: RE: RE: RE: RE: Connection Apache - Tomcat this is what I added... servlet servlet-nameDBServlet/servlet-name servlet-classDBServlet/servlet-class /servlet servlet-mapping servlet-nameDBServlet/servlet-name url-pattern/servlet

RE: RE: RE: RE: Connection Apache - Tomcat

2003-11-03 Thread Peter O'Reilly
:59 AM To: [EMAIL PROTECTED] Subject: RE: RE: RE: RE: Connection Apache - Tomcat this is what I added... servlet servlet-nameDBServlet/servlet-name servlet-classDBServlet/servlet-class /servlet servlet-mapping servlet-nameDBServlet/servlet-name url-pattern/servlet/WEB-INF/classes/url

Re: RE: RE: RE: Connection Apache - Tomcat

2003-11-03 Thread Lian Tsai
Did you try ACTION=www.ip.com:8080/servlet/'servletname'/DBServlet Regards, Lian - Original Message - From: Peter O'Reilly [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 03, 2003 2:09 PM Subject: RE: RE: RE: RE: Connection Apache - Tomcat I

Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-11-02 Thread Sriram N
Hi: HAve you looked at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/BUILDING.txt ? This file contains information on building against different versions of Xerces. I have a dim recollection that the Xerces was changed recently, though I dont' remember if I read this for the 5.x series or the

Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-11-02 Thread Luigi Bai
Sriram, I have to admit I'm impressed by how politely you said RTFM. :-) You're right; I had gotten out of the habit of reading the BUILDING file, and I'd forgotten it was there. I'll make sure all my dependencies match up by version and will try again. My guess is that I won't need to rebuild

Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-11-02 Thread Sriram N
Luigi, Creating a Maven script would be a great idea. Since I've never used Maven before, this should give me something to start learning Maven with. -- Sriram --- Luigi Bai [EMAIL PROTECTED] wrote: Sriram, I have to admit I'm impressed by how politely you said RTFM. :-) You're right; I

Apache/Tomcat Tieing Issue Still Exists

2003-11-01 Thread mtorgler
examples webapp to the Web server uri space [uri:/examples/*] info=C:/Apache/Tomcat/webapps/examples/ [uri:/servlet/*] info=C:/Apache/Tomcat/webapps/ [status:status] info=Status worker, displays runtime information channel=channel.socket:localhost:8009 [uri:/jkstatus/*] info=Display status

Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-11-01 Thread Luigi Bai
Sriram, It took me a while to figure out where you were going with your question. No, I did not download a tar-gzip distribution; I built 4.1.29 from the (tagged) CVS source (which right there may be part of the problem). I used the versions of commons-* etc from the 4.1.27 distribution that

Debug Help with Apache Tomcat, on WinXP

2003-10-31 Thread mtorgler
=100 # Define the communication channel [channel.socket:localhost:8009] port=8009 #host=127.0.0.1 tomcatId=localhost:8009 debug=1 [ajp13:localhost:8009] channel=channel.socket:localhost:8009 # Map the Tomcat examples webapp to the Web server uri space [uri:/examples/*] info=C:/Apache/Tomcat

Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-10-31 Thread Vic Cekvenich
I speak for many: THANK YOU Remy Maucherat wrote: The Tomcat Team announces the immediate availability of Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta. Please refer to the changelog for the list of changes. Downloads: Binaries: http://jakarta.apache.org/site/binindex.cgi Sources

Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-10-31 Thread Remy Maucherat
Vic Cekvenich wrote: I speak for many: THANK YOU You're welcome :) Hopefully 4.1.29 will be a good release. -- x Rémy Maucherat Senior Developer Consultant JBoss Group (Europe) SàRL x

Apache Tomcat 4.1.29 and Sysdeo plugin

2003-10-31 Thread Carlos Cajina - Hotmail
Playing today with the new Apache Tomcat release I found that the plugin had trouble starting Tomcat within the Eclipse IDE... but also found out that the plugin must be configured to use Tomcat Version 5.x (WindowsPreferencesTomcatTomcat versions radio buttons) instead of version 4.1.x (even

Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-10-31 Thread Luigi Bai
:245) at org.apache.catalina.startup.BootstrapService.main(BootstrapService.java:307) Remy Maucherat wrote: The Tomcat Team announces the immediate availability of Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta. Please refer to the changelog for the list of changes. Downloads

Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-10-31 Thread Sriram N
Hi, Have you downloaded a tgz by chance ? If you have, then use Winzip on windows, or the tar command from the command line, to uncompress Tomcat. Any other application may not uncompress the tgz correctly. e.g. I used the File Roller application that comes with Redhat 9, and it does not extract

[ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-10-31 Thread Remy Maucherat
The Tomcat Team announces the immediate availability of Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta. Please refer to the changelog for the list of changes. Downloads: Binaries: http://jakarta.apache.org/site/binindex.cgi Sources: http://jakarta.apache.org/site/sourceindex.cgi

Please, help with Jsp not working with Apache-Tomcat-mod_jk

2003-10-29 Thread Joaquin Corchero
Hello! I just installed Apache (2.0.47), Tomcat (4.1.27) and mod_jk (1.2.5) in a redhat Machine following the instructions found in http://www.johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html Everything went perfect during the installations except that I configure the apache

Number of processes and relationship to mod_jk, Apache, tomcat

2003-10-28 Thread Andrew Panagos
I am trying to understand the relationship between applications in Tomcat, the number of Tomcat processes, Apache mod_jk and the number of threads. For instance on a system I have the following Apache 1.3.28, Tomcat 4.1.27, Java 1.4.2_02 I use the follow commands to see what is listening to

Re: Number of processes and relationship to mod_jk, Apache, tomcat

2003-10-28 Thread Christopher Schultz
) You should be able to predict this from the httpd.conf file. Do the numbers add up for Apache? Tomcat direct port: lsof -i tcp:8080 | wc -l This gives me 50 process that also correspond to the number of tomcat instances running(i.e. the number of java instances I see in ps ) What UNIX flavor

apache+tomcat+mod-jk2

2003-10-23 Thread Asif Chowdhary
Hi, I am trying to setup apache with mod_jk2 and tomcat on Window. Apache 2.0.43 and tomcat 4.1.18 and mod-jk2 2.0.43 If I use LoadModule jk2_module modules/mod_jk-2.0.43.dll The module is loaded but does not recognize commands such as JkWorkersFile etc. The log file says that the

Re: apache+tomcat+mod-jk2

2003-10-23 Thread Daniel Gibby
JkWorkersFile is no longer a valid directive with mod_jk2. Read the documentation on how to configure mod_jk2. You don't do it the same way as mod_jk, and it is a pain since the documentation is poor. Daniel Asif Chowdhary wrote: Hi, I am trying to setup apache with mod_jk2 and tomcat on

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