Re: How to disable AutoDeploy in Tomcat 4.1.29 ?

2004-03-10 Thread Ankur Shah
suviswan wrote: Hi I have tried changing autoDeploy=false in server.xml. But it's not working. It's still discovering the web applicatios under webapps directory. Any ideas ? Try setting the deployOnStartup property to false in your host definition. Look at section Automatic

Re: virtual host in tomcat 4?

2004-03-09 Thread Ankur Shah
SH Solutions wrote: Hi So if I add the following somewhere in my server.xml file the user that types www.aa.com will be pointed to http://myipaddress:8080/webapps/aa/index.jsp? No. As I have already said, there is NOTHING, you can to to archieve this. Yes he can. If the hosting

Re: Tomcat monitor plugin Prototype

2004-03-09 Thread Ankur Shah
Peter Lin wrote: well I've managed to get a rough prototype coded and working. I don't want to check it into JMeter's CVS yet, since the code is still ugly and needs to be cleaned up. I'm planning on posting it on my system tonight. Anyone interested in testing it and giving me feedback? it

Re: virtual host in tomcat 4?

2004-03-09 Thread Ankur Shah
SH Solutions wrote: Hi Yes he can. If the hosting company for aa.com is kind enough to allow him to URI forward his domain to http://myipaddress:8080 or 8443 (that is if he has port 8443 visible from outside, which I think he said he does.), he'll almost get what he wants. Which would in

[OT] Re: virtual host in tomcat 4?

2004-03-09 Thread Ankur Shah
Forte, Graham wrote: This is getting a little off-topic, but here goes: I think I need to take baby steps. My goal right now is to be able to access my development machine from another machine on the LAN. Right now I have to type the following to access my dev machine from another LAN box:

Re: [OT] Re: Process Died | Production

2004-03-03 Thread Ankur Shah
Christopher Schultz wrote: I've experienced even more random crashes (SEGV). It turned out to be bad memory (or bus), and it only showed up under pretty heavy load. :( This is a little OT, but just out of curiosity, has anybody been successful in gaining root/tomcat/whatever-uid shell by

[OT] Re: Process Died | Production

2004-03-02 Thread Ankur Shah
Christopher Schultz wrote: I've had the displeasure of experiencing a Tomcat JVM core dump on me not too long ago (in a multi-user development environment, fortunately) on a Sparc/Solaris box. It turned out to be due to insufficient swap memory in the system. I didn't see any

Re: Process Died | Production

2004-03-01 Thread Ankur Shah
Shapira, Yoav wrote: Yeah, I've encountered internal crashes, as I imagine many others on the list have. In my case it was due to missing Solaris OS patches. The hs_err produced by the JVM when it has an internal crash sometimes says things like could not allocate font package xxx which is a

Re: Tomcat and SSL: problem with expiration of VeriSign Global Server ID Intermediate Root

2004-03-01 Thread Ankur Shah
Jörn Böckenkamp wrote: It IS easy when you're using a self-signed cert, but I have to use one from VeriSign and I don't think that I can regenerate the VeriSign cert with a new date :-) Did you try importing the new certificate directly into the user's keystore? For example, if you run the

Re: Very Very Slow performance of Tomcat - Connection Pool Dies

2004-02-20 Thread Ankur Shah
Harry Mantheakis wrote: If your firewall drops idle connections after some time, you will need to tune a couple of settings. In your sysctl settings for the Apache machine, set your tcp keepalive time to a value lower than the drop time of your firewall. I have a very strict firewall

Re: include files

2004-02-12 Thread Ankur Shah
...and if you're a windowz fanatic, you still have hope. You can download a copy of touch from: ftp://ftp.microsoft.com/Services/TechNet/samples/ps/win98/Reskit/FILE/ (TOUCH.EXE, is what you're looking for) or you could simply install Cygwin, the greatest unix emulator on the face of this

Re: [OT] Re: JavaScript Doubt

2004-01-26 Thread Ankur Shah
Shapira, Yoav wrote: Howdy, Is it really necessary to include a 20-line legal disclaimer in a 20 character long response? I'm a fan of mailing list etiquette, but in defense of this poster, many companies add disclaimers to outgoing messages without knowledge, (explicit) consent, or

Re: Tomcat und SSL

2004-01-26 Thread Ankur Shah
Unless you've resolved the issue recently, both URIs come up fine for me. Tested on Mozilla 1.6b and IE 6.0 Lars Schreiber wrote: Hi thanks for help and for confidene to my english knowledge :-) in order that you understand my problem.. i have prepared a link for you

Re: error-page for exception-code

2004-01-26 Thread Ankur Shah
Merrill Cornish wrote: I originally had errorPage declarations at the top of all my JSP pages, which worked. Then I heard about the error-page element in web.xml. So I replaced all of the individual errorPage declarations with: error-page

Re: [OT] Prohibited Content

2004-01-26 Thread Ankur Shah
Philipp Taprogge wrote: Ha... just got another one... if complained about my message having different SMTP-To: and MIME-To: headers. I am not sure if that's what you got as well. I'm getting the same error from a Symantic server, specifically hosted by the leds.com domain. Its due to the fact

Re: [OT] installing new java jdk

2004-01-26 Thread Ankur Shah
Try the following URI under wget to see if that works for you: http://tinyurl.com/yugvm Its the download link to the J2SDK 1.4.2 RPM. Adam Hardy wrote: That trick with wget didn't work for me because wget complained it couldn't run the https protocol. Is there a wget that will run https?

[OT] Re: JavaScript Doubt

2004-01-23 Thread Ankur Shah
[EMAIL PROTECTED] wrote: as already said..pls maintain list protocols... Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com [Redundant disclaimer snipped] which, BTW includes the following section from the Netiquette Guidelines (RFC 1855) - If

Re: JSP not reloading

2003-12-23 Thread Ankur Shah
A few things to try here: 1. What happens when you access your JSPs directly through tomcat (port 8080?). Do you get the same result? 2. What happens when you do $touch foo.jsp? Does your server pick up the changes, then? 3. Did you try upgrading to 5.0.16? *duck* Mike Curwen wrote: Alright,

Re: JSP not reloading

2003-12-23 Thread Ankur Shah
Mike Curwen wrote: 3. Did you try upgrading to 5.0.16? *duck* no, we're not wanting to use 5.0 until (probably) 5.1. There's nothing we need from the new servlet spec. I didn't mean for you to switch over to 5.x for good (If you didn't want to, that is). I just wanted to see if you

Re: JSP not reloading

2003-12-23 Thread Ankur Shah
Also, If you're still open to ideas, what happens when you do this with your old/new server: 1. You make changes in a different (examples) context? 2. Do you get a 404 (File not found) error if you move foo.jsp to fooX.jsp? Mike Curwen wrote: -Original Message- From: Ankur Shah

Re: TC5 + SSL: Keystore password bound to default changeit?

2003-12-09 Thread Ankur Shah
Remy Maucherat wrote: Baer Peter Christoph Alexander wrote: Hi! I have a question about something, I observe, but don't want to believe... ;-) Tomcat 5 can use my keystore, but only if the password is changeit, the default password. Now, the docs say, one should use this, but with TC

Re: SSL problem with TC 5.0.16

2003-12-08 Thread Ankur Shah
Are you able to query your keystore (D:\ourwebapp\certificate\keystore) using the specified password from the command-line? For instance, what happens when you do this?: c:\%JAVA_HOME%/bin/keytool -list -keystore D:\ourwebapp\certificate\keystore -storepass yeahsure I just downloaded TC 5.0.16,