Apache Tomcat Web Root Path Disclosure Vulnerability

2005-10-10 Thread Vineet Bhatia
Hello, One of our customers running Apache Tomcat version 4.1.29 ran some type of a vulnerability scanner which detected an "Apache Tomcat Web Root Path Disclosure Vulnerability". Did some research on the net and many sites mentioned that this vulnerability only affected 4.0.3.

Re: apache --> tomcat (mod_jk) works on localhost but not other hosts

2005-10-10 Thread Scott MacAlvone
Thanks for the tip Lyndon. It took a few tries, but I finally got it right, I think! __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: apache --> tomcat (mod_jk) works on localhost but not other hosts

2005-10-10 Thread Scott MacAlvone
--- Lyndon Tiu <[EMAIL PROTECTED]> wrote: > On Mon, 10 Oct 2005 09:01:04 -0700 (PDT) > tomcat-user@jakarta.apache.org wrote: > > I'm very new to tomcat and apache. I've set up > apache > > to forward to tomcat using mod_jk. It works fine > on > > the localhost, but if I try to connect through to

Re: apache --> tomcat (mod_jk) works on localhost but not other hosts

2005-10-10 Thread Lyndon Tiu
On Mon, 10 Oct 2005 09:01:04 -0700 (PDT) tomcat-user@jakarta.apache.org wrote: > I'm very new to tomcat and apache. I've set up apache > to forward to tomcat using mod_jk. It works fine on > the localhost, but if I try to connect through to > tomcat from any other host I get 404 file not found,

apache --> tomcat (mod_jk) works on localhost but not other hosts

2005-10-10 Thread Scott MacAlvone
I'm very new to tomcat and apache. I've set up apache to forward to tomcat using mod_jk. It works fine on the localhost, but if I try to connect through to tomcat from any other host I get 404 file not found, although I can connect to apache. As follows: These work on localhost: http://localhos

Re: Apache & Tomcat Virtual Host question

2005-10-06 Thread Aria Bamdad
Nikola, Thank you very much for you good comments. I agree that port based servers are not common. The reason we use them is for separating for example internal web sites and external public web sites. Using host name based virtual hosting, you have to give a different host name to each port.

Re: Apache & Tomcat Virtual Host question

2005-10-06 Thread Nikola Milutinovic
Aria Bamdad wrote: Hi, I asked this question yesterday and got no hints from anyone. Since then, I have been able to accomplish what I want using multiple instances of Tomcat. However, I would much rather use one instance and serve requests on different Apache port. Does anyone have ANY commen

Re: Apache & Tomcat Virtual Host question

2005-10-06 Thread Aria Bamdad
Hi, I asked this question yesterday and got no hints from anyone. Since then, I have been able to accomplish what I want using multiple instances of Tomcat. However, I would much rather use one instance and serve requests on different Apache port. Does anyone have ANY comments regarding my issue

Configuring https on apache tomcat 5.5.9

2005-10-05 Thread vineesh kumar
Hi all, I am trying to configure tomcat 5.5.9 with SSL support.I followed the instructions from apache site. But the problem is I can use the server ay 8080 but at 8443 it's not workin with https. I am not getting any exception.Everything is showing fine.but the port is not open.I think some one ca

Apache & Tomcat Virtual Host question

2005-10-05 Thread Aria Bamdad
Hi, Sorry if this has been asked before but I can't find any such example.. I have Apache talking to Tomcat and everything works fine. My situation is as follows: I am using Apache VirtualHost directive to set different document roots depending on the PORT number the request comes in. So, I am

[ANN] Apache Tomcat 5.5.12-alpha Released

2005-09-23 Thread Yoav Shapira
23 September 2005 - Apache Tomcat 5.5.12-alpha Released The Apache Tomcat team is proud to announce the immediate availability of Tomcat 5.5.12-alpha. This version contains several bug fixes, including an import change to session attribute storage concurrency that is required by the upcoming

Re: RES: Problems with gzip compression with Apache/Tomcat cluster and Firefox

2005-09-22 Thread Tim Funk
You need mod_gzip or mod_deflate(?) if your using apache in front of tomcat (via jk) -Tim Acácio Furtado Costa wrote: Hi We're having problems to configure gzip using TC559/Apache Cluster... We moved the compression="on" and others gzip declarations from "connector 80" to "8009" in all Tomc

