> From: Richard Pierce [mailto:rpie...@empoweredbenefits.com]
> Subject: Servlet init method called multiple times
> The init() method of all of my servlets is being called every 10 seconds or
> so.
> I verified this by adding a System.out to the init() methods of my servlets.
Add a stack trace
On Wed, Oct 23, 2013 at 1:59 PM, Rodolfo Piedrabuena wrote:
> Hi there,
>
> I'm receiving the following exception:
>
> java.net.SocketException: "Permission denied": connect
>
> when instantiating a Socket from a servlet:
>
> final Socket smtpSocket = new Socket(mailTransportHost, mailTransportPo
Hi Chris,
>>I didn't know you were running a 3rd-party application. Do you need
>>the application to behave differently given a particular client? If
>>not, there's nothing to do. If so, you probably need to ask the
>>Alfresco folks how to do that. I personally know nothing about
>>Alfresco, thoug
>I didn't know you were running a 3rd-party application. Do you need
>the application to behave differently given a particular client? If
>not, there's nothing to do. If so, you probably need to ask the
>Alfresco folks how to do that. I personally know nothing about
>Alfresco, though there may be s
Hi there,
I'm receiving the following exception:
java.net.SocketException: "Permission denied": connect
when instantiating a Socket from a servlet:
final Socket smtpSocket = new Socket(mailTransportHost, mailTransportPort);
This application was running as a service under Windows Server 3003 R2
Hi all,
while working on the Drawboard Websocket example that is included in Tomcat, I
found some things in Tomcat's implementation / the Websocket Spec which I'm not
clear about.
1) How to asynchronously close / abort a Websocket session?
For the Drawboard, I'm using the RemoteEndpoint.Async
Hey Andre, thanks for any help you can provide. Nothing in the tomcat
logs, just server startup spam and then the log lines from the init methods
server.xml:
On 10/22/13 7:42 PM, "André
Richard Pierce wrote:
The init() method of all of my servlets is being called every 10 seconds or
so. I verified this by adding a System.out to the init() methods of my
servlets. However, the server is not restarting- just init gets recalled, even
with no load on the box at all. I have no ide
The init() method of all of my servlets is being called every 10 seconds or
so. I verified this by adding a System.out to the init() methods of my
servlets. However, the server is not restarting- just init gets recalled, even
with no load on the box at all. I have no idea where to begin debuggi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jeffrey,
On 10/22/13 5:40 PM, Jeffrey Janner wrote:
> Chris --
>
>> -Original Message- From: Christopher Schultz
>> [mailto:ch...@christopherschultz.net] Sent: Tuesday, October 22,
>> 2013 10:38 AM To: Tomcat Users List Subject: Re: Connect
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Analia,
On 10/22/13 1:41 PM, ANALIA DE PEDRO SANTAMARIA wrote:
> I'm sorry about the misunderstanding. My question isn't a homework
> question. I'm working in my Final Project and I have some doubts
> about Tomcat, that I need to solve in order to
Hello,
To scratch an itch I've been working on an alternative means to embed
Tomcat:
https://github.com/pidster-dot-org/embed-apache-tomcat
There's a core utility for embedding Tomcat[1] and a JUnit Rule[2] for
testing that uses it, e.g.
1.
https://github.com/pidster-dot-org/embed-apache-tomca
Chris --
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Tuesday, October 22, 2013 10:38 AM
> To: Tomcat Users List
> Subject: Re: Connection pool statistics
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Jeffrey,
>
> On 10/22/13
Hi,
On Tue, Oct 22, 2013 at 11:11 PM, ANALIA DE PEDRO SANTAMARIA <
100074...@alumnos.uc3m.es> wrote:
> I'm sorry about the misunderstanding. My question isn't a homework
> question. I'm working in my Final Project and I have some doubts about
> Tomcat, that I need to solve in order to develop it
> From: ANALIA DE PEDRO SANTAMARIA [mailto:100074...@alumnos.uc3m.es]
> Subject: Re: Restrict the use of JDK classes Tomcat 7 or 6
> I understand it if you can't answer my questions.
Your question was already answered by Aurélien: use a SecurityManager.
http://tomcat.apache.org/tomcat-7.0-doc/s
I'm sorry about the misunderstanding. My question isn't a homework
question. I'm working in my Final Project and I have some doubts about
Tomcat, that I need to solve in order to develop it properly. I had
searched a lot before I wrote to the mailing list. I'm sorry if you have
understood that I'm
Caldarale, Charles R wrote:
From: cjder...@gmail.com [mailto:cjder...@gmail.com]
On Behalf Of chris derham
Subject: Re: Restrict the use of JDK classes Tomcat 7 or 6
Do the mailing list rules state home work questions are in or out of scope?
To quote from "How To Ask Questions The Smart Way"
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Teng,
On 10/22/13 3:02 AM, Teng Khoo wrote:
> I am running tomcat 6.0.30
More than 2 years out-of-date. Just sayin'.
> with tcnative-1.dll (1.1.27) on Windows 2008 (64bit). Tomcat
> crashes 1-2 times in a week. Below is the core dump. Does anyone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jeffrey,
On 10/22/13 9:47 AM, Jeffrey Janner wrote:
>> -Original Message- From: Anu Prab
>> [mailto:anupr...@gmail.com] Sent: Tuesday, October 22, 2013 4:36
>> AM To: Tomcat Users List Subject: Reg: Connection pool
>> statistics
>>
>> Hi,
>
> -Original Message-
> From: Anu Prab [mailto:anupr...@gmail.com]
> Sent: Tuesday, October 22, 2013 4:36 AM
> To: Tomcat Users List
> Subject: Reg: Connection pool statistics
>
> Hi,
>
> Is it possible to get the statistics of a connection pool
> programmatically, say when was it created?
> From: cjder...@gmail.com [mailto:cjder...@gmail.com]
> On Behalf Of chris derham
> Subject: Re: Restrict the use of JDK classes Tomcat 7 or 6
> Do the mailing list rules state home work questions are in or out of scope?
To quote from "How To Ask Questions The Smart Way"
(http://www.catb.org/~e
> 2013/10/22 ANALIA DE PEDRO SANTAMARIA <100074...@alumnos.uc3m.es>:
>> Hello,
>>
>> I would like to know if is it possible to restrict the use of JDK classes
>> in Tomcat according to a list given in another file. ¿Is it possible by
>> creating a new Add-on? If it is possible, where can I find doc
You can run Tomcat with its Security Manager, then you can setup which
jar has which rights
have a look here :
http://tomcat.apache.org/tomcat-7.0-doc/security-manager-howto.html
2013/10/22 ANALIA DE PEDRO SANTAMARIA <100074...@alumnos.uc3m.es>:
> Hello,
>
> I would like to know if is it possibl
Hello,
I would like to know if is it possible to restrict the use of JDK classes
in Tomcat according to a list given in another file. ¿Is it possible by
creating a new Add-on? If it is possible, where can I find documentation
about creating Add-ons? I have looked up and I haven't found any
informa
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Tuesday, October 22, 2013 3:32 AM
> To: Tomcat Users List
> Subject: Re: is the Tomcat-7 WsRemoteEndpointImplBase send methods
> threadsafe, or should we be synchronizing until the Future<>.get() returns?
>
> On 2
> -Original Message-
> From: Niki Dokovski [mailto:nick...@gmail.com]
> Sent: Tuesday, October 22, 2013 1:11 AM
> To: Tomcat Users List
> Subject: Re: is the Tomcat-7 WsRemoteEndpointImplBase send methods
> threadsafe, or should we be synchronizing until the Future<>.get() returns?
>
> O
Hi,
Is it possible to get the statistics of a connection pool programmatically,
say when was it created? The maximum time taken by a query which used the
connection from this connection pool? Statistics like these...
-Anu
On 22/10/2013 00:28, Bob DeRemer wrote:
> I'm trying to understand how Tomcat's outbound message processing
> works with respect to making multiple (concurrent) calls against a
> single RemoteEndpoint.Async using sendText/sendObject. Based on the
> ExecutionExceptions we got (see below), it seems
Hi,
I am running tomcat 6.0.30 with tcnative-1.dll (1.1.27) on Windows 2008
(64bit). Tomcat crashes 1-2 times in a week. Below is the core dump. Does
anyone have any idea? Thanks.
Regards,
Teng
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION
29 matches
Mail list logo