RE: gc output for tomcat?? where is it

2004-11-15 Thread Shapira, Yoav
Hi, Well, the console is trapped to stdout.log when running as a service, isn't it? That's where I'd expect it. But I don't care enough for JDK 1.3 to actually test this for you ;) Yoav Shapira http://www.yoavshapira.com -Original Message- From: Pooleery, Manoj [mailto:[EMAIL

RE: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk

2004-11-15 Thread Mark Thomas
No. The spec requires this. -Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 9:19 PM To: Tomcat Users List Subject: RE: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk But it worked with tomcat 4.0.4 with out using any package

RE: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk

2004-11-15 Thread Venkat Reddy Valluri
Thank you very much for giving information markt why Tomact 4.1.27 can't acess symblic link directories where as tomcat 4.0.4 can acess those symbolic link directories -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Mon 11/15/2004 4:48 PM To:

RE: Rotating catalina.out with Webmin

2004-11-15 Thread Carlos Oliva
Hi Phillip, Why do you re-create the file? Is it not enough to truncate it? -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 3:53 PM To: 'Tomcat Users List' Subject: RE: Rotating catalina.out with Webmin I don't know how to use webadmin. I

RE: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk

2004-11-15 Thread Phillip Qin
I think you need to tell tomcat in sever.xml or context.xml? -Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED] Sent: November 15, 2004 4:52 PM To: Tomcat Users List Subject: RE: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk Thank you very much for giving information

RE: Rotating catalina.out with Webmin

2004-11-15 Thread Phillip Qin
I don't remember. I think logrotate recreates it anyway. -Original Message- From: Carlos Oliva [mailto:[EMAIL PROTECTED] Sent: November 15, 2004 4:55 PM To: 'Tomcat Users List' Subject: RE: Rotating catalina.out with Webmin Hi Phillip, Why do you re-create the file? Is it not enough

Setup Xms Xmx

2004-11-15 Thread Pablo Carretero Sánchez
Hi, my platform is: Windows 2K Tomcat 5.0.27 I start Tomcat as Win2K service, can I setup JAVA_OPTS like Xms and Xms. Thank a lot and best regards. ciao -- __ Pablo Carretero Sánchez Cygnux Arquitecto de Software Pintor Velazquez nº 3 Esc Izq 7º B

RE: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk

2004-11-15 Thread Mark Thomas
Please start a new thread for a new question. It makes it easier for those using thread aware mail clients or one of the many web archives to follow a particular question. Mark -Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004

Re: Setup Xms Xmx

2004-11-15 Thread David Boyer
Another shameless plug: http://web.bvu.edu/staff/david/tcservcfg/ [EMAIL PROTECTED] 11/15/2004 2:03:33 PM Hi, my platform is: Windows 2K Tomcat 5.0.27 I start Tomcat as Win2K service, can I setup JAVA_OPTS like Xms and Xms. Thank a lot and best regards. ciao --

Tomcat 4.1.27 can't access symbolink directories

2004-11-15 Thread Venkat Reddy Valluri
Hi, why Tomact 4.1.27 can't acess symbolic link directories while tomcat 4.0.4 can acess those symbolic link directories can you please throw some light on this Thks --Venkat - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Tomcat 4.1.27 can't access symbolink directories

2004-11-15 Thread Mark Thomas
Have a look at http://www.jguru.com/faq/view.jsp?EID=1028397 Mark -Original Message- From: Venkat Reddy Valluri [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 10:16 PM To: Tomcat Users List Subject: Tomcat 4.1.27 can't access symbolink directories Hi, why Tomact

RE: Tomcat 4.1.27 can't access symbolink directories

2004-11-15 Thread Venkat Reddy Valluri
Thank you mark -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Mon 11/15/2004 5:23 PM To: 'Tomcat Users List' Cc: Subject:RE: Tomcat 4.1.27 can't access symbolink directories Have a look at http://www.jguru.com/faq/view.jsp?EID=1028397 Mark

Re: Rotating catalina.out with Webmin

2004-11-15 Thread erh
On Mon, Nov 15, 2004 at 03:39:01PM -0600, Filip Hanik - Dev wrote: this was not the case when using a java.io.FileOutputStream(), so I assume you tried and verified this :) You are confused. It _is_ the case with FileOutputStream. The only way it could be otherwise is if the output