RES: Problems with gzip compression with Apache/Tomcat cluster and Firefox

2005-09-21 Thread Acácio Furtado Costa
TED] Enviada em: sexta-feira, 20 de maio de 2005 13:15 Para: tomcat-user@jakarta.apache.org Assunto: Problems with gzip compression with Apache/Tomcat cluster and Firefox We have recently been experimenting with enabling gzip/deflate compression via our Apache/Tomcat cluster, but have encountere

RE: Configuring Apache tomcat

2005-09-03 Thread Alan Williamson
> I need help to configure jakarta-tomcat to send a high volume of packet > sockets trhought a servlet application. > > It should send aprox 5000 sockets in a short time > > Can someone recommend me a configuration of maxThreads etc, > at the web.xml file. I think what you are looking for is a

Configuring Apache tomcat

2005-09-02 Thread Raul Garcia
Hi all, I'm new at the list, my name is Raul. I need help to configure jakarta-tomcat to send a high volume of packet sockets trhought a servlet application. The server is dual processor Intel 3.4Ghz 4 Gb RAM. It should send aprox 5000 sockets in a short time (About 15 minutes max) Can someone

[ANN] Apache Tomcat v5.5.11-alpha Released

2005-08-23 Thread Remy Maucherat
The Apache Tomcat team is proud to announce the immediate availability of Apache Tomcat 5.5.11-alpha, which includes bugfixes over Apache Tomcat 5.5.10-alpha. The Release notes are available at http://jakarta.apache.org/tomcat/tomcat-5.5-doc/RELEASE-NOTES Please refer to the change log for

Can't start tomcat: java.lang.NoClassDefFoundError: org/apache/tomcat/util/log/SystemLogHandler

2005-08-22 Thread cfu
eless, when trying to run it from a (NIS) remote account, which actually acceses its home directory via NFS, I get the following error: java.lang.NoClassDefFoundError: org/apache/tomcat/util/log/SystemLogHandler at java.lang.Class.getDeclaredConstructors0 (Native Method)

apache-tomcat front/backend problems

2005-08-18 Thread Daryn
Hi there first time mailing to this list so apologies if this is not the place to ask this question. if so, please tell me where to go. (yes, I know. whole heap of dodgy replies to that last sentence. :) I've recently configured an apache front end with virtual hosting on port 8000 to relay to

apache-tomcat front/backend problems

2005-08-18 Thread Daryn
Hi there first time mailing to this list so apologies if this is not the place to ask this question. if so, please tell me where to go. (yes, I know. whole heap of dodgy replies to that last sentence. :) I've recently configured an apache front end with virtual hosting on port 8000 to relay to

Re: Apache/Tomcat integration - Update

2005-08-16 Thread Kyle
Darryl L. Miles wrote: Do you have a line in Apache: NameVirtualHost *:80 I dont think ServerName should have the port number after it. This and ServerAlias are Host: header matching values. Darryl, yes I do. However the ServerName directive I have been referring to in all msgs is t

Re: Apache/Tomcat integration - Update

2005-08-16 Thread Darryl L. Miles
Do you have a line in Apache: NameVirtualHost *:80 I dont think ServerName should have the port number after it. This and ServerAlias are Host: header matching values. I suspect your only remaining problem now is to get Apache and Tomcat to see the same website document roots for the sam

Re: Apache/Tomcat integration - Update

2005-08-16 Thread Kyle
Ok, One step at a time. Thanks so far Darryl. I now have it working across the internal network, but not externally. The next step is what do I now need to do so that I can see the jsp/servlets-examples pages externally?? Also, as I understand it, this format means that TC 5.5.9 will be the

Re: Apache/Tomcat integration - What am I doing wrong?

2005-08-16 Thread Darryl L. Miles
he "ServerName" directive in httpd.conf The "ServerName" for the default VHost AND yet ANother different defaultHost/Host name for Tomcat Different No. The idea is that you can service some content via Apache directly (maybe this is also PHP or Perl) and other content via Apach

Re: Apache/Tomcat integration - What am I doing wrong?

2005-08-16 Thread Kyle
Darryl, thanks the reply. Responses inline Darryl L. Miles wrote: Kyle wrote: I have Apache serving multiple VHosts. I want to (eventually) integrate different versions of Tomcat into different VHosts, but for now, I'd settle for just 5.5.9 working with my default Apache VHost. Apache wor

