RE: I need to configure logs on my virtual hosting

2004-12-30 Thread Goel, Manish Kumar
Hi, can any body help me this same thing not working on tomcat 5.0.19 version. Manish -Original Message- From: Roberto Rios [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 4:03 PM To: 'Amit Gupta'; 'Tomcat Users List' Subject: RES: I need to configure logs on my virtual

RE: Logger without timestamp not working

2004-12-23 Thread Goel, Manish Kumar
Tim Funk, I tried it in 5.0.19 version it didn't work for me also but document says it must work and the default value of timestamp is false and my other problem with logger I have already posted it didn't hear from any one abt. it problem for creating the separate log file by Logger .

RE: Logger without timestamp not working

2004-12-23 Thread Goel, Manish Kumar
Goel, Manish Kumar wrote: Tim Funk, I tried it in 5.0.19 version it didn't work for me also but document says it must work and the default value of timestamp is false and my other problem with logger I have already posted it didn't hear from any one abt. it problem for creating

RE: Newbie question on Database and struts

2004-12-23 Thread Goel, Manish Kumar
Hi Manisha, this looks very simple thing in action class you can just set that array of databean in request attribute and get it back on jsp like: req.setAttribute(databeanarray,databeanarray); cheers Manish -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Friday,

log file by Logger ..... / for application context

2004-12-22 Thread Goel, Manish Kumar
Hi All, problem for creating the separate log file by Logger . /for my application context in tomcat-5.0.19. that is working fine in tomcat 5.0.27! please help me what the settings are to be needed to make it out on tomcat 5.0.19 . is this bug or AM I missing some thing sample

RE: log file by Logger ..... / for application context

2004-12-22 Thread Goel, Manish Kumar
, December 22, 2004 4:51 PM To: Tomcat Users List Subject: RE: log file by Logger . / for application context Hi, Don't use 5.0.19. Why do you want that? Allistair. -Original Message- From: Goel, Manish Kumar [mailto:[EMAIL PROTECTED] Sent: 22 December 2004 10:39 To: Tomcat Users

RE: Want to know better way of deploying

2004-12-22 Thread Goel, Manish Kumar
Daniel, On Linux running application are deleted it's not bug I guess. Manish -Original Message- From: Daniel Watrous [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 10:55 AM To: Tomcat Users List Subject: Re: Want to know better way of deploying Manisha, I have also had

RE: log file by Logger ..... / for application context

2004-12-22 Thread Goel, Manish Kumar
No one here have any Idea regarding my problem. -Original Message- From: Goel, Manish Kumar Sent: Wednesday, December 22, 2004 4:58 PM To: Tomcat Users List Subject: RE: log file by Logger . / for application context Thanx for replying, but requirement is such that I have to use

RE: Want to know better way of deploying

2004-12-22 Thread Goel, Manish Kumar
Hiwarkar [EMAIL PROTECTED] wrote: Manisha, Earlier versions of Tomcat lock the file and you can not modify the same while Tomcat is running. Which ver are you running? Abhay -Original Message- From: Goel, Manish Kumar [mailto:[EMAIL PROTECTED] Sent: Thu, 23 Dec 2004 07:29 To: Tomcat Users

RE: FORM based authentication config

2004-12-21 Thread Goel, Manish Kumar
Hi, see this this might help you http://www.webservertalk.com/message633890.html cheers Manish -Original Message- From: Chris Chappell [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 7:45 PM To: Tomcat Users List Subject: FORM based authentication config Hi I'm having

RE: how to include web.xml in war file

2004-12-19 Thread Goel, Manish Kumar
for web.xml u need webxml attribute inside war tag like this: war destfile=myapp.war webxml=src/metadata/myapp.xml fileset dir=src/html/myapp/ fileset dir=src/jsp/myapp/ lib dir=thirdparty/libs exclude name=jdbc1.jar/ /lib classes dir=build/main/ zipfileset