Re: Keep Alive Serverconnection

2013-11-19 Thread Morten Bo Oelbye
N PGP SIGNED MESSAGE- Hash: SHA256 David, On 10/30/13, 9:29 AM, David kerber wrote: On 10/30/2013 9:12 AM, Morten Bo Oelbye wrote: Where can I find any solution about an persistent Connection. I can use the reques.inputstream as long as want. But when I use the response as an outputstream, the

Keep Alive Serverconnection

2013-10-30 Thread Morten Bo Oelbye
Where can I find any solution about an persistent Connection. I can use the reques.inputstream as long as want. But when I use the response as an outputstream, the connectien is closed. So, how to write ping, pong, ping, pong, etc without closing? An keep-Alive does not do it. Please help

Tomcat ping pong

2013-10-29 Thread Morten Bo Oelbye
Where can I find any solution about an persistent solution. I can use the reques.inputstream as long as want. But when I use the response as an outputstream, the connectien is closed. So, how to write ping, pong, ping, pong, etc without closing? An keep-Alive does not do it.

Re: HttpServlet

2013-08-30 Thread Morten Bo Oelbye
Well, it is very simple from my point of wiev. The Tomcat act in the same way in 6 and 7 in window xp I have not done any editing in the Tomcat, other than those nessisary to do a Tomcat connection using Apace in front with mod_jk. The design use a Midlet url http connection to access my Tomcat,

HttpServlet

2013-08-30 Thread Morten Bo Oelbye
I am using Tomcat as a server. I am only able to either receive data or send data. The problem is that I am not able to use handchaking. If I try use send, I get the error: java.io.IOException: Connection closed not able to receive any longer What to do?

Novice's

2010-12-30 Thread Morten Bo Ølbye
Dear all. I have tryed to find out how to use Tomcat. So far not very successfully. Some help is needed, but in order not to strain the user list too much i have put my request in my own link: http://www.graphelle-elektronik.dk/Apache_Software_Foundation/tomcat-help.html

Re: NetBeans Tomcat 5.5 problem

2010-12-30 Thread Morten Bo Ølbye
Have you tryed to stop Tomcat in Apache->open services - Original Message - From: "Sasa Rakic" To: "Tomcat Users List" ; "Mark Eggers" Sent: Thursday, December 30, 2010 4:03 AM Subject: Re: NetBeans Tomcat 5.5 problem Java 6.23 and windows 7 ---

Jakarta ISAPI errno=61