Re: Apache/Tomcat integration - What am I doing wrong?

2005-08-16 Thread Darryl L. Miles
Kyle wrote: I have Apache serving multiple VHosts. I want to (eventually) integrate different versions of Tomcat into different VHosts, but for now, I'd settle for just 5.5.9 working with my default Apache VHost. Apache works dandy alone on :80. Tomcat works just fine on :8080. I have the js

Apache/Tomcat integration - What am I doing wrong?

2005-08-15 Thread Kyle
Hi, I really hope you folk can help me, cause I'm tearing my hair out. Apache 2.0.54 Tomcat 5.5.9 JK 1.2.14.1 I have Apache serving multiple VHosts. I want to (eventually) integrate different versions of Tomcat into different VHosts, but for now, I'd settle for just 5.5.9 working with my defa

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-15 Thread Kiarna Boyd
Hi, I've been following this thread for a bit and can offer some of my painfully gained insights. I have Apache, tomcat 5.0.28, mod_jk and SSL. This is not a real fix, just my workarounds. It drove me nuts forever until I figured out that Apache webserver does not successful apply re

Re: Apache + Tomcat + Mod_JK + SSL How to? Got it.

2005-08-14 Thread Stanczak Group
It was something simple. I didn't have to mod_jk directive setup on the virtual host with ssl. Stanczak Group wrote: Mladen Turk wrote: Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure co

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
Mladen Turk wrote: Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure connection, so that's why I'm making it sound like a redirect. Hmm. You are still unclear. Seems to me that you are sayi

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
test time Stanczak Group wrote: Mladen Turk wrote: Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure connection, so that's why I'm making it sound like a redirect. Hmm. You are still un

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
Mladen Turk wrote: Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure connection, so that's why I'm making it sound like a redirect. Hmm. You are still unclear. Seems to me that you are sayi

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Mladen Turk
Stanczak Group wrote: I'm not familiar with mod_jk, but in Tomcat when using SSL I can put in a security constraint and it will redirect to a secure connection, so that's why I'm making it sound like a redirect. Hmm. You are still unclear. Seems to me that you are saying that you can access yo

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
url work with ssl and without in mod_jk. Where should I look to see why this one works but my app doesn't? Stanczak Group wrote: I know this has been asked, but the all the emails and on-line docs don't seem to make sense to me. What I have is this. Apache, Tomcat, Mod_JK all runn

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Mladen Turk
nd on-line docs don't seem to make sense to me. What I have is this. Apache, Tomcat, Mod_JK all running and working on my server. The SSL on Apache is working as well. All I want to do is have certain urls use SSL on Apache. So when you go to /site it's non-ssl, which works now, but wh

Re: Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
;t seem to make sense to me. What I have is this. Apache, Tomcat, Mod_JK all running and working on my server. The SSL on Apache is working as well. All I want to do is have certain urls use SSL on Apache. So when you go to /site it's non-ssl, which works now, but when you access /admin

Apache + Tomcat + Mod_JK + SSL How to?

2005-08-14 Thread Stanczak Group
I know this has been asked, but the all the emails and on-line docs don't seem to make sense to me. What I have is this. Apache, Tomcat, Mod_JK all running and working on my server. The SSL on Apache is working as well. All I want to do is have certain urls use SSL on Apache. So when you

Enable SSL stack trace within Apache Tomcat service

2005-08-05 Thread tam wei
Hi all, I am trying to log the handshaking process of SSL. I have added in the Java debug options (-Djavax.net.debug=all) in the Apache Tomcat Service configuration window; however i can't see any SSL handshaking msg in the log files. I am running Tomcat as services. My tomcat version is

apache/tomcat/mysql cluster info request

2005-07-26 Thread Kiarna Boyd
Good Morning, I'm looking for suggestions on a large scale tomcat cluster for one deployed app. I currently run our app happily with all server apps smushed on one server. Apache webserver 2.0.52/mod_jk/tomcat5.0.28/mysql 4.1.7 on Fedora Core 3. My company wants to deploy a site that would gen

Error while deploying a web application in Apache/Tomcat

