Disabling OPTIONS HTTP method with * path

2024-04-30 Thread Oleg Frenkel
impossible to put '*' as URL pattern - Tomcat fails to start complaining that '*' is not a valid url pattern. Please confirm if this is a bug in Tomcat or if I am missing something in Tomcat configuration. Thanks, Oleg Frenkel SS&C Technologies Inc Lead Software Engin

Re: maxSwallowSize and misbehaving clients (e.g., mod_proxy_http)

2020-05-27 Thread Oleg Kalnichevski
> > > I would expect to see here: "Connection: close". > > > > > > > > Why? > > > > > > > > Does the client provide a content-length header and no > > > > expectation? If > > > > so, Tomcat could determine

Problem with cookies

2011-08-08 Thread Oleg Belykh
I have a strange problem when accessing servlet on Tomcat 7.0.14 server with Safari and Google Chrome browsers. There is no cookies. No JSESSIONID, nothing in Javascript: document.cookie variable. But i see that cookie JSESSIONID is registered in "Show cookies" Safari preferences area. When i ac

Re: Undeployment problem

2008-02-14 Thread Oleg Lyashko
Hi Sébastien, What is your "Thread-1"? It is not a daemon, if not terminated "manually", it will continue to run after "main" thread stop. Regards, Oleg On Thu, Feb 14, 2008 at 5:02 PM, Sébastien Piller <[EMAIL PROTECTED]> wrote: > Hello guys, > > I

Tomcat chunked reponse problem with Tiles and JSPISAPI

2007-04-09 Thread Oleg Tim
, please let me know if more info needed. Oleg - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: wrong StandardContext

2006-10-16 Thread Oleg
On 10/16/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Oleg [mailto:[EMAIL PROTECTED] > Subject: Re: wrong StandardContext > > The trailing slash on the appBase declarations shouldn't cause problems, but it's not needed. Thank you, fi

Re: wrong StandardContext

2006-10-15 Thread Oleg
On 10/15/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Oleg [mailto:[EMAIL PROTECTED] > Subject: wrong StandardContext > > I have multiple cirtual hosts setup on this machine, and one > application running under localhost, for some reason after I removed > t

wrong StandardContext

2006-10-15 Thread Oleg
d Oct 15, 2006 8:48:50 PM org.apache.catalina.startup.ContextConfig applicationWebConfig INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[domain3.com].StandardContext[/webApp] Thanks,

Every virtual host app reloads localhost

2006-10-06 Thread Oleg
Hi, this is a weird problem and I cannot figure out why it is happening. Running Tomcat 5.5.9 on Windows 2003 server. There are 200 sites deployed on the server, each having its own virtual host and one deployer application deployed under localhost. What I see happening is on Tomcat startup every

RE: Re: starting and stopping Tomcat from Java code

2005-12-15 Thread Oleg Lebedev
tomcat instance and shutdown a remote tomcat instance by sending a shutdown command to a certain host and port. Thanks everybody for your help. Regards. Oleg -Original Message- From: andy gordon [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 5:16 AM To: Tomcat Users List

RE: Re: starting and stopping Tomcat from Java code

2005-12-14 Thread Oleg Lebedev
bedded instance? "Oleg Lebedev" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello, I am trying to configure, start and then shutdown Tomcat from my Java class. I am planning to have all the jars required by Tomcat on the classpath and I would like to be able to specify

RE: starting and stopping Tomcat from Java code

2005-12-14 Thread Oleg Lebedev
er 14, 2005 5:35 PM To: Tomcat Users List Cc: Iannis Hanen Subject: RE: starting and stopping Tomcat from Java code Hi Oleg, The piece of code you just mentioned is what lies behind the tag in the server.xml file. You can set the tag this way: If you connect to port 1234 on the tomcat machine a

RE: starting and stopping Tomcat from Java code

2005-12-14 Thread Oleg Lebedev
Any ideas on whether this is the right way to shut down a stand-alone Tomcat instance? Thanks. Oleg -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 4:44 PM To: Tomcat Users List Subject: Re: starting and stopping Tomcat from Java code On 1

RE: starting and stopping Tomcat from Java code

2005-12-14 Thread Oleg Lebedev
Stas, This looks like a great article, and will help me to get embedded Tomcat working. But how do I stop a running Tomcat instance from java? Thanks. Oleg -Original Message- From: Stas Ostapenko [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 4:28 PM To: Tomcat Users

starting and stopping Tomcat from Java code

2005-12-14 Thread Oleg Lebedev
en my application exists. I would appreciate any feedback on how to do this or what Tomcat classes I should take a look at. Thanks. Oleg