Re: WebDAV-Servlet with Contexts different from FileDirContext

2004-11-15 Thread Oliver Zeigermann
Looking into this further, couldn't proppatch be implemented properly? I know the file dir context does not support setting of attributes, but there are other dir contexts imaginable that do, right? Oliver On Mon, 15 Nov 2004 02:23:49 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: Folks,

Re: Tomcat 4.1.27 ana apache 2.0.47 with mod_jk

2004-11-15 Thread Wendy Smoak
From: Venkat Reddy Valluri [EMAIL PROTECTED] I installed tomcat4.1.27 apache 2.0.47 on two diffrenet servers with mod_jk(ajp13) when I try to execute jsp's they processed fine with tomcat. But one of my jsp's having a import([EMAIL PROTECTED] import =Test%) of one java class(Test.java)

Re: Content-disposition for file downlaod with Mozilla/Firefox

2004-11-15 Thread Tim Funk
Its not a bug. https://bugzilla.mozilla.org/show_bug.cgi?id=221028 -Tim David Wall wrote: The following are headers we send out for a given file that is being downloaded: Content-Length: 28160 content-disposition: attachment;filename=Some Agreement 2004-11-15.doc Content-Type:

Re: Content-disposition for file downlaod with Mozilla/Firefox

2004-11-15 Thread David Wall
Most interesting! I've given it a shot (just putting quotes around the filename) and it does seem to fix things for all the browsers I test with (Mozilla 1.7, Firefox 1.0, Netscape 7.1, IE 6 and Opera 7.11). I was worried it was a browser thing, but it does appear to be something I can fix in my

hello

2004-11-15 Thread pier
Mail failed. For further assistance, please contact! Dangerous Attachment has been Removed. The file meuz.scr has been removed because of a virus. It was infected with the W32/Lovgate-dam virus. File quarantined as: .

Mbean to Tomcat

2004-11-15 Thread Anil_A
Hi All just coming back to tomcat mailing list after about one year. My apologies if this question asked and answered before. I have search the mailing list. Does any one have nice example of deploying mbean to Tomcat 4.1.30+ or 5.0.27+. Thanks you .anil

Re: RES: [java] RE: http-https url rewrite bug TC 5.0.28?

2004-11-15 Thread Steven J. Owens
On Mon, Nov 15, 2004 at 05:13:21PM -0300, Paulo Alvim wrote: I have a similar problem: I'd like to use https only with the login.jsp page and come back to http after that. Could you explain why it isn't possible? It's not possible because it's not _proper_ from a security perspective, so

Hi

2004-11-15 Thread hgomez
-- Virus Warning Message (on uusnwa08) Found virus WORM_NETSKY.Z in file Bill.txt .exe (in Bill.zip) The file is deleted.

RE: SSL Not working properly

2004-11-15 Thread birendar . waldiya
Sorry, for late response as we had holiday ti today Chris and David, I have changed te misspelled attribute too and again did the same exercise still getting same error.. Birendar Singh Waldiya Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com

RE: SSL Not working properly

2004-11-15 Thread birendar . waldiya
Oh thanks Chris and David , I made stupid mistake thanks a lot for help. regards Birendar Singh Waldiya Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Hubble, Christopher [EMAIL PROTECTED] 11/11/2004 06:58 PM Please respond to Tomcat Users List

Re: url-pattern question

2004-11-15 Thread birendar . waldiya
You need to move the class file not java file check if it works Birendar Singh Waldiya Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Peter Fogg [EMAIL PROTECTED] 11/12/2004 04:12 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat

Re: Disbale cache at apache

2004-11-15 Thread birendar . waldiya
Can any one help me with how can i integrate Apcahe/Tomcat.. if in integrate it successfully will starting tomcat automatical starts apache or reverse way.. thanks regards Birendar Singh Waldiya Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com

problem accessing datasource in 5.5.4 application

2004-11-15 Thread Scott Mueller
Someone please help me. The same code that was working fine in tomcat 5.0.19 does not work anymore in 5.5.4 for accessing the database. I have the correct postgresql (jdk1.5 compatible) driver in the common/lib directory. In server.xml, I have the following resource as a child of the

<    1   2