Replace a token with in a text file with ANT

2005-08-10 Thread Asif Chowdhary
Hi, I have a .bat file in which I want to replace the @ symbol with a quotation mark . How do you do that in ANT. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: TC Apache integration

2005-07-28 Thread Asif Chowdhary
Hope this helps http://www.johnturner.com/howto/winxp-howto.html http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/confighowto.html -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, July 28, 2005 2:46 AM To: Tomcat Users List Subject: RE: TC

RE: RE: mod_jk2.so load problem with apache2 (winxp)

2004-06-04 Thread Asif Chowdhary
Hi Jeffrey, Where did u download the mod-jk2 binary for apache 2.0.49. Thanks -Original Message- From: Jeffrey A. Worman [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 9:03 AM To: Tomcat Users List Subject: Re: RE: mod_jk2.so load problem with apache2 (winxp) I forgot to

Tomcat service.bat %SERVICE_NAME% variable length

2004-05-25 Thread Asif Chowdhary
Hi, Can you tell me what is the maximum string length that %SERVICE_NAME% variable can accept. Does it allow spaces in the name? I am creating a install nt service bat file and whenever I have the service name exceed beyond a certain length it gives me a error. Thanks AC

RE: RE : 2 Tomcat instances on the same server ?

2004-05-13 Thread Asif Chowdhary
This should ease your pain: Change JAVA Home base on your JRE ::Starting Tomcat as an NT Service echo off set PATH=%PATH%;%CATALINA_HOME% set SERVICENAME=mysecondtomcat set CATALINA_BASE=C:\Program Files\mydirectory set JAVACLASSPATH=%CLASSPATH% set

Availability of mod-jk2 for Apache 2.0.49 on RHLinux

2004-05-13 Thread Asif Chowdhary
Hi, Can anyone tell me when will the mod-jk2 connector will be available for Apache 2.0.49. Thanks Asif - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Mod-jk2 binaries availability for Apache 2.0.49

2004-05-06 Thread Asif Chowdhary
Hi, Does anyone know when mod-jk2 binaries will be available for Apache 2.0.49 for Red Hat Linux 9.0 Kernel 2.4.20-8. Thanks Asif - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Mod-jk2 availability for Apache 2.0.49

2004-05-06 Thread Asif Chowdhary
Hi, Does anyone know when mod-jk2 binaries will be available for Apache 2.0.49 for Red Hat Linux 9.0 Kernel 2.4.20-8. Thanks Asif - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Verification of Sun JRE1.4.2

2004-04-22 Thread Asif Chowdhary
Is there a specific file which I can check to verify if the client has JRE 1.4.2 installed on its machine? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [newbie] tomcat5+apache2 virtual hosting

2004-04-22 Thread Asif Chowdhary
You need to use mod-jk2 in order to enable apache and tomcat integration. You can then create what ever virtual host you want in apache and server your jsp's. -Original Message- From: Mark Page [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 1:24 PM To: Tomcat Users List Subject:

Tomcat on linux : IBM JDK 1.3.1 -

2004-03-10 Thread Asif Chowdhary
Hi, I am installing tomcat on RH9. Tomcat version is 4.1.27 and the file is jakarta-tomcat-4.1.27.tar.gz The installation works with JDK 1.4 but tomcat does not start when I try to use JDK 1.3.1 The browser returns the message Unable to connect to localhost with http://localhost:8080/. Any

RE: Tomcat on linux : IBM JDK 1.3.1 -

2004-03-10 Thread Asif Chowdhary
Nothing gets written to the log file. Catalina.out is created and the process seems to start when I issue the grep command. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 11:51 AM To: Tomcat Users List Subject: RE: Tomcat on linux : IBM

RE: Tomcat on linux : IBM JDK 1.3.1 -

2004-03-10 Thread Asif Chowdhary
-Original Message- From: Asif Chowdhary [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 10. März 2004 17:42 To: [EMAIL PROTECTED] Subject: Tomcat on linux : IBM JDK 1.3.1 - Hi, I am installing tomcat on RH9. Tomcat version is 4.1.27 and the file is jakarta-tomcat-4.1.27.tar.gz The installation

Tomcat Version and Mod_jk2

2004-03-02 Thread Asif Chowdhary
Does Tomcat version 4.0.3 support mod_jk2? Thanks Asif - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Proxy through apache not working correctly

2004-02-27 Thread Asif Chowdhary
Hi, I put my application context and it works fine. ProxyPass /context http://mysite.net:8080 ProxyPassReverse /context http://mysite.net:8080 -Original Message- From: Michael Forster [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 11:14 AM To: [EMAIL PROTECTED] Subject: Proxy

[INFO] ChannelSocket - -connection timeout reached

2004-02-02 Thread Asif Chowdhary
Hi I am running the RH linux with apache and mod_jk2. On the window machine I have tomcat. When I run the examples I see this message in the windows console where tomcat is running. [INFO] ChannelSocket - -connection timeout reached Do I need to increase the time in server.xml or

RE: Apache + Tomcat

2003-12-18 Thread Asif Chowdhary
To compile mod_jk2 on linux you require: Apache Portable Runtime (APR) apr-0.9.4.tar.gzhttp://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 in Table 2?5: Table 2?5:make Error

RE: mod_jk Tomcat and Apache httpd two different machines?

2003-12-17 Thread Asif Chowdhary
Yes its possible. I installed the mod_jk2-2.0.43.dll in apache/modules. Here is what I put into the diffrent config files: httpd.conf: just one single row like this: LoadModule jk2_module modules/mod_jk2-2.0.43.dll Then I added a worker2.properties in Apache/conf/ like this: [logger]

RE: defining multiple tomcat server on one workers2.properties file

2003-12-17 Thread Asif Chowdhary
In the workers2.properties file specify the second instance of your tomcat and the port number. For example [channel.socket:localhost:8009] info=Ajp13 forwarding over socket debug=0 tomcatId=localhost:8009 [channel.socket:localhost:8010] info=Ajp13 forwarding over socket debug=0

RE: Need help with connectors

2003-12-12 Thread Asif Chowdhary
This should solve your problem httpd.conf: just one single row like this: LoadModule jk2_module modules/mod_jk2-2.0.43.dll Then I added a worker2.properties in Apache/conf/ like this: [logger] level=DEBUG file=c:/programme/apache group/apache2/logs/jk2.log [config] file=c:/programme/apache

RE: Need help with connectors

2003-12-12 Thread Asif Chowdhary
with this right now). Don't pay me too much attention if the answer is RTFM. Shouldn't the port for jk2 connector be 8009 instead of 8010? -Original Message- From: Asif Chowdhary [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 3:56 PM To: Tomcat Users List Subject: RE: Need

RE: Tomcat 5 and oracle

2003-12-10 Thread Asif Chowdhary
Deploy these two files in share/common/lib directory oracle-8.1.7nls_charset12.jar oracle-8.1.7classes12.jar -Original Message- From: John Sidney-Woollett [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 12:25 PM To: Jonathan Drnek Cc: [EMAIL PROTECTED] Subject: Re: Tomcat 5

RE: Two Tomcats and One Apache Web Server

2003-12-09 Thread Asif Chowdhary
Hi, I have done that with Apache on Linux and multiple instances of tomcat on same NT machine. It works. I think as long as tomcat is started in its own JVM separately from the first one you should not have any problem. -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED]

RE: Two Tomcats and One Apache Web Server

2003-12-09 Thread Asif Chowdhary
Hi Greg, Are u using Apache with SSL? If yes, should all client requests show up in ssl access or request log. Should a windows application also put logs info in the same log files or do I need to configure something else. Thanks -Original Message- From: [EMAIL PROTECTED]

RE: Apache 2.0.48 and Tomcat 4.1.29 and JK2

2003-12-05 Thread Asif Chowdhary
As far as I know. Tomcat has to be started first and then the apache web server. Also in server.xml you have to define coyote connector listening on port 8009 or some other port. 8009 is the default. -Original Message- From: Tom Holmes Jr. [mailto:[EMAIL PROTECTED] Sent: Friday, December

RE: Your configuration Files

2003-12-04 Thread Asif Chowdhary
did you see the jkstatus page is the jk2.shm file created when you start apache. -Original Message- From: Asif Chowdhary Sent: Thursday, December 04, 2003 10:07 AM To: [EMAIL PROTECTED] Subject: RE: Your configuration Files Try this [shm] info=Scoreboard. Required for reconfiguration

RE: Your configuration Files

2003-12-04 Thread Asif Chowdhary
Try this [shm] info=Scoreboard. Required for reconfiguration and status with multi process servers file=/var/log/httpd/jk2.shm size=1 -Original Message- From: Ingmars Rubenis [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 7:41 AM To: Asif Chowdhary Subject: Re: Your

Monitoring Apache Traffic

2003-12-04 Thread Asif Chowdhary
Hi, Is there any way to determine if the contents sent from the client to the server is encrypted or not? I am not using a browser as a client. I am using a windows application. If I can see the contents then I will know if SSL is working. Any tools that will sniff the line to display the

RE: Re[2]: Your configuration Files

2003-12-04 Thread Asif Chowdhary
1 1 [Thu Dec 04 19:16:29 2003] [error] lb.service() worker failed 21000 for ajp13:localhost:8019 [Thu Dec 04 19:16:29 2003] [error] msgAjp.receive(): Bad signature 00 Asif -Original Message- Asif From: Asif Chowdhary Asif Sent: Thursday, December 04, 2003 10:07 AM Asif To: [EMAIL

RE: Re[4]: Your configuration Files

2003-12-04 Thread Asif Chowdhary
19:16:29 2003] [error] lb.service() worker Asif failed 21000 for ajp13:localhost:8019 Asif [Thu Dec 04 19:16:29 2003] [error] msgAjp.receive(): Bad signature 00 Asif -Original Message- Asif From: Asif Chowdhary Asif Sent: Thursday, December 04, 2003 10:07 AM Asif To: [EMAIL PROTECTED] Asif

RE: Please Help: Inconsistent Load Balancing info mod_jk2

2003-12-03 Thread Asif Chowdhary
have a problem in fail over scenario. I described this scenario in the bugs database: http://issues.apache.org/bugzilla/show_bug.cgi?id=24882 Can you tell me if you have a similar behavior please? Thanks! Marco - Original Message - From: Asif Chowdhary [EMAIL PROTECTED] To: Tomcat Users

Please Help: Inconsistent Load Balancing info mod_jk2

2003-12-02 Thread Asif Chowdhary
The apache documentation say that higher the number the greater the number of requests which tomcat will receive. The tomcat definitive Guide from orielly says that the lower the number the greater the number of requests a tomcat instance will receive. What is correct? Which instance will get

RE: Please Help: Inconsistent Load Balancing info mod_jk2

2003-12-02 Thread Asif Chowdhary
at lb_factor=4 and one at lb_factor=8 and the distribution if I have 150 sessions active the server with lb_factor=4 has 49 and the server with lb_factor=8 has 101 This can be seen at @ http://www.nacrraware.net/cluster/ -Dave At 10:32 AM 12/2/2003, Asif Chowdhary wrote: The apache documentation say

Load Balancing Factor Tomcat-mod-jk2

2003-12-01 Thread Asif Chowdhary
Which instance will get more requests? First or Second #First instance of tomcat in workers2.properties lb_factor = 10 #Second instance of tomcat in workers2.properties lb_factor = 20 Thanks - To unsubscribe, e-mail:

Internal Server Error 500

2003-11-28 Thread Asif Chowdhary
Hi, I have apache running on linux with tomcat on NT. Servlets work fine but when I try to load a JSP from the examples It give Internal Server Error 500 Context not configured. Linux 9.0 Apache 2.0 Tomcat 4.1.27 Any help is appreciated.

What is the minimum version of Tomcat that will work with JK2?

2003-11-28 Thread Asif Chowdhary
Hi, What is the minimum version of Tomcat that will work with JK2? 4.0.3, 4.1.27etc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

shm.file

2003-11-27 Thread Asif Chowdhary
Hi, Apache running on linux with mod_jk2 Tomcat on windows. Running Do I need to create a map to the shm file defined on the Linux server. What is the purpose of this file and what is the recommended size? Thanks - To

mod-jk2 on Linux. Tomcat on a NT server

2003-11-26 Thread Asif Chowdhary
Hi, I have mod-jk2 working on Linux where I can see the JKstatus page. My tomcat is running on an NT server. Do I need to configure the jk2.properties file as well. Thanks Asif mailto:[EMAIL PROTECTED] www.xeye.com

RE: make error of mod-jk2 in Redhat Linux

2003-11-25 Thread Asif Chowdhary
Subject: Re: make error of mod-jk2 in Redhat Linux go to ${apache2.home}/lib and link libapr-0.so to libapr.so and try again... this hint shamelessly lifted from: http://www.pubbitch.org/jboss/mod_jk2.html On Fri, 2003-11-21 at 16:01, Asif Chowdhary wrote: After running the ./configure --with-apxs2

RE: JK2

2003-11-25 Thread Asif Chowdhary
Do you mean running multiple applications within their own virtual hosts. Check Virtual Hosting. -Original Message- From: yuval [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 3:58 PM To: [EMAIL PROTECTED] Subject: JK2 Hi, I would like the tomcat to work with more than 1

make error of mod-jk2 in Redhat Linux

2003-11-21 Thread Asif Chowdhary
After running the ./configure --with-apxs2=/usr/sbin/apxs I run the make command I get this error. Please Help /usr/bin/ld: cannot find -lapr-0 collect2: ld returned 1 exit status make[1]: *** [../../../build/jk2/apache2/jkjni.la] Error 1 make[1]: Leaving directory

RE: mod_jk + apache 2.0.40 + redhat 9.0

2003-11-20 Thread Asif Chowdhary
Hi Peter, where you able to find rpm for mod-jk2 for redhat 9.0. I have not been able to find? Thanks Asif -Original Message- From: Peter Maas [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 11:24 AM To: Tomcat Users List Subject: mod_jk + apache 2.0.40 + redhat 9.0 Hi

Where can I find mod-jk2 for RedHat 9.0?

2003-11-20 Thread Asif Chowdhary
Asif Chowdhary System Analyst x.eye incorporated Phone: (905) 624-6608 ext. 280 mailto:[EMAIL PROTECTED] www.xeye.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: mod_jk + apache 2.0.40 + redhat 9.0

2003-11-20 Thread Asif Chowdhary
Thanks for the help -Original Message- From: Oscar Carrillo [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 12:14 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: mod_jk + apache 2.0.40 + redhat 9.0 I would suggest using more than one as a reference in case something

Can someone recommend a hardware device to Load Balance Tomcat

2003-11-18 Thread Asif Chowdhary
Hi, I would like to put an apache server which forwards the requests to LoadBalancer which then distributes the load to various instances of Tomcat. I am looking for a hardware device which will do that? Any recommendations. Asif Chowdhary System Analyst x.eye incorporated Phone: (905) 624

RE: Can someone recommend a hardware device to Load Balance Tomcat

2003-11-18 Thread Asif Chowdhary
recommend a hardware device to Load Balance Tomcat foundry networks, good stuff Filip - Original Message - From: Asif Chowdhary [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 1:37 PM Subject: Can someone recommend a hardware device to Load Balance Tomcat Hi, I

RE: Can someone recommend a hardware device to Load Balance Tomcat

2003-11-18 Thread Asif Chowdhary
. The changes to mod_jk to ease taking a server off-line comes very close to the concept of unbinding a server that you get with the foundry equipment. John Moore -Original Message- From: Asif Chowdhary [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 1:37 PM To: [EMAIL PROTECTED

Instead of mod_jk2 can you use a hardware solution for load balancing

2003-11-17 Thread Asif Chowdhary
Hi, Has anyone on tried using a Cisco Load balancer or any other hardware device for load balancing instead of mod_jk2. Any Pros and Cons. Thanks Asif Chowdhary System Analyst x.eye incorporated Phone: (905) 624-6608 ext. 280 mailto:[EMAIL PROTECTED] www.xeye.com

RE: Apache+Tomcat+Windows, how?

2003-11-11 Thread Asif Chowdhary
This will solve your problems. The internal module name is different with modjk2 and the commands are different. Below you have the config file you need to make it work. I installed the mod_jk2-2.0.43.dll in apache/modules. Here is what I put into the diffrent config files: httpd.conf: just

RE: JVM paramaters with Tomcat Windows service

2003-11-11 Thread Asif Chowdhary
For the tomcat service, select the properties option. At the bottom of the General Tab Window you will see a place to specify' start parameters. You can specify the parmaters there. -Original Message- From: Marcel Stor [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 2:37 AM To:

RE: JVM paramaters with Tomcat Windows service

2003-11-11 Thread Asif Chowdhary
paramaters with Tomcat Windows service Along these lines, what parameters would be recommend to increase the amount of RAM taken by the JVM? - Original Message - From: Asif Chowdhary [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 9

RE: I need stop one Service

2003-11-11 Thread Asif Chowdhary
The only other solution is that you run three separate instances of tomcat which refer to the same code base and each instance is installed as separate service. Need to do alot of manual copying of files and creating batch files etc. -Original Message- From: [EMAIL PROTECTED]

RE: Load balancing a standalone Tomcat 4.1

2003-11-11 Thread Asif Chowdhary
Yes you can cluster and load balance tomcat using mod-jk2 Connector -Original Message- From: Dean Searle [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 2:27 PM To: Tomcat Users List Subject: Load balancing a standalone Tomcat 4.1 I have searched around to find this and have

RE: Tomcat 4.1.26 on Win2000

2003-11-06 Thread Asif Chowdhary
This will install it as a service. Create a batch file with the info below: Will Work ::Starting Tomcat as an NT Service echo off set PATH=%PATH%;%CATALINA_HOME% set SERVICENAME=Brenda-Tomcat Service set CATALINA_BASE= The base directory for Tomcat set JAVACLASSPATH=%CLASSPATH% set

RE: RE: RE: Connection Apache - Tomcat

2003-11-03 Thread Asif Chowdhary
mappings? Thanks, -Peter -Original Message- From: Asif Chowdhary [EMAIL PROTECTED] Sent: Mon, 3 Nov 2003 10:18:01 -0500 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

RE: JK2 and workers2.properties

2003-10-29 Thread Asif Chowdhary
Look into virtual hosts to run multiple websites -Original Message- From: jakarta [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 7:22 AM To: [EMAIL PROTECTED] Subject: JK2 and workers2.properties I have two apps on the some pc with different domains one domain works fine

RE: Help needed with Apache 2.0.47 Tomcat 4.1.27 + mod_jk

2003-10-29 Thread Asif Chowdhary
Check yesterdays email from me or Florian -Original Message- From: Joaquin Corchero [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 10:13 AM To: [EMAIL PROTECTED] Subject: Help needed with Apache 2.0.47 Tomcat 4.1.27 + mod_jk Hi! I'm new in tomcat and I have a problem (very

RE: Connecting Apache 2.0.47 to Tomcat 4.0.6

2003-10-29 Thread Asif Chowdhary
I think Apache 2.0 works with mod_jk2. and the configuration is very different from mod_jk1.2. The directives such as JkWorkersFile JKMount dont work with mod_jk2. -Original Message- From: Ahmad, Kashif [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 10:42 AM To: '[EMAIL

RE: Connecting Apache 2.0.47 to Tomcat 4.0.6

2003-10-29 Thread Asif Chowdhary
.x doesn't work with 1.2 at all. Just clarifying. Thanks ;-) Kashif -Original Message- From: Asif Chowdhary [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 10:50 AM To: Tomcat Users List Subject: RE: Connecting Apache 2.0.47 to Tomcat 4.0.6 I think Apache 2.0 works

RE: Connecting Apache 2.0.47 to Tomcat 4.0.6

2003-10-29 Thread Asif Chowdhary
of the message (I signed up today) Thank you very much - Original Message - From: Asif Chowdhary [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 3:49 PM Subject: RE: Connecting Apache 2.0.47 to Tomcat 4.0.6 I think Apache 2.0 works with mod_jk2

RE: Tomcat 5 clustering

2003-10-29 Thread Asif Chowdhary
You also have to think about load balancing along with clustering. Once you have clustered you have to distribute the load to different tomcat instances. You can use Apache + mod_jk2 connector (load balancing). In the workers2.properties file you can define how you want to assign weights to

RE: mod_jk2 binary for Apache 2.0.47/Win

2003-10-28 Thread Asif Chowdhary
Hi, Apache 2.0.47 will work with mod_jk2 connector. I have it working on my machine. In apache httpd.conf LoadModule jk2_module modules/mod_jk2.dll (I named it mod_jk2.dll) workers2.properties file in your apache2/conf/ directory #For the first tomcat listening on port 8009 First instance of

RE: mod_jk2 binary for Apache 2.0.47/Win

2003-10-28 Thread Asif Chowdhary
file. -Florian Asif Chowdhary wrote: Hi, Apache 2.0.47 will work with mod_jk2 connector. I have it working on my machine. In apache httpd.conf LoadModule jk2_module modules/mod_jk2.dll (I named it mod_jk2.dll) workers2.properties file in your apache2/conf/ directory #For the first

RE: mod_jk2 binary for Apache 2.0.47/Win

2003-10-28 Thread Asif Chowdhary
and there. This is not the most predictable of all methods, perhaps. Regards, -Florian Asif Chowdhary wrote: No I dont have that file in the conf directory. The documentation is very confusing. It works fine -Original Message- From: Florian Ebeling [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 10

What should be the size of shm.file in workers2.properties

2003-10-27 Thread Asif Chowdhary
Hi, When configuring apache + tomcat + mod-jk2 is there a recommended size fo shm.file? Asif Chowdhary mailto:[EMAIL PROTECTED] www.xeye.com - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: shm.create(): error mmapping

2003-10-24 Thread Asif Chowdhary
[shm] file=C:/apache/apache2/logs/shm.file size=1048576 debug=0 I have this in my workers2.properties file and seems to work. -Original Message- From: Bruce Ashton [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 9:42 AM To: '[EMAIL PROTECTED]' Subject: shm.create(): error

RE: shm.create(): error mmapping

2003-10-24 Thread Asif Chowdhary
thinnk it might be the Apache version that makes the difference. I'm assuming you are running Apache 2 given your file= line. -Original Message- From: Asif Chowdhary [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 15:46 To: Tomcat Users List Subject: RE: shm.create(): error mmapping

apache+tomcat+mod-jk2

2003-10-23 Thread Asif Chowdhary
that the properties file is not set. I am attaching the log file from apache. Your help is appreciated. Thanks Asif error.log Asif Chowdhary System Analyst x.eye incorporated Phone: (905) 624-6608 ext. 280 mailto:[EMAIL PROTECTED] www.xeye.com

RE: redirect?

2003-10-23 Thread Asif Chowdhary
Hi Michael, If you installed this on a windows environment can you tell me how to set up or where can I find more info. I have tested various builds etc. I get the localhost/jkstatus page but not the examples. Your help is greatly appreciated. Thanks Asif -Original Message- From: