blackdown jvm 1.4.2_01. Tomcat won't start with jpda start parameter

2005-01-08 Thread Vano Beridze
remove jpda it starts perfectly. Sun jdk 1.5.0_01 for amd 64 does not have that problem. Thank you -- Vano Beridze Software Developer Silk Road Group S.A. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

undeploy, redeploy

2004-02-19 Thread Vano Beridze
Hello I've got tomcat 4.1.29 Is it possible to undeploy or redeploy the application isntalled from the war file without using manager application and without restarting tomcat? I know that it is possible to hotdeploy but what about undeploy or redeploy? Thank you Vano

CoyoteConnector startup warning

2004-02-07 Thread Vano Beridze
Hello I've got tomcat 4.1.29 Recently I changed my http connector with Coyote Connector and my server.xml fragment is . Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=9517 minProcessors=5 maxProcessors=75 enableLookups=true acceptCount=100

CoyoteConnector startup warning

2004-02-05 Thread Vano Beridze
Hello I've got tomcat 4.1.29 Recently I changed my http connector with Coyote Connector and my server.xml fragment is . Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=9517 minProcessors=5 maxProcessors=75 enableLookups=true acceptCount=100

static content

2004-01-27 Thread Vano Beridze
Hello I've got tomcat 4.1.29 I have several webapps, that access the same static files (gif,css,js). I want to use only tomcat, not apache. What is the best way to share those resources between webapps? One solution as I understand is to create some context, resources for example and put

timer problem

2003-10-27 Thread Vano Beridze
Hello I've got a web app deployed on tomcat 4.1.24 I've got a strange problem. In a servlet that is loaded on startup I'm scheduling a thread that is executed every 4 hour. It happens to stop sometimes with no error. I don't understand what might be the problem though. It's not a systematic

Re: timer problem

2003-10-27 Thread Vano Beridze
Daniel Gibby wrote: Do you mean that it stopped 2 months ago, and now it has stopped again? yes Is it just the thread that stops? The timer stops. I mean the thread does not execute every four hour after that at all. Does your whole servlet or webapp stop? no Are there errors in your logs?

error-page directive ignored

2003-10-18 Thread Vano Beridze
Hello I have tomcat 4.1.27 RedHat 9 Sun jdk 1.4.2_01 Mozilla Firebird 0.7 here is the snippet from my web.xml servlet servlet-nameGeneralErrorServlet/servlet-name servlet-classcom.silkroad.srm.GeneralErrorServlet/servlet-class /servlet servlet-mapping

minimal config

2003-03-28 Thread Vano Beridze
apps and if it's not needed by tomcat's infrastructure, could anyone tell me how to remove them from my config? Thank you -- Vano Beridze [EMAIL PROTECTED] Silkroad Corporation S.A. - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: log listener

2003-03-05 Thread Vano Beridze
. John -Original Message- From: Vano Beridze [mailto:[EMAIL PROTECTED] Sent: Thursday, February 13, 2003 3:15 PM To: Tomcat Users List Subject: log listener Hello I'have the following scenario I've got a web application that logs it's output using standard

log listener

2003-02-13 Thread Vano Beridze
have centralized mechanism of logging events (I have LogMan class). So it's not the problem to solve the problem by sending mail from this class, but there are still cases, for example NPE-s that are logged by tomcat and I want to be able to have control on this events also -- Vano Beridze [EMAIL

WAP?

2003-01-03 Thread Vano Beridze
Hello I would like to serve WAP clients from my existing WEB App Could you please provide me with the links to start? I'm sorry for posting this question but I could not find any resource myself :( Thanks in advance -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

request.getParameter(th) returned null

2002-06-18 Thread Vano Beridze
Hello I'm using tomcat 4.0.3 I've got some html-page which contains the following combo box to display a part of a clock .. select name=th option value=/option option value=0101/option option value=0202/option option value=0303/option option value=0404/option option value=0505/option