2005-07-19 Thread Chamarthy, Ravi Kiran \(Exchange\)
Hi,   We have Apache and Tomcat installed in Sun OS 5.8.   When i am trying to deploy a new web application in the server ,  i am getting the following error.--

Re: Trying to configure apache, tomcat and mod_jk

2005-07-14 Thread Matthew Strawbridge
Thanks to Paul Constantine and Alan Chandler for their responses. I've managed to get it all working (eventually!). I think there were two stumbling blocks: 1. I had rebuild Apache but was accidentally running the old version, so the httpd.conf was not being picked up. 2. Paul's blog clarified w

Re: Trying to configure apache, tomcat and mod_jk

2005-07-11 Thread Alan Chandler
On Monday 11 July 2005 14:54, Matthew Strawbridge wrote: > Hi > > After spending several days trying to set this up from the > documentation, I've finally decided I need some expert help. I am no expert, but I got it to work See my blog on http://home.chandlerfamily.org.uk/archive/21/taking-the

Re: Trying to configure apache, tomcat and mod_jk

2005-07-11 Thread Paul George Constantine
Hey Matthew, I'm no expert, but I can tell you what I did to get it running. I'm running Apache 2.0 on Fedora Core 4. I basically ended up just rolling back my versions to get things to work. I rolled back to Tomcat 5.0.28 with mod_jk 1.2.10. It's true. The documentation on the web is out of dat

Trying to configure apache, tomcat and mod_jk

2005-07-11 Thread Matthew Strawbridge
Hi After spending several days trying to set this up from the documentation, I've finally decided I need some expert help. I have a server set up with several domains sharing an IP address. I want to be able to have JSP files in amongst my static files, and have apache serve the static ones an

RE: Apache + Tomcat with Mod_jk

2005-07-11 Thread Shailendra Gatade
Users List; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Apache + Tomcat with Mod_jk > Shailendra Gatade wrote: > > Hi All, > > > > I am trying to connect Apache 2 ( Linux ) with Tomcat 5.0 ( Win2K ) > > using mod_jk. I'm facing several problems regarding t

RE: Apache + Tomcat with Mod_jk

2005-07-11 Thread Shailendra Gatade
riday, July 08, 2005 7:37 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Apache + Tomcat with Mod_jk Shailendra Gatade wrote: > Hi All, > > I am trying to connect Apache 2 ( Linux ) with Tomcat 5.0 ( Win2K ) using > mod_jk. I'm facing several problems regarding this ... >

Re: Apache + Tomcat with Mod_jk

2005-07-08 Thread Steve Ochani
> Shailendra Gatade wrote: > > Hi All, > > > > I am trying to connect Apache 2 ( Linux ) with Tomcat 5.0 ( Win2K ) > > using mod_jk. I'm facing several problems regarding this ... > > > > Initially i was using mod_jk2.so which is deprecated and also not > > recomended for Production Environment. >

Re: Apache + Tomcat with Mod_jk

2005-07-08 Thread Justin Crabtree
Shailendra Gatade wrote: > Hi All, > > I am trying to connect Apache 2 ( Linux ) with Tomcat 5.0 ( Win2K ) using > mod_jk. I'm facing several problems regarding this ... > > Initially i was using mod_jk2.so which is deprecated and also not recomended > for Production Environment. > > I am not ab

RE: Apache + Tomcat with Mod_jk

2005-07-07 Thread Toshio SUGAHARA
a.apache.org > Subject: Apache + Tomcat with Mod_jk > > > Hi All, > > I am trying to connect Apache 2 ( Linux ) with Tomcat 5.0 ( Win2K ) using > mod_jk. I'm facing several problems regarding this ... > > Initially i was using mod_jk2.so which is deprecated and also no

Apache + Tomcat with Mod_jk

2005-07-07 Thread Shailendra Gatade
Hi All, I am trying to connect Apache 2 ( Linux ) with Tomcat 5.0 ( Win2K ) using mod_jk. I'm facing several problems regarding this ... Initially i was using mod_jk2.so which is deprecated and also not recomended for Production Environment. I am not able to find the proper mod_jk.so for Apache.

Re: SLL on Apache Tomcat 4.1

2005-06-29 Thread Rajasekar
Hi, You can get the SSL for tomcat only. Now thawte and verisign supports ssl for tomcat itself. and Now if you are using Tomcat integrated with Apache, go for Apache SSL. But you can implement SSL only for tomcat. Regards Raj On 6/29/05, Marilyn Belcher <[EMAIL PROTECTED]> wrote: > > I

SLL on Apache Tomcat 4.1

2005-06-29 Thread Marilyn Belcher
I am trying to register at Verisign for an SSL certificate. We are running Tomcat 4.1 on our server. In order to obtain a CSR on the server, I must specify whether I want the Apache SSL or the Mod SSL. Can you please tell me which option I need to choose? Thanks Marilyn Marilyn Belcher

Re: Apache-Tomcat Servlet Mapping Issues

2005-06-22 Thread Steve Ochani
; these are > the error messages in mod_jk.log: > > [Wed Jun 22 09:04:08 2005] [mod_jk.c (2313)]: mod_jk::jk_translate, > check alias_dir: /usr/apache/tomcat/webapps [Wed Jun 22 09:04:08 2005] > [mod_jk.c (2337)]: mod_jk::jk_translate, AutoAlias child_dir: > loginhandler [Wed J

Re: Apache-Tomcat Servlet Mapping Issues

2005-06-22 Thread Hari Mailvaganam
lone is turned off and Apache is turned on, that same > page always throws a 404 error for "site/loginhandler"; these are the error > messages in mod_jk.log: > > [Wed Jun 22 09:04:08 2005] [mod_jk.c (2313)]: mod_jk::jk_translate, check > alias_dir: /usr/apache/tomcat

Apache-Tomcat Servlet Mapping Issues

2005-06-22 Thread David Rickard
_jk.log: [Wed Jun 22 09:04:08 2005] [mod_jk.c (2313)]: mod_jk::jk_translate, check alias_dir: /usr/apache/tomcat/webapps [Wed Jun 22 09:04:08 2005] [mod_jk.c (2337)]: mod_jk::jk_translate, AutoAlias child_dir: loginhandler [Wed Jun 22 09:04:08 2005] [mod_jk.c (2363)]: mod_jk::jk_translate, A

Re: Utilizing Port 81 for Apache/Tomcat

2005-06-21 Thread Anoop kumar V
2005 13:08 > To: Tomcat Users List > Subject: Re: Utilizing Port 81 for Apache/Tomcat > > > U need to configure that in httpd.conf of new apapche instance > > change directive port > > regards > Vijay > > [EMAIL PROTECTED] said the following on 21/06/2005 5:32

RE: Utilizing Port 81 for Apache/Tomcat

2005-06-21 Thread Raghupathy,Gurumoorthy
And also the port for ajp13 listener and worker.properties and server.xml .. Make sure that they don't clash with each other -Original Message- From: Anand Vijay [mailto:[EMAIL PROTECTED] Sent: 21 June 2005 13:08 To: Tomcat Users List Subject: Re: Utilizing Port 81 for Apache/Tomca

Re: Utilizing Port 81 for Apache/Tomcat

2005-06-21 Thread Anand Vijay
U need to configure that in httpd.conf of new apapche instance change directive port regards Vijay [EMAIL PROTECTED] said the following on 21/06/2005 5:32 PM: I am running Apache 1.3 and Tomcat 3.3 currently in my production environment. I want to test Apache 2.0 and Tomcat 5.5 in the same e

Utilizing Port 81 for Apache/Tomcat

2005-06-21 Thread uttam.g.dubal
I am running Apache 1.3 and Tomcat 3.3 currently in my production environment. I want to test Apache 2.0 and Tomcat 5.5 in the same environment and ensure that all the virtual hosts which I am accessing are in fact accessible through that configuration. In order to do this, I must keep the curren

Apache/Tomcat in-process

2005-06-16 Thread Christine Ho
hi, Anybody knows how to make apache and tomcat are running in the same process? I read somewhere and said that it can be done but it is not easy. Anyone tried it? if so, please give me some pointers. thanks, Christine __ Do You Yahoo!? Tired of s

Re: Apache Tomcat JK1.2 Connector

2005-06-13 Thread Mladen Turk
Darrell Bechtel wrote: Both workers are setup to communicate to the localhost using port 8009?? Perhaps your /etc/hosts file has a entry that resolves the 'localhost' to that IP address. Anyhow use 127.0.0.1 instead localhost to be sure. Regards, Mladen. --

RE: Apache Tomcat JK1.2 Connector

2005-06-12 Thread Darrell Bechtel
Both workers are setup to communicate to the localhost using port 8009?? Darrell -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Sunday, June 12, 2005 9:11 PM To: 'Tomcat Users List' Subject: RE: Apache Tomcat JK1.2 Connector Look in the Ap

RE: Apache Tomcat JK1.2 Connector

2005-06-12 Thread David Short
Look in the Apache2\conf\workers.properties file. -Original Message- From: Darrell Bechtel [mailto:[EMAIL PROTECTED] Sent: Sunday, June 12, 2005 5:41 PM To: tomcat-user@jakarta.apache.org Subject: Apache Tomcat JK1.2 Connector I have connected these 2 servers previously, but I am now

Apache Tomcat JK1.2 Connector

2005-06-12 Thread Darrell Bechtel
I have connected these 2 servers previously, but I am now running into problems getting apache 2.0.5 to communicate with tomcat 5.5.9 using the jk1.2 connector on the Fedora Core 3 test 4. From looking through the jk log file it appears that apache is trying to communicate to 66.103.44.3:8009. I

Re: apache-tomcat-mod_jk-ssl

2005-05-24 Thread Tom Holmes Jr.
I have Tomcat 5.5.9 and Apache 2.0.54 running on Windows 2000, connecting them with mod_jk (not jk2). The only thing I want to do now is have Apache run Tomcat in-process like I did with jk2, is this possible? And if it is, what files do I need to update and configure? Thanks.

apache-tomcat-mod_jk-ssl

2005-05-24 Thread faisal
hi guyz i ve just configured to use my tomcat 5.5.x running on win2k machine with apache web server 2.0.49 running on fedora core 2 machine. my application are running perfectly well. infact i m noticing a certain level of increase in performance. however, i get into troubles as soon as i take my l

Problems with gzip compression with Apache/Tomcat cluster and Firefox

2005-05-20 Thread B.J. Guillot
We have recently been experimenting with enabling gzip/deflate compression via our Apache/Tomcat cluster, but have encountered some problems with the way the compression works with the Firebox browser. When Firefox brings up a compressed page for the first time, it looks fine. If they reload a

Re: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Len Popp
; Thanks - Richard > > -Original Message- > From: Len Popp [mailto:[EMAIL PROTECTED] > Sent: Monday, May 16, 2005 8:33 AM > To: Tomcat Users List > Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp > > I've been thinking about the same

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
Ed, Thank you - a very cool reference with a number of tricks/knowledge. - Richard -Original Message- From: Gmail User [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 1:23 PM To: Tomcat Users List Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp I believe

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
Ed, Thank you - a very cool reference with a number of tricks/knowledge. - Richard -Original Message- From: Gmail User [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 1:23 PM To: Tomcat Users List Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp I believe

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
ginal Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 12:36 PM To: Tomcat Users List Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp I had a similar requirement in my app... We had a two-hour window per day when the app was unav

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
ginal Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 12:36 PM To: Tomcat Users List Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp I had a similar requirement in my app... We had a two-hour window per day when the app was unav

Re: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Will Hartung
> From: "Richard Mixon (qwest)" <[EMAIL PROTECTED]> > Sent: Tuesday, May 17, 2005 7:53 AM > Will, > > Thanks - that may be the simplest solution. It just seems errors prone > (i.e. updating one of the httpd.conf files, but not the other). Still > its appealing for my situation. I am going to bette

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Subir Sengupta
"Downtime" with a Apache/Tomcat webapp I had a similar requirement in my app... We had a two-hour window per day when the app was unavailable because background tasks were processing. The server was still up, and so was the app technically, but it was not available. I wrote a fi

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
. - Richard -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 4:43 PM To: Tomcat Users List Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp > From: "Richard Mixon (qwest)" <[EMAIL PROTECTED]> > Sent: Sun

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
. - Richard -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 4:43 PM To: Tomcat Users List Subject: Re: How to do "Downtime" with a Apache/Tomcat webapp > From: "Richard Mixon (qwest)" <[EMAIL PROTECTED]> > Sent: Sun

Re: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Will Hartung
> From: "Richard Mixon (qwest)" <[EMAIL PROTECTED]> > Sent: Sunday, May 15, 2005 8:57 PM > I'm curious how folks handle letting users know that their webapp is > down when doing maintenance. We have an alternate httpd.conf file for Apache that is configured to send everybody to "site down come ba

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
quick and I do not think it disrupts active Tomcat sessions (in other contexts). Thanks - Richard -Original Message- From: Len Popp [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 8:33 AM To: Tomcat Users List Subject: Re: How to do "Downtime" with a Apache/Tomcat we

RE: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-17 Thread Richard Mixon (qwest)
quick and I do not think it disrupts active Tomcat sessions (in other contexts). Thanks - Richard -Original Message- From: Len Popp [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 8:33 AM To: Tomcat Users List Subject: Re: How to do "Downtime" with a Apache/Tomcat we

Re: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-16 Thread Gmail User
I believe this link has the info you are looking for. It discusses displaying error messages by Apache when the app server is down. http://wiki.apache.org/cocoon/ApacheModProxy Ed On Mon, 2005-05-16 at 11:33 -0400, Len Popp wrote: > I've been thinking about the same problem, but I haven't gotte

Re: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-16 Thread Frank W. Zammetti
I had a similar requirement in my app... We had a two-hour window per day when the app was unavailable because background tasks were processing. The server was still up, and so was the app technically, but it was not available. I wrote a filter to take care of this. I had a flag in applicatio

Re: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-16 Thread Len Popp
I've been thinking about the same problem, but I haven't gotten around to working on it seriously. How about this: Instead of fiddling with the JkMount directives in Apache, swap the web.xml in your Tomcat app so it points to a minimal servlet that returns the "Out of service" page for all requ

How to do "Downtime" with a Apache/Tomcat webapp

2005-05-15 Thread Richard Mixon (qwest)
I'm curious how folks handle letting users know that their webapp is down when doing maintenance. We've got a pretty standard setup. Our informational/static site is served by Apache 2.0.x. We use mod_jk to link to a page in our webapplications, triggering CMA for authentication and login. We run

How to do "Downtime" with a Apache/Tomcat webapp

2005-05-15 Thread Richard Mixon (qwest)
I'm curious how folks handle letting users know that their webapp is down when doing maintenance. We've got a pretty standard setup. Our informational/static site is served by Apache 2.0.x. We use mod_jk to link to a page in our webapplications, triggering CMA for authentication and login. We run

Re: Free reporting s/w that works with apache+tomcat

2005-05-11 Thread U K Laxmi
ial product so it is no longer > free. > > Good luck! > > On Mon, 2005-05-09 at 23:57 -0700, U K Laxmi wrote: > > I'm developing a web application using > apache+tomcat > > on windows 2000 machine. I'm using Ms Access 2003 > as > > the backend. I&#x

Re: Apache+Tomcat

2005-05-11 Thread Hari Mailvaganam
Scenario two will be less hassle - unless you need a feature of Apache HTTP Server. If you plan to only use Apache HTTP Server as a listener for http request - it will be better off with the Tomcat alone. If, for any particular reason, you absolutely wish to use the Apache HTTP server as the http

Re: Apache+Tomcat

2005-05-11 Thread Oto Bossert
Yoo, If you need PHP than standalone tomcat is not an option you want, to my opinion! Greetings O. On 5/11/05, Anoop kumar V <[EMAIL PROTECTED]> wrote: > We use tomcat standalone on production - most of our pages are dynamic (95%) > and the user load is ~7000 and it has been behaving awesome - w

Re: Apache+Tomcat

2005-05-11 Thread Anoop kumar V
We use tomcat standalone on production - most of our pages are dynamic (95%) and the user load is ~7000 and it has been behaving awesome - we use 4.1.31. hth, Anoop On 5/11/05, Nikola Milutinovic <[EMAIL PROTECTED]> wrote: > > Praveen KUMAR wrote: > > > Hello, > > > > I am little bit confuse

Re: Free reporting s/w that works with apache+tomcat

2005-05-11 Thread David Johnson
ursor to a commercial product so it is no longer free. Good luck! On Mon, 2005-05-09 at 23:57 -0700, U K Laxmi wrote: > I'm developing a web application using apache+tomcat > on windows 2000 machine. I'm using Ms Access 2003 as > the backend. I'm using JSP for developing web >

Re: Apache+Tomcat

2005-05-11 Thread Nikola Milutinovic
Praveen KUMAR wrote: Hello, I am little bit confuse in following decision: Should be use 1- Apache (2.0.54) + Tomcat (5.0.28) in production with tomcat listener (through Coyote connector) configured with mod_jk (1.2.12) with apache 2- Or Standalone Tomcat (with their standard apache provided by t

Re: Free reporting s/w that works with apache+tomcat

2005-05-11 Thread U K Laxmi
uot; > > Sent: Wednesday, May 11, 2005 3:47 AM > Subject: Re: Free reporting s/w that works with > apache+tomcat > > > > Guess, this is more suiting to my problem. > > > > Thanks for the information. > > Laxmi > > > > --- Joe Plautz &

Re: Free reporting s/w that works with apache+tomcat

2005-05-10 Thread Gurumoorthy
use jasper reports with ireports ( GUI ) for jasper ... very nice :o) - Original Message - From: "U K Laxmi" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, May 11, 2005 3:47 AM Subject: Re: Free reporting s/w that works with apache+tomcat > G

RE: Apache+Tomcat

2005-05-10 Thread Caldarale, Charles R
> From: Praveen KUMAR [mailto:[EMAIL PROTECTED] > Subject: Apache+Tomcat > > What would be difference in both the scenarios in terms of > performance and reliability? Reliability: (very) generally, the fewer moving parts, the less chance of problems. Performance: only you

Re: Apache+Tomcat

2005-05-10 Thread Jason Bainbridge
k (1.2.12) with apache > 2- Or Standalone Tomcat (with their standard apache provided by tomcat) If you need to ask this question then you should be using Apache Tomcat standalone using the Coyote connector that comes standard. If you have specialized needs that aren't being met by Tomcat standa

Apache+Tomcat

2005-05-10 Thread Praveen KUMAR
Hello, I am little bit confuse in following decision: Should be use 1- Apache (2.0.54) + Tomcat (5.0.28) in production with tomcat listener (through Coyote connector) configured with mod_jk (1.2.12) with apache 2- Or Standalone Tomcat (with their standard apache provided by tomcat) What would be

Re: Free reporting s/w that works with apache+tomcat

2005-05-10 Thread U K Laxmi
; > > > > > >>-Original Message- > >>From: U K Laxmi [mailto:[EMAIL PROTECTED] > >>Sent: Tuesday, May 10, 2005 9:53 AM > >>To: Tomcat Users List; [EMAIL PROTECTED] > >>Subject: Re: Free reporting s/w that works with > apache+

RE: Free reporting s/w that works with apache+tomcat

2005-05-10 Thread U K Laxmi
hssf/quick-guide.html#HeaderFooter > > > > > > -Original Message- > > From: U K Laxmi [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, May 10, 2005 9:53 AM > > To: Tomcat Users List; [EMAIL PROTECTED] > > Subject: Re: Free reporting s/w that works with > apa

Re: Free reporting s/w that works with apache+tomcat

2005-05-10 Thread U K Laxmi
Sure. It's a good pointer to me to look into. Sure to do more study on this. Thank you. Laxmi --- Mike Trotman <[EMAIL PROTECTED]> wrote: > This is not a solution - but a recommendation. > > If you output your Excel files in the XML format - > then you can specify > whatever you like (excludin

Re: Free reporting s/w that works with apache+tomcat

2005-05-10 Thread Mike Trotman
This is not a solution - but a recommendation. If you output your Excel files in the XML format - then you can specify whatever you like (excluding charts). A simple way to determine what XML you need is to create a test Excel file 1st and then save it as XML and paramterise it. You can set Page

Re: Free reporting s/w that works with apache+tomcat

2005-05-10 Thread Joe Plautz
Footer -Original Message- From: U K Laxmi [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 9:53 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Free reporting s/w that works with apache+tomcat Thank you for the information. What i mean by header & footer is, column head

RE: Free reporting s/w that works with apache+tomcat

2005-05-10 Thread Mike Curwen
ay 10, 2005 9:53 AM > To: Tomcat Users List; [EMAIL PROTECTED] > Subject: Re: Free reporting s/w that works with apache+tomcat > > > Thank you for the information. > > What i mean by header & footer is, column headers and > some information like model number, date and

  1   2   3   4   5   6   7   8   9   10   >