RotateLogs in Apache 2.0

2006-02-07 Thread Nehal Sangoi
Hi I need to rotate logs in apache 2.0 once they reach the size limit of 5 MB. What commands would work to carry out the reqd. job? Thanks Nehal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: RotateLogs in Apache 2.0

2006-02-07 Thread Nehal Sangoi
My Apologies !! - Nehal -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 11:47 AM To: Tomcat Users List Subject: RE: RotateLogs in Apache 2.0 From: Nehal Sangoi [mailto:[EMAIL PROTECTED] Subject: RotateLogs in Apache 2.0 I

RE: serializing java code

2006-01-23 Thread Nehal Sangoi
-Original Message- From: Nehal Sangoi [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 11:32 PM To: Tomcat Users List (E-mail) Subject: serializing java code Hi I need to serialize my existing java code for implementing Tomcat Clustering feature. Is there any ready-made tool which

RE: unable to load classes

2006-01-11 Thread Nehal Sangoi
Hi How can i change the default classloading hierarchy in Tomcat 5.5.9 ? And would that affect in my Tomcat setup anyway? Please reply to my query because i am stucked up badly at this problem. -Original Message- From: Nehal Sangoi [mailto:[EMAIL PROTECTED] Sent: Friday, January 06

RE: unable to load classes

2006-01-11 Thread Nehal Sangoi
am still trying to make it work... here is a reference to my email message in the list, asking about the context loader: http://mail-archives.apache.org/mod_mbox/tomcat-users/200601.mbox/%3c2006011 [EMAIL PROTECTED] - Segue mensagem original! - De: Nehal Sangoi [EMAIL

RE: unable to load classes

2006-01-05 Thread Nehal Sangoi
Hi Boris, I tried keeping into shared/lib of that particular application. But it reflects the same error again. My requirement of putting these two jars in shared/lib or common/lib is because i need to use them for other 20 more applications. Hence, it would be more convenient to keep one copy

META-INF/context.xml

2006-01-02 Thread Nehal Sangoi
Hi Everyone, I am using manager-deployer to deploy my application war into webapps. Now, when i am keeping my JDBC context details in server.xml (for a permanent entry), my ant build file fails to deploy the war with error as application alreay exists at context path. Hence, i kep my JDBC

HAPPY NEW YEAR

2005-12-30 Thread Nehal Sangoi
Wishing everyone in Tomcat Group, a very Happy and Prosperous New Year 2oo6. Regards, Nehal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

deploy failed

2005-12-19 Thread Nehal Sangoi
Hi, I am facing problem for deploying applications using manager-deployer with my ant build script. What happens is, when i add context details (releated to jdbc connections) in my application's server.xml, and try to deploy the application using build script, it gives me follwoing error.

RE: Please respond to my query --- in need of help badly!!

2005-12-12 Thread Nehal Sangoi
) On the surface, it would appear some of your webapp code is attempting to connect to another service, but doesn't have the privilege to do so. If tomcat is running with a security manager, check it's settings. --David Nehal Sangoi wrote: Hi, I am facing problems while opening lookups for another

RE: enable log4j

2005-11-25 Thread Nehal Sangoi
with. If I find any thing, I will let you know. I hope above things help a bit. Regards, D --- Nehal Sangoi [EMAIL PROTECTED] wrote: Hi Dhaval, I want to enable log4j in debug mode only for one of the tomcat instances which is running using different user -- i.e. other than tomcat-base

enable log4j

2005-11-22 Thread Nehal Sangoi
Hi, I want to enable log4j logger in one of my tomcat instances. I copied log4j-1.2.12.jar to my webapps - war file. This means, under WEB-INF/lib, copied jar file and under WEB-INF/classes, copied log4j.properties. Later, re-sreated warfile and started my tomcat instance. log4j.properties :

enable log4j

2005-11-21 Thread Nehal Sangoi
Hi, I want to enable log4j logger in one of my tomcat instances. I copied log4j-1.2.12.jar to my webapps - war file. This means, under WEB-INF/lib, copied jar file and under WEB-INF/classes, copied log4j.properties. Later, re-sreated warfile and started my tomcat instance. log4j.properties :

RE: ANT build + Read Password

2005-11-08 Thread Nehal Sangoi
Hi Mark, Your concern is correct. Even i was thinking the same. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 12:39 AM To: Tomcat Users List Subject: Re: ANT build + Read Password Nehal Sangoi wrote: Hi All, I want my ANT Build

RE: JkMount

2005-11-03 Thread Nehal Sangoi
Hi All, I could successfully implement load-balancing in tomcat apache setup. I got idea from the foll. case. http://www.junlu.com/msg/189637.html Do exactly same, what he has tried explaining It has worked perfectly fine for me. Regds, Nehal -Original Message- From: Nehal

RE: Tomcat not starting

2005-10-31 Thread Nehal Sangoi
31, 2005 1:58 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Tomcat not starting Nehal, You probably need to reinstall Tomcat. See comment at end of: http://issues.apache.org/bugzilla/show_bug.cgi?id=32931 - Bob --- Nehal Sangoi [EMAIL PROTECTED] wrote: Hi, I am using

RE: Tomcat not starting

2005-10-31 Thread Nehal Sangoi
is in %catalina_home%\common\lib\naming-factory.jar so might be worth checking that you have that -Original Message- From: Nehal Sangoi [mailto:[EMAIL PROTECTED] Sent: Monday 31 October 2005 06:03 To: 'Tomcat Users List (E-mail)' Subject: Tomcat not starting Infact, i am unable

RE: Tomcat not starting

2005-10-31 Thread Nehal Sangoi
Hi, There was permission issues on common/lib jar files and they were not accessible by my other tomcat instances. I changed permissions and its working fine now. Thanks Nehal -Original Message- From: Nehal Sangoi [mailto:[EMAIL PROTECTED] Sent: Monday, October 31, 2005 2:48 PM

JkMount

2005-10-31 Thread Nehal Sangoi
How can i JkMount same URI twice in httpd.conf with different worker specified? e.g. i want to mount /example/* twice using different worker name. JkMount /example/* worker1 JkMount /example/* worker2 But this is not working. How should i configure to achieve my motto? Regds, Nehal

RE: JkMount

2005-10-31 Thread Nehal Sangoi
Hi, I tried as follows My workers.properties : workers.java_home=/usr/j2se ps=/ worker.list=test1,test2,test3,test4 ## TEST1 CONNECTOR worker.test1.port= worker.test1.host=xxx.xxx.xxx.xxx worker.test1.type=ajp13 ## TEST2 CONNECTOR worker.test2.port= worker.test2.host=xxx.xxx.xxx.xxx

Tomcat not starting

2005-10-30 Thread Nehal Sangoi
Hi, I am unable to start one of my tomcat instances. But its getting crashed before it starts. Follwoing are the errors found. Oct 31, 2005 12:09:47 AM org.apache.tomcat.util.digester.Digester startElement SEVERE: Begin event threw error java.lang.NoClassDefFoundError:

RE: Tomcat not starting

2005-10-30 Thread Nehal Sangoi
not starting Nehal, Please supply versions of Java and Tomcat that you are using. - Bob --- Nehal Sangoi [EMAIL PROTECTED] wrote: Infact, i am unable to start all tomcat instances and result is follwoing error Pls help!! Hi, I am unable to start one of my tomcat instances. But its getting

RE: Securing Manager Role

2005-10-27 Thread Nehal Sangoi
, e.g. /opt/bin/java? or if you're under some unix environment like FreeBSD, you can just use 'md5' or 'sha1' provided by system: % sha1 -s 'passphrase here' it will produce the same result for you. On 10/27/05, Nehal Sangoi [EMAIL PROTECTED] wrote: Hi, I modified my server.xml as follows

RE: Securing Manager Role

2005-10-26 Thread Nehal Sangoi
-Original Message- From: Nehal Sangoi [mailto:[EMAIL PROTECTED] Sent: Monday, October 24, 2005 10:05 AM To: 'Tomcat Users List' Subject: Securing Manager Role Hi, How can i encrypt the manager user's password in tomcat-users.xml file? I need to keep manager-deployer thing be secured

HTTP Status 404 - Servlet ControlServlet is not available

2005-10-26 Thread Nehal Sangoi
How can i resolve this error? I added manager context in server.xml first. Then deployed webapp using ant script. again, modified server.xml by inserting context for jdbc conn. and all. Restarted tomcat and apache. But this is not working.

RE: Do not want change into the warfile name

2005-10-24 Thread Nehal Sangoi
, not clay. Am not sure why you want the war not be named with context name, as it's the expected behaviour of tomcat. Nehal Sangoi a écrit : Hi All, I need to deploy only one warfile. e.g = example.war to multiple tomcat instances having different context names. Currently, i am using ant's build

Remote deployments in Tomcat 5.5.9

2005-10-22 Thread Nehal Sangoi
Hi, I am currently implementing Tomcat 5.5.9 on solaris10. I need to know the configuration details of manager deployer, that can be used to deploy webapps on remote tomcat hosts. I have written an ant build script. But that is doing only a deployment and onto local machine itself. Please guide