2008-10-14 Thread Matt Morten
Hi, We are currently experiencing an issue with Jakarta ISAPI Redirector 1.2.25, where our log is filling up with the following and our clients are receiving 503 errors: [Thu Sep 25 12:05:28.937 2008] [732:3700] [info] jk_ajp_common.c (891): Failed opening socket to (127.0.0.1:8009) (errno=61) [Th

Exceptions in Servlet when flushing response to a client having closed the connection?

2008-07-07 Thread Morten Mortensen
? Regards Morten Sabroe Mortensen - public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { try { response.setStatus(HttpServletResponse.SC_OK); response.setContentType(&

memory usage increases on application stop

2008-01-11 Thread Morten Matras
hibernate related stuff are trapped in a circular relation circle? - Tomcat punishes me for stopping something it really liked :-) -- Morten Matras Udviklingschef GAMP Media og Blob Communication ApS Svendsagervej 42 5240 Odense NØ Tlf: 61711103 E: [EMAIL PROTECTED] T: 76

Tomcat setup

2008-01-11 Thread Morten Matras
ile still making sure that the server continues to run even during peak periods. Please share your thoughts. Thanks -- Morten Matras Udviklingschef GAMP Media og Blob Communication ApS Svendsagervej 42 5240 Odense NØ Tlf: 61711103 E: [EMAIL PROTECTED] T: 76 654321 W: www.bl

Stopping / undeploying application doubles memory allocation

2008-01-10 Thread Morten Matras
te related stuff are trapped in a circular relation circle? - Tomcat punishes me for stopping something it really liked :-) Regards -- Morten Matras Udviklingschef GAMP Media og Blob Communication ApS Svendsagervej 42 5240 Odense NØ Tlf: 61711103 E: [EMAIL PROTECTED] T: 76

Preferred setup

2008-01-10 Thread Morten Matras
ile still making sure that the server continues to run even during peak periods. Please share your thoughts. Thanks -- Morten Matras Udviklingschef GAMP Media og Blob Communication ApS Svendsagervej 42 5240 Odense NØ Tlf: 61711103 E: [EMAIL PROTECTED] T: 76 654321 W: www.bl

Re: Tomcat memory issues

2007-09-11 Thread Morten
coyote.Request. That object is referenced by: org.apache.coyote.http11.Http11Processor, org.apache.coyote.http11.InternalInputBuffer org.apache.coyote.Response org.apache.catalina.connector.Request org.apache.catalina.connector.InputBuffer org.apache.coyote.RequestInfo. Best regards and thanks for

Re: Tomcat memory issues

2007-09-07 Thread Morten
; bos.close(); As far as I under stand I should NOT close the "stream" object as I didn't open it. Best regards, Morten - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat memory issues

2007-09-05 Thread Morten
: - org.apache.catalina.connector.Response (ACC) org.apache.catalina.connector.Response (ACC) is referenced by: - org.apache.catalina.connector.ResponseFacade (ACCA) - [] (ACCB) - org.apache.catalina.connector.Request (ACCC) I cannot find any trace of any JBoss or any webapp class. Any help appreciated, Morten

Re: Memory problems

2007-08-21 Thread Morten
g.apache.catalina.connector.Request (ACCC) I cannot find any trace of any JBoss or any webapp class. Best regards, Morten - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Memory problems

2007-08-21 Thread Morten
behaviour. Are there any way to stop Tomcat from cached these large byte[] internally? The ByteChunks are referenced from IntermediateOutputstream, C2BConverter and OutputBuffer. Best regards, Morten Knudsen - To start a new

SV: SPNEGO

2007-03-05 Thread Morten Mortensen
Java 6 has the last codec necessary for avoiding doing any ASN.1 whatsoever as part of HTTP Negotiate/SPNEGO/kerberos. With Java 6 it is possible to implement it pretty cleanly using the GSS API. Without jCIFS. Regards Morten Sabroe Mortensen -Oprindelig meddelelse- Fra: Caldarale

Filter with "HTTP Negotiate"/SPNEGO/Kerberos against Active Directory with LDAP

2006-12-15 Thread Morten Mortensen
anyone done this? Where to find this filter? Regards Morten Sabroe Mortensen - 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: [OT] Hosting providers

2006-03-18 Thread Morten Andersen
I'll definitely consider that. Thanks Morten Andersen Leon Rosenberg skrev: rent a dedicated server. Leon On 3/18/06, Morten Andersen <[EMAIL PROTECTED]> wrote: I have developed a webapplication that I need hosting for. Here is my requirements: - Multihoming easy and possi

[OT] Hosting providers

2006-03-18 Thread Morten Andersen
I have developed a webapplication that I need hosting for. Here is my requirements: - Multihoming easy and possible without restart - Multiple domains allowed - Personal JVM - 24/7 support Where should I look? Any recommendations? Morten Andersen

Threads

2006-03-17 Thread Morten Andersen
I need a thread that will write some emails and stuff every night. Can this be started from within tomcat. (I'm thinking about starting it from loadOnStartup) We are experiencing that the main thread freezes when our new Thread is put a sleep. M

Threads

2006-03-16 Thread Morten Andersen
Is there any problems with running a thread every night updating ressources and sending out emails from within tomcat. Any tools available? Morten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Encoding and Operative System

2006-03-13 Thread Morten Andersen
On my site the users edit pages using a multipart form. There are differences between the way the content is being decoded on the server depending on the OS. (My guess). The uploaded content is stored in XML files and must then later be displayed to the user. I have spent the weekend trying to

Re: Server setup

2006-03-08 Thread Morten Andersen
Leon Rosenberg skrev: On 3/8/06, Morten Andersen <[EMAIL PROTECTED]> wrote: How can I set up my server environment when my requirements are the following: * Multihoming must be possible without restart of the server * The server must be secure. Should I setup an apache server in fr

Server setup

2006-03-07 Thread Morten Andersen
handle all these things just as good as apache? Regards Morten Andersen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to set up tomcat with multihoming?

2006-01-23 Thread Morten Andersen
and how should it be structured? Please provide a few examples. Then I'll probably be able to figure out how to change the example to my settings. Thanks Morten Markus Schönhaber skrev: Morten Andersen wrote: How do I use multihoming within tomcat? I need to serve several domains e

How to set up tomcat with multihoming?

2006-01-23 Thread Morten Andersen
How do I use multihoming within tomcat? I need to serve several domains each with a webapplication. How is that done? Regards Morten Andersen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: multihoming examplified

2006-01-22 Thread Morten Andersen
Mark Thomas skrev: Morten Andersen wrote: PS: More examples in documentation please. It's easier to write and understand. Documentation patches (in diff -u format) are always welcome. - To unsubscribe, e

multihoming examplified

2006-01-22 Thread Morten Andersen
me] folder, but what should the file name be and how should it be structured? Please provide a few explained examples. Morten Tomcat version: 5.0.28 PS: More examples in documentation please. It's easier to write and understand. -