I have a development server Ubuntu12.10 and Tomcat-7.0.30. But prior to
upgrading Tomcat7 from Tomcat-6.0.29 we never had problem with our website. I
would like to know how I can go about downgrading Tomcat7 without affecting
applications hosted by tomcat7.
Many thanks!
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Bob,
On 8/7/13 1:40 PM, Mark Thomas wrote:
> On 07/08/2013 18:59, Bob DeRemer wrote:
>> Hi Mark,
>>
>> This is a follow-up to my previous question about the tomcat 7
>> servlet websocket deprecation:
>> http://marc.info/?l=tomcat-user&m=13758004790
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jieryn,
On 8/7/13 9:48 AM, jieryn wrote:
> On Wed, Aug 7, 2013 at 9:41 AM, Caldarale, Charles R
> wrote:
>> Sorry, that's just wrong. There is no requirement for an
>> individual webapp to have a WEB-INF/web.xml, but if you want to
>> run Tomcat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jieryn,
On 8/7/13 10:00 AM, jieryn wrote:
> On Wed, Aug 7, 2013 at 9:54 AM, Martin Grigorov
> wrote:
>> Which you will delete too, I suppose ? :-)
>
> I have not modified the shipped Apache Tomcat applications
> themselves. I suspect that most use
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jieryn,
On 8/7/13 10:02 AM, jieryn wrote:
> Greetings,
>
> On Wed, Aug 7, 2013 at 9:58 AM, Caldarale, Charles R
> wrote:
>> To allow Tomcat to work. If we changed the name to
>> conf/do_not_delete.xml, would that satisfy you?
>
> I think you've
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 8/7/13 9:00 AM, Mark H. Wood wrote:
> On Tue, Aug 06, 2013 at 03:05:44PM +, Jeffrey Janner wrote:
>> Had a programmer build a filepath using "\" instead of "/" ,
>> because he's windows centric (duh).
>
> Probably should be using java.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Marvin,
On 8/7/13 6:23 AM, Marvin Lillehaug wrote:
> We recently got an error report from a user of one of the systems
> we have developed, showing that the response from a different
> request had been appended to the original response. The original
My apologies,
It works okay.
Thanks,
-Shanti
On Wed, Aug 7, 2013 at 11:41 AM, Shanti Suresh wrote:
> Greetings,
>
> I am a little challenged on setting up mod_digest in HTTPD to authenticate
> one particular URI before ProxyPass'ing it on to Tomcat. My directives are
> not wo
On Aug 7, 2013, at 1:36 PM, Mark Thomas wrote:
> On 07/08/2013 17:14, Daniel Mikusa wrote:
>> I have a questions regarding the Non Blocking API introduced in Tomcat 8.
>>
>> I'm looking at the TestNonBlockingAPI test as an example, specifically the
>> NBReadServlet class.
>>
>> @WebServlet(asy
On 07/08/2013 15:46, jieryn wrote:
> On Tue, Aug 6, 2013 at 11:34 PM, Christopher Schultz
> wrote:
>> The servlet specification requires that certain services be provided
>> by the container. Among them are a) a default servlet to serve content
>> for which no other servlet mapping exists (e.g. st
On 07/08/2013 18:59, Bob DeRemer wrote:
> Hi Mark,
>
> This is a follow-up to my previous question about the tomcat 7 servlet
> websocket deprecation: http://marc.info/?l=tomcat-user&m=137580047908854&w=2
>
> We've discussed this internally and believe we need to look at switching to
> the JSR-
On 07/08/2013 17:14, Daniel Mikusa wrote:
> I have a questions regarding the Non Blocking API introduced in Tomcat 8.
>
> I'm looking at the TestNonBlockingAPI test as an example, specifically the
> NBReadServlet class.
>
> @WebServlet(asyncSupported = true)
> public class NBReadServlet extends
Hi Mark,
This is a follow-up to my previous question about the tomcat 7 servlet
websocket deprecation: http://marc.info/?l=tomcat-user&m=137580047908854&w=2
We've discussed this internally and believe we need to look at switching to the
JSR-based server-side implementation. How we approach thi
Greetings,
I am a little challenged on setting up mod_digest in HTTPD to authenticate
one particular URI before ProxyPass'ing it on to Tomcat. My directives are
not working:
---httpd.conf snippet:---
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+
Thank you both for your replies :)
I only have a screenshot of how it looked to the user, so I don't know whether
the headers was included.
I have given up trying to investigate further, so I guess the only thing to do
is to activate RECYCLE_FACADES and hope for the best.
-Original Message
I have a questions regarding the Non Blocking API introduced in Tomcat 8.
I'm looking at the TestNonBlockingAPI test as an example, specifically the
NBReadServlet class.
@WebServlet(asyncSupported = true)
public class NBReadServlet extends TesterServlet {
private static final long serialVers
Greetings,
On Wed, Aug 7, 2013 at 9:58 AM, Caldarale, Charles R
wrote:
> To allow Tomcat to work. If we changed the name to conf/do_not_delete.xml,
> would that satisfy you?
I think you've quite severely missed the point of the entire
discussion which I've raised.
Greetings,
On Wed, Aug 7, 2013 at 9:54 AM, Martin Grigorov wrote:
> Which you will delete too, I suppose ? :-)
I have not modified the shipped Apache Tomcat applications themselves.
I suspect that most users are very accustomed to modifying contents
under conf/* but leave the shipped application
> From: jieryn [mailto:jie...@gmail.com]
> Subject: Re: apache tomcat 8.0.0-rc1; /manager 404; NPE
> so what is the point of keeping the global conf/web.xml..
To allow Tomcat to work. If we changed the name to conf/do_not_delete.xml,
would that satisfy you?
- Chuck
THIS COMMUNICATION MAY C
On Wed, Aug 7, 2013 at 3:48 PM, jieryn wrote:
> Greetings,
>
> On Wed, Aug 7, 2013 at 9:41 AM, Caldarale, Charles R
> wrote:
> > Sorry, that's just wrong. There is no requirement for an individual
> webapp to have a WEB-INF/web.xml, but if you want to run Tomcat with the
> required servlet spec
Greetings,
On Wed, Aug 7, 2013 at 9:41 AM, Caldarale, Charles R
wrote:
> Sorry, that's just wrong. There is no requirement for an individual webapp
> to have a WEB-INF/web.xml, but if you want to run Tomcat with the required
> servlet spec capabilities, you must leave Tomcat's conf/web.xml in
On Tue, Aug 6, 2013 at 11:34 PM, Christopher Schultz
wrote:
> The servlet specification requires that certain services be provided
> by the container. Among them are a) a default servlet to serve content
> for which no other servlet mapping exists (e.g. static files, etc.)
> and b) a servlet calle
> From: jieryn [mailto:jie...@gmail.com]
> Subject: Re: apache tomcat 8.0.0-rc1; /manager connection ciphers; NPE
> I'll answer more completely in the other no-web.xml NPE thread, but
> quickly: there's no actual requirement for web.xml
Sorry, that's just wrong. There is no requirement for an i
Greetings,
On Tue, Aug 6, 2013 at 11:30 PM, Christopher Schultz
wrote:
> Tomcat also has a serious bug in that if you delete conf/server.xml,
> it won't start up properly.
I sense I'm being mocked.. :-)
I'll answer more completely in the other no-web.xml NPE thread, but
quickly: there's no actu
On Tue, Aug 06, 2013 at 03:05:44PM +, Jeffrey Janner wrote:
> Had a programmer build a filepath using "\" instead of "/" , because he's
> windows centric (duh).
Probably should be using java.io.File.separator.
--
Mark H. Wood, Lead System Programmer mw...@iupui.edu
Machines should not be
Hi,
On Wed, Aug 7, 2013 at 12:12 PM, hidayath wrote:
> Hi,
>
>
>
> We have a websocket application which keeps writing data to the clients.
>
>
>
> We found that when tabs (not whole browser) of Firefox (ver. 22) is closed,
> the websocket connection is not closed. Anyway, reproducibility is ver
2013/8/7 Marvin Lillehaug :
> Hi!
> We recently got an error report from a user of one of the systems we have
> developed, showing that the response from a different request had been
> appended to the original response.
> The original response was the front page of a site, generated with jsp, and
On 07/08/2013 12:23, Marvin Lillehaug wrote:
> Hi!
> We recently got an error report from a user of one of the systems we have
> developed, showing that the response from a different request had been
> appended to the original response.
> The original response was the front page of a site, gener
On 07/08/2013 12:12, hidayath wrote:
> Hi,
>
>
>
> We have a websocket application which keeps writing data to the clients.
>
>
>
> We found that when tabs (not whole browser) of Firefox (ver. 22) is closed,
> the websocket connection is not closed. Anyway, reproducibility is very low.
> A
Hi!
We recently got an error report from a user of one of the systems we have
developed, showing that the response from a different request had been appended
to the original response.
The original response was the front page of a site, generated with jsp, and the
appended response was a excel f
Hi,
We have a websocket application which keeps writing data to the clients.
We found that when tabs (not whole browser) of Firefox (ver. 22) is closed,
the websocket connection is not closed. Anyway, reproducibility is very low.
And the sendQ (netstat -an) keeps growing
So, what we di
2013/8/7 Christopher Schultz :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Vicky,
>
> On 8/6/13 10:46 PM, vicky007aggar...@yahoo.co.in wrote:
>> Hi All,
>>
>> Can somebody pls share the steps requires to setup active directory
>> with tomcat .
>>
>> Is it valid to simply define a user i
32 matches
Mail list logo