RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
Thanks again Randall and Henry for your reply... appreciate that! When I try http://my_web_server/abc, it shows HTTP 400-Bad Request BUT when I try http://my_web_server/pqr, it shows HTTP 404 - File Not Found BUT when I try http://my_web_server, it works fine...which means that APACHE IS NOT

TC5 Nightly : ClassCastException using Cluster manager

2004-03-23 Thread Aadi Deshpande
( let me know if comments regarding nightly builds should be in the tomcat-dev mailing list instead ). Hi, I have a nightly build of Tomcat 5 ( mainly because i need some fixes in HEAD to resolve cross context issues ) , and I've set up the Cluster Manager ( in the updated format ) as

RE: Tomcat and Apache on diff m/c's

2004-03-23 Thread Steven Perry
Sorry, forgot to mention the connector I was using. I to connect using JK. --Steven --- Dale, Matt [EMAIL PROTECTED] wrote: Are you trying to perhaps use JNI to connect them? Thats the only thing I can think of. -Original Message- From: Steven Perry [mailto:[EMAIL PROTECTED]

Re: TC5 Nightly : ClassCastException using Cluster manager

2004-03-23 Thread Aadi Deshpande
As an additional side effect, since this is happening on session expiry the session count keeps getting higher and higher... right now I have 8942 sessions on a single instance! :-) -a Aadi Deshpande wrote: ( let me know if comments regarding nightly builds should be in the tomcat-dev

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Randall Svancara
Sorry about the blank reply. Ok, I tried to mock up your configuration as best I could with the examples webapp of tomocat. So here are the configuration files that I am using. --- httpd.conf -- very last line add this:

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Randall Svancara
Oh, one other thing, make sure your workers.properties file, your ajp13.port is pointing to port 8009. -Original Message- From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 3:23 PM To: Hari Om; Tomcat Users List Subject: RE: Apache+Tomcat + MOD_JK on different

Tomcat 5 Multiple SSL certificates (virtual hosts)

2004-03-23 Thread D'Alessandro, Arthur
We'd like to implement a single Tomcat 5 server running multiple ip address aliases, each with it's own SSL certificate assigned. I do not see a configuration option, other than potentially trying to utilize a different keystore file (each with it's own tomcat alias cert) for each virtual host.

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
Thanks Randall again I tried that but in vain. I am still getting the same error... HTTP 400 Bad Request error...wonder why? It is even NOT working for examples application. Does is have to do something with Virtual Host? Thanks again! HARI OM From: Randall Svancara [EMAIL

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Randall Svancara
Hmmm...I did not even configure any virtual hosts, although I know you can but I rarely do for my implementations. Look in your /var/log/httpd/ directory and send a snippet of your logs so we can see what apache is chocking on. Also might send a snippet of your mod_jk.log. I know it is just

RE: Error Tomcat

2004-03-23 Thread Yansheng Lin
sounds to me like a path problem. why would you want to use two JDK's on one machine? -Original Message- From: Aquison - A. Angeloni Cia Ltda. [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 10:03 AM To: [EMAIL PROTECTED] Subject: Error Tomcat Hi all I have a Sun Box

RE: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Hari Om
Please check the logs 3 files ERROR_LOG [Tue Mar 23 15:50:39 2004] [notice] Apache/2.0.47 (Unix) mod_jk/1.2.2 configured -- resuming normal operations - ACCESS_LOG - [23/Mar/2004:15:51:33 -0700] GET / HTTP/1.1 200 1456

RE: JK2 Connections from Apache2 URL Rewriting

2004-03-23 Thread Yansheng Lin
Hey, Tomcat does support alias! take a look at the Host element:). http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html Can you use apache mod_alias directive instead of the mod_proxy directive? -Yan -Original Message- From: Peter Johnson [mailto:[EMAIL PROTECTED] Sent:

RE: JK2 Connections from Apache2 URL Rewriting

2004-03-23 Thread Peter Johnson
Thanks for the reply but they are referring to a Host Name Alias not a URI alias. i.e. www.company.com == company.com (to steal their example) I require /bar == /foo/bar. I don't believe that mod_alias will work because it operates in a similar fashion to symlinks in *nix. It creates a virtual

RE: tomcat 3.3.1 takes a high time for Minor GC

2004-03-23 Thread Larry Isaacs
Filling the survivor space is part of the GC collection process, not the result of new objects being created. My understanding is that a minor collection with the default collector involves copying to the target survivor space, the live objects in Eden and the other survivor space, maybe except

Sun One Web Server connection to tomcat

2004-03-23 Thread Blumenstein, Mary K.
Does anyone have any experience or knowledge of how to send url requests through Sun One Web server to the Tomcat application server? We have an extranet environment with 3 tiers. Our web server (Sun One Web Server 6.1 SP1) is in our DMZ, the Tomcat application is on our application server in

Re: Sun One Web Server connection to tomcat

2004-03-23 Thread E Cunningham
It's called nsapi_redirector.so or .dll You can find info about it on the jakarta site. e --- Blumenstein, Mary K. [EMAIL PROTECTED] wrote: Does anyone have any experience or knowledge of how to send url requests through Sun One Web server to the Tomcat application server? We have an

Error while trying to integrate apache and tomcat with jni

2004-03-23 Thread Zheng Neil
Hi, I tried hard these days to make tomcat and apache work together with jni but only to find this in the [apache_home_dir]/logs/error_log * error_log * [Tue Mar 23 08:37:46 2004] [notice] Apache/2.0.49 (Unix) mod_jk2/2.0.2 configure d -- resuming normal operations [Tue Mar 23

RE: Error while trying to integrate apache and tomcat with jni

2004-03-23 Thread David Short
I don't believe you can run Tomcat inprocess with Apache on Unix. You need to use sockets. -Original Message- From: Zheng Neil [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 7:58 PM To: [EMAIL PROTECTED] Subject: Error while trying to integrate apache and tomcat with jni Hi,

Cannot open connection conn

2004-03-23 Thread Douglas Bergere
I am running Mac OS X Server 10.3.3. I recently applied an OS patch called Application Server Update an now my Tomcat apps will not run. I am getting 400 and 404 errors telling me that my apps are not deployed. Everything has been working fine for months prior to this update. I was running

RE: Error while trying to integrate apache and tomcat with jni

2004-03-23 Thread Zheng Neil
Thank you for telling me this.But can i ask why? Yes,I have already have apache2.0.40 and tomcat5.19 running together using ajp13. From: David Short [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Error while trying to integrate apache and

RE: Possible thread crossing

2004-03-23 Thread Denise Mangano
Can I please verify something? This webapp has been live since last year and I have never had this problem. I recently reformatted my server changing versions of Tomcat, Apache and RH. The programs and web pages I am using are the same - pulled from backups so nothing has changed. This is my

RE: Possible thread crossing

2004-03-23 Thread Denise Mangano
I just wanted to point out again that this data appears to be getting crossed only with the clients that have the highest volume This is why I am thinking it's a java/Tomcat issue. Perhaps my java isn't using enough memory? (old-newbie guess?) How would I check something like that, and if it

RE: Struts 1.1 +Tomcat 4.0.4 -- RequestProcessor - Exception

2004-03-23 Thread Namasivayam, Sudhakar (Cognizant)
Hi, No luck in that mailing list :( May be i thought this might have to do some thing with tomcat... I am using the default RequestPrcessor only. I m using the default package of struts! Thanks, sudhakar -Original Message- From: Adrian Lanning [mailto:[EMAIL PROTECTED] Sent:

RE: Error while trying to integrate apache and tomcat with jni

2004-03-23 Thread David Short
Don't know, you'll have to ask the developers. I read it here on the list. Just trying to help you avoid a little pain. -Original Message- From: Zheng Neil [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 8:22 PM To: [EMAIL PROTECTED] Subject: RE: Error while trying to integrate

getContext Problem

2004-03-23 Thread Umer Rashid
I am have used this statement on JBoss to get iamges from another War and it works perfectly well: getServletContext().getContext(/outSideWar).getRealPath(/images). but I get error while running this on Tomcat 4.1 . Can anyone please sort out my problem?

GetContext() Problem

2004-03-23 Thread Umer Rashid
I have used this statement on JBoss to get images from another war and it works perfectly well: getServletContext().getContext(/outSideWar).getRealPath(/images). but I get error while running this on Tomcat 4.1 . Can anyone please sort out my problem?

Problem in Welcome-file-list and security

2004-03-23 Thread shanmugampl
Hi, I am using 5.0.19 I have the following definition in my web.xml file welcome-file-list * welcome-file/jsp/test.jsp/welcome-file* /welcome-file-list security-constraint web-resource-collection web-resource-nameSecured Core Context/web-resource-name *

Re: Tomcat 5 Multiple SSL certificates (virtual hosts)

2004-03-23 Thread Bill Barker
IMHO, using separate keystore files is the easiest option. However, it should also be possible to specify which cert to use via the 'keyAlias' attribute on the Connector. D'Alessandro, Arthur [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] We'd like to implement a single Tomcat 5

Re: Possible thread crossing

2004-03-23 Thread David Rees
Denise Mangano wrote, On 3/23/2004 9:01 PM: I just wanted to point out again that this data appears to be getting crossed only with the clients that have the highest volume This is why I am thinking it's a java/Tomcat issue. Perhaps my java isn't using enough memory? (old-newbie guess?) How

RE: Possible thread crossing

2004-03-23 Thread Ralph Einfeldt
That the problem is just happening for users that have the highest volume, might indicate that you have a threading problem. (Like a variable that should only be visible in the current request, is visible to concurrent requests) If there is a threading problem it's most likely in your

Re: Tomcat 5 Multiple SSL certificates (virtual hosts)

2004-03-23 Thread Peter Rossbach
Hello Arthur, I have successfull tested those system with mulple IP Interfaces and different certs. One thing is a good practice: have small Service for admin web application The Engine name are Catalina of this service. Here my example configuration with one Catalina Service an two IP

RE: tomcat certificate

2004-03-23 Thread Idoia Murua Belacortu
We are using Tomcat 5.0.19 over Linux. Idoia Mark Thomas

Re: workers.properties and virtual hosts

2004-03-23 Thread Michael Kastner
Hello Staf, thank you very much for your reply. That was exactly what I needed to know. You saved me a lot of time. Sincerely Michael Kastner staf wagemakers schrieb: staf wagemakers schrieb: It has been a while since I've setup apache with tomcat virtual hosting, so I dont know it by heart.

<    1   2