RE: Index.jsp page in apache and tomcat config....

2002-10-23 Thread Raj Mettai
need is a META tag in the head of your index.html... META HTTP-EQUIV=Refresh CONTENT=0; URL=index.jsp The client browser will take care of resolving/translating index.jsp to http://some.domain.com/index.jsp; John -Original Message- From: Raj Mettai [mailto:rmettai;broward.edu] Sent

Re: Apache Tomcat on different hosts

2002-10-23 Thread Raj Mettai
Hi Alan, Here it goes. Machine A (Apache), Machine B (tomcat) (both running on solaris) —- httpd.conf changes... —- Below # LoadModule foo_module modules/mod_foo.so Add following lines # # Load mod_jk #

RE: Index.jsp page in apache and tomcat config....

2002-10-22 Thread Raj Mettai
would have no effect. John -Original Message- From: Raj Mettai [mailto:rmettai;broward.edu] Sent: Friday, October 18, 2002 11:41 AM To: [EMAIL PROTECTED] Subject: RE: Index.jsp page in apache and tomcat config I have already defined index.jsp to DirectoryIndex listingBut I

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Raj Mettai
- From: Raj Mettai [mailto:rmettai;broward.edu] Sent: Tuesday, October 08, 2002 4:44 PM To: [EMAIL PROTECTED] Subject: Index.jsp page in apache and tomcat config Hi all, I have apache(2.0.39) and tomcat(4.0.4) configured on different solaris 8 machines using mod_jk such that apache

JkMount for Apache and Tomcat......

2002-10-18 Thread Raj Mettai
Hi all, I have apache(2.0.39) and tomcat(4.0.4) configured on different solaris 8 machines using mod_jk, I want apache to serve all html and images while tomcat handles all jsp and servlets requests. Here is my jkMount from httpd.conf JkMount /*.jsp tomcat1 JkMount /servlet/* tomcat1 This

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Raj Mettai
and automatically forward the request to tomcat. find attached httpd.conf file... thanks a lot -Raj [EMAIL PROTECTED] 10/18/02 08:58AM What about /online/*.jsp instead of /online/* ?John -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 17, 2002 4:11 PM

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Raj Mettai
I have already defined index.jsp to DirectoryIndex listingBut I am wondering even if I have index.jsp in DirectoryIndex and index.jsp is not on apache web-app directory, how would apache know to bring up index.jsp. I think I have to put some specific forwarding rules for Directory links in

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Raj Mettai
yes I did -Raj [EMAIL PROTECTED] 10/18/02 12:46PM On Fri, 18 Oct 2002, Raj Mettai wrote: I have already defined index.jsp to DirectoryIndex listingBut I am wondering even if I have index.jsp in DirectoryIndex and index.jsp is not on apache web-app directory, how would apache know

multiple tomcat instances...

2002-10-14 Thread Raj Mettai
Hi, I am running multiple tomcat instances with load balancing worker on solaris 8. How would you know, when one of the tomcat instances crashes other than doing ps -ef|grep tomcat or prstat quite often. Is there any automatic process to find that one of the tomcat process crashed. (I am

RE: static rules for jk/ajp13

2002-10-14 Thread Raj Mettai
how do I get apache to direct all directory links to tomcat for default document... ex: http://localhost/example should go to http://localhost/example/index.jsp I have following JkMount Config.. JkMount /example/*.jsp ajp13 JkMount /example/servlet/* ajp13 I want to use apache for html and

Code of a method longer than 65535 bytes...

2002-10-11 Thread Raj Mettai
Hi, I have recently moved from tomcat 4.0.4 to tomcat 4.1.2. I am getting Code of a method longer than 65535 bytes on some jsp pages. They use to work fine on 4.0.4. any thoughts Thanks Raj

RE: tomcat4.1.2 - Servlet Error

2002-10-10 Thread Raj Mettai
;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 7:01 PM To: [EMAIL PROTECTED] Subject: tomcat4.1.2 - Servlet Error Hi, I am running tomcat4.1.2 on solaris8. Tomcat is serving jsp pages fine but when I

Re: java.lang.OutOfMemoryError

2002-10-09 Thread Raj Mettai
Hi Sonam Singh, currently, I am passing the max and min values for the memory thru CATALINA_OPTS in catalina.sh (CATALINA_OPTS=-Xms256M -Xmx256M; export CATALINA_OPTS) I think this will increase the default memory right ? thanks Raj [EMAIL PROTECTED] 10/09/02 08:39AM modify the

Re: java.lang.OutOfMemoryError - JDK1.3.1

2002-10-09 Thread Raj Mettai
Hi, what version of mod_jk you are using with tomcat 4.1.12 ? thanks Raj [EMAIL PROTECTED] 10/09/02 04:07AM Hi, I was using the tomcat 4.0.3 with JDK 1.4. Tomcat was integrated with apache using warp connector. I used to have the same problem you have now. I recently upgraded to Tomcat

tomcat4.1.2 - Servlet Error

2002-10-09 Thread Raj Mettai
Hi, I am running tomcat4.1.2 on solaris8. Tomcat is serving jsp pages fine but when I access servlet I am getting HTTP Status 404 and I found following exception in localhost_admin* log file. 2002-10-09 18:31:50 ContextConfig[/admin]: Configured an authenticator for method FORM 2002-10-09

java.lang.OutOfMemoryError

2002-10-08 Thread Raj Mettai
Hi all, I have apache(2.0.39) and tomcat(4.0.4) configured on different solaris 8 machines using mod_jk. I have two instances of tomcat running, each serving different jsp/servlet/bean application. I see lot of OutOfMemory errors in tomcat logs after few hours, some times tomcat totally

Index.jsp page in apache and tomcat config....

2002-10-08 Thread Raj Mettai
Hi all, I have apache(2.0.39) and tomcat(4.0.4) configured on different solaris 8 machines using mod_jk such that apache servers all html and images while tomcat servers jsp and servlets. Here is my jkMount from httpd.conf JkMount /*.jsp tomcat1 JkMount /servlet/* tomcat1 I want to

Not enough space Error: on tomcat 4.0.4

2002-09-24 Thread Raj Mettai
I am running tomcat 4.0.4 on solaris8. I am getting Not enough space error after few days of running when I try to compile a jsp page, every thing works fine once I restart the tomcat. Is it the heap Issue ? I am running tomcat with default values any thoughts ? Here is the error from

Re: Apache2 and Tomcat4 on different boxes

2002-09-23 Thread Raj Mettai
I am referring to the top level container in container hierarchy... -Raj [EMAIL PROTECTED] 09/21/02 12:34AM snip Raj Mettai wrote: server.xml changes on Machine B(tomcat machine) --- Change the both the Engine Tag and Host tag

RE: Apache2 and Tomcat4 on different boxes

2002-09-23 Thread Raj Mettai
yes, It was John, thanks to all the people who helped me wtih this -Raj [EMAIL PROTECTED] 09/23/02 09:00AM Wow, that was a lot of effort! John -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 5:02 PM To: [EMAIL PROTECTED

Running multiple tomcat instances ?????

2002-09-23 Thread Raj Mettai
Hi, what is the best way to run multiple tomcat instances on single solaris box ? 1) Is it Installing multiple tomcats physically. or else 2) Installing once and use different server.xml files to start different instances. any advantages for one over the other ? Also, if I do use 2nd

RE: Running multiple tomcat instances ?????

2002-09-23 Thread Raj Mettai
-Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 11:14 AM To: [EMAIL PROTECTED] Subject: Running multiple tomcat instances ? Hi, what is the best way to run multiple tomcat instances on single solaris

RE: Running multiple tomcat instances ?????

2002-09-23 Thread Raj Mettai
incorrectly in server.xml. Check the docs: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/context.html especially the section entitled Lifecycle Listeners. When you get it working, how about posting a HOWTO? John -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED

RE: Apache2 and Tomcat4 on different boxes

2002-09-20 Thread Raj Mettai
worked fine. -Raj [EMAIL PROTECTED] 09/20/02 04:42AM I have never run Tomcat under an Unix like OS, so I don't now. The host neptune.broward.edu is declared in the network configuration of the machine? ping neptune.broward.edu works? -Message d'origine- De : Raj Mettai [mailto:[EMAIL

RE: Apache2 and Tomcat4 on different boxes

2002-09-20 Thread Raj Mettai
thing worked fine. -Raj [EMAIL PROTECTED] 09/20/02 04:42AM I have never run Tomcat under an Unix like OS, so I don't now. The host neptune.broward.edu is declared in the network configuration of the machine? ping neptune.broward.edu works? -Message d'origine- De : Raj Mettai [mailto

Re: Apache2 and Tomcat4 on different boxes

2002-09-20 Thread Raj Mettai
FQDN - full qualified domain name (ex: jakarta.apache.org) [EMAIL PROTECTED] 09/20/02 05:02AM Hi All. Same here : got Apache2 and Tomcat404 collaborating thru mod_jk.20 today. The new web-server has Apache2 and the old app-server has Apache 1.3.16 ( I cannot change anything on the

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4installed on diffrent machines with mod_jk

2002-09-19 Thread Raj Mettai
I have been fighting to get this configuration work for weeks, I can't wait to see howto for this.. -Raj [EMAIL PROTECTED] 09/19/02 03:18PM Venkat, Yes, I will give you more details, however, I've got higher priority things to do at this moment, so it will take me a few hours before I

RE: Apache2 and Tomcat4 on different boxes

2002-09-19 Thread Raj Mettai
machine, because it'is so strange... Try to restart your test in a clean environement. Save your config files, they seem to me not bad. Try to do a working configuration without mod_ssl. That's poor help... Sorry. But at this step, I don't see anything. -Message d'origine- De : Raj Mettai

Re: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Raj Mettai
, excluding stuff like vhost context mismatches. I now have apache 2.0.40 speak with a remote tomcat 4.1.10 via mod_jk2, which I must say was easier to accomplish, simply because the 4.1.10 connectors source compiles a lot better. Regards Daniel Farinha -Original Message- From: Raj Mettai

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Raj Mettai
is 10.103.2.4 and you have a virtual host listenning on the10.103.2.30 @IP.I don't understand what you want really do.Hopes, it's pointed on your problem... -Message d'origine- De : Raj Mettai [mailto:[EMAIL PROTECTED]] Envoye : mercredi 18 septembre 2002 15:26 A : [EMAIL PROTECTED

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Raj Mettai
/02 11:00AM You have specify that in your httpd.conf: JkWorkersFile /opt/tomcat4/conf/jk/workers.properties JkLogFile /opt/tomcat4/logs/mod_jk.log you have another tomcat installed on your apache server? -Message d'origine- De : Raj Mettai [mailto:[EMAIL PROTECTED]] Envoye : mercredi

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Raj Mettai
-Message d'origine- De : Raj Mettai [mailto:[EMAIL PROTECTED]] Envoye : mercredi 18 septembre 2002 16:42 A : [EMAIL PROTECTED] Objet : RE: Apache2 and Tomcat4 on different boxes Hi Vincent, I had a typo in my servername and Ip address... apache server 10.103.2.4 tomcat

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Raj Mettai
/2.0.39 OpenSSL/0.9.6g mod_jk/1.2.0 configured -- resuming normal operations thanks vincent.. -Raj : Raj Mettai [mailto:[EMAIL PROTECTED]] Envoye : mercredi 18 septembre 2002 17:44 A : [EMAIL PROTECTED] Objet : RE: Apache2 and Tomcat4 on different boxes yes, I have tried both( name and Ip

RE: Apache2 and Tomcat4 on different boxes

2002-09-17 Thread Raj Mettai
the 4.1.10connectors source compiles a lot better.RegardsDaniel Farinha-Original Message-From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: 13 September 2002 20:56To: [EMAIL PROTECTED]Subject: RE: Apache2 and Tomcat4 on different boxesHi, I had hostname on server.xml and IP in workers.properties, I

RE: Apache2 and Tomcat4 on different boxes using mod_sslconnector....

2002-09-12 Thread Raj Mettai
server so that the Apache server can see it, but thesimplest way is to start Tomcat, let it generate mod_jk.conf, and then justcopy it over to the Apache box and HUP Apache.John -Original Message----- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 5:46 PM T

Re: broken pipe and outof memory error

2002-09-12 Thread Raj Mettai
Hi, If your servlets or JSP pages have any problems and you see java.lang.OutOfMemoryError in your log files or in a stack trace generated by the Java Virtual Machine (JVM), then you probably need to increase the JVM's maximum heap size. Solaris 1.2 and 1.3 JVMs have a default maximum heap size

Iplanet6.0 Sp2 + tomcat4.0

2002-09-11 Thread Raj Mettai
Hi All, Anybody successfull in integrating Netscape's Iplanet6.0 sp2 with tomcat4.0 ? I found some docs, but they all refer to Netscape 3.X and 4.X series, I did not see any docs for new versions of Nescape web server. thanks -Raj

RE: How to make apache work both for https

2002-09-09 Thread Raj Mettai
. John -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 12:02 PM To: [EMAIL PROTECTED] Subject: How to make apache work both for https Hi all, I have Installed Apache2.0.39 from source and configured with Tomcat4 using mod_jk

RE: How to make apache work both for https

2002-09-09 Thread Raj Mettai
to make in ssl.conf file. thanks a lot -Raj [EMAIL PROTECTED] 09/06/02 12:06PM http://www.modssl.org/docs/2.8/ Apache 2 has mod_ssl built in, I believe. John -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 12:02 PM

[OFF TOPIC] RE: How to make apache work both for https

2002-09-09 Thread Raj Mettai
shall do my best to refrain from answering such posts in the future. John -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 2:02 PM To: [EMAIL PROTECTED] Subject: RE: How to make apache work both for https thanks again John, both

How to make apache work both for https

2002-09-06 Thread Raj Mettai
Hi all, I have Installed Apache2.0.39 from source and configured with Tomcat4 using mod_jk on solaris8, I want to make Apache work with both http and https, can some one please tell me how to create and install a test certificate on apache and possible changes to conf files to make https

jsp includes in tomcat 4..........

2002-09-06 Thread Raj Mettai
Hi All, I am running tomcat4 on solaris8, when I modify an include in a jsp page (ex: header.inc) the tomcat is not recompiling the page, even after restart the changes are not coming up. If I delete .class files from work folder then tomcat will re-compile the page and the changes are

Re: jsp includes in tomcat 4..........

2002-09-06 Thread Raj Mettai
thanks justin, do you know how to do recursive touch on files in multiple directories, because come includes are being used all across the site...thanks again -Raj [EMAIL PROTECTED] 09/06/02 02:27PM Tomcat won't recompile the jsp unless it sees that the jsp has changed... and following

Apache2 and Tomcat4 or different machines...

2002-09-05 Thread Raj Mettai
Hi, I want to configure Apache2.0.39 with tomcat4.0.4 using mod_jk both running on different machines (solaris8). How do I specify the location of mod_jk.conf file in httpd.conf if they are not on the same box. thanks -Raj

RE: Best Connector for Apache 2x and Tomcat 4x

2002-09-03 Thread Raj Mettai
I followed the following documentation for Apache1.3 and Tomcat4, and it worked great, http://www.johnturner.com/howto/apache-tomcat-howto.html I wanted to know, that the only difference as for as Howto for Apache2 with tomcat4 is concerned is placing mod_jk.so in modules/ as apposed to

web application configuration in Apache+tomcat setup

2002-09-03 Thread Raj Mettai
Hi all, I have my web application running under tomcat path / localhost:8080/, but once I have configured Apache to tomcat the examples application works great localhost/examples but my application defined on path = / (localhost/) is not working, actually apache is looking under /htdocs for

RE: Apach2 and Tomcat4.0 Integration..

2002-08-29 Thread Raj Mettai
, no redirectPort, etc. John Turner [EMAIL PROTECTED] -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 6:10 PM To: [EMAIL PROTECTED] Subject: Apach2 and Tomcat4.0 Integration.. Hi All, Finally I found the binaries for mod_jk.so

RE: Tomcat4.0 with and Apache2

2002-08-27 Thread Raj Mettai
Hi, I am trying to compile apache2.0.39 on solaris 8, with --enable-so(DSO), when I do make, I am getting following error, can anybody help me fixing this error... Making all in dso/unix make[3]: Entering directory `/export/home/klibutti/httpd-2.0.39/srclib/apr/dso/unix' make[4]: Entering

Apach2 and Tomcat4.0 Integration..

2002-08-27 Thread Raj Mettai
Hi All, Finally I found the binaries for mod_jk.so for Apache2.0.39 and Tomcat4.0.4 for solaris8. I did following steps, but the configuration is not working... 1. copied mod_jk.so to {apache.home}/modules 2. modifed {tomcat.home}/serve.xml to for ajp13 connector like this.. Connector

Tomcat4.0 with and Apache2

2002-08-26 Thread Raj Mettai
Hello, We're attempting to connect Tomcat 4.0 to Apache 2.0 but are having problems. All of the existing documention focuses on connecting Apache 1.3 to Tomcat 4.0, but there is nothing we have seen that discusses connecting Tomcat 4.0 to Apache 2.0 and there are enough differences between

RE: Tomcat4.0 with and Apache2

2002-08-26 Thread Raj Mettai
, it seems to be grossly in error. John Turner [EMAIL PROTECTED] -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 2:33 PM To: [EMAIL PROTECTED] Subject: Tomcat4.0 with and Apache2 Hello, We're attempting to connect Tomcat 4.0