I have received additional details - the application starts getting
"java.sql.SQLException: Listener refused the connection with the following
error: ORA-12519, TNS:no appropriate service handler found", although the
amount of listeners in the DB is large enough. I have some concerns about
the "rem
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Matthew,
On 11/5/14 4:44 PM, Matthew Smith wrote:
> I'm running Apache Tomcat 7 on Windows Server 2008 R2 with Java
> jdk 1.8.0_25. I was able to use the keytool.exe command with the
> -genkey switch to create a keystore. I then used keytool.exe to
Thanks all so far I will take a look at this again tomorrow and see what I can
figure out
Nick
-Original Message-
From: Leo Donahue [mailto:donahu...@gmail.com]
Sent: November-05-14 1:31 PM
To: Tomcat Users List
Subject: Re: Moving tomcat Ver 6.0
On Wed, Nov 5, 2014 at 2:53 PM, Nick
On 06/11/2014 8:46 AM, "Matthew Smith" wrote:
>
> I'm running Apache Tomcat 7 on Windows Server 2008 R2 with Java jdk
> 1.8.0_25. I was able to use the keytool.exe command with the -genkey
switch
> to create a keystore. I then used keytool.exe to create a CSR which I
> submitted to an issuer and r
I'm running Apache Tomcat 7 on Windows Server 2008 R2 with Java jdk
1.8.0_25. I was able to use the keytool.exe command with the -genkey switch
to create a keystore. I then used keytool.exe to create a CSR which I
submitted to an issuer and received a certificate. I have to use
keytool.exe to impor
On Wed, Nov 5, 2014 at 2:53 PM, Nick Wall wrote:
> -Original Message-
> From: Leo Donahue [mailto:donahu...@gmail.com]
>
> >
> I kinda wonder though if there is a windows service associated with this
> Tomcat. Do you see anything called Tomcat6 in the windows services panel?
>
>
> >>
> L
Nick,
On Wed, Nov 5, 2014 at 2:55 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Nick,
>
> On 11/5/14 2:48 PM, Nick Wall wrote:
> > We have a Win server 2003 running Tomcat and our software I need
> > to move this to a new wi
> From: Nick Wall [mailto:nick.w...@mvtcanada.com]
> Subject: RE: Moving tomcat Ver 6.0
> Can I just copy the folder/files you mention and put in the new installation
> on the 2008 server ?
Never, never, never copy configuration files from one version of Tomcat to
another. The properties chan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
All,
On 11/5/14 9:53 AM, Christopher Schultz wrote:
> All,
>
> I was reading the Wikipedia entry on .properties format yesterday
> (http://en.wikipedia.org/wiki/.properties) and I saw a mention of
> Apache Tomcat that doesn't make any kind of sen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Nick,
On 11/5/14 2:48 PM, Nick Wall wrote:
> We have a Win server 2003 running Tomcat and our software I need
> to move this to a new win 2008 R2 server
>
> Is there an easy way to move everything over etc.
>
> Looking at easiest way to move every
-Original Message-
From: Leo Donahue [mailto:donahu...@gmail.com]
Sent: November-05-14 12:47 PM
To: Tomcat Users List
Subject: Re: Moving tomcat Ver 6.0
On Wed, Nov 5, 2014 at 2:36 PM, Nick Wall wrote:
> -Original Message-
> From: Leo Donahue [mailto:donahu...@gmail.com]
> Sent:
On Wed, Nov 5, 2014 at 2:36 PM, Nick Wall wrote:
> -Original Message-
> From: Leo Donahue [mailto:donahu...@gmail.com]
> Sent: November-05-14 12:32 PM
> To: Tomcat Users List
> Subject: Re: Moving tomcat Ver 6.0
>
> On Wed, Nov 5, 2014 at 1:48 PM, Nick Wall wrote:
>
> > Hi All
> > Sorry
-Original Message-
From: Leo Donahue [mailto:donahu...@gmail.com]
Sent: November-05-14 12:32 PM
To: Tomcat Users List
Subject: Re: Moving tomcat Ver 6.0
On Wed, Nov 5, 2014 at 1:48 PM, Nick Wall wrote:
> Hi All
> Sorry new user to this
> We have a Win server 2003 running Tomcat and our
On Wed, Nov 5, 2014 at 1:48 PM, Nick Wall wrote:
> Hi All
> Sorry new user to this
> We have a Win server 2003 running Tomcat and our software I need to move
> this to a new win 2008 R2 server
> Is there an easy way to move everything over etc.
> Looking at easiest way to move everything over.
>
On Wed, Nov 5, 2014 at 1:34 PM, Igal @ getRailo.org
wrote:
> hi,
>
> what are the security best practices for running Tomcat as a Windows
> Service?
>
> is the local system account safe
Define safe. LocalSystem has too many privs that a Tomcat service account
doesn't need in my opinion.
or am
this is part of the TCP lifecycle, you can adjust this timeout yourself on
the Operating system level
http://www.cs.northwestern.edu/~agupta/cs340/project2/TCPIP_State_Transition_Diagram.pdf
cat /proc/sys/net/ipv4/tcp_fin_timeoutecho 15 >
/proc/sys/net/ipv4/tcp_fin_timeout
On Wed, Nov 5, 2014 a
Am 05.11.2014 um 16:39 schrieb Christopher Schultz:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
André,
On 11/5/14 10:31 AM, André Warnier wrote:
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256
All,
I was reading the Wikipedia entry on .properties format
yester
Am 05.11.2014 um 00:12 schrieb Brandon Darbro:
Looking for configuration help.
Using tomcat7 7.0.34 from rpm package tomcat7-7.0.34-3.jpp6.noarch.
Followed the instructions for using log4j for catalina.out found here:
http://tomcat.apache.org/tomcat-7.0-doc/logging.html#Using_Log4j
Took the ex
Hi All
Sorry new user to this
We have a Win server 2003 running Tomcat and our software I need to move this
to a new win 2008 R2 server
Is there an easy way to move everything over etc.
Looking at easiest way to move everything over.
Or if you are familiar with this and can assist setting up and
hi,
what are the security best practices for running Tomcat as a Windows
Service?
is the local system account safe or am I better off creating a new user
and giving it write permissions only to the Tomcat runtime folders and
read permissions to the web contents folder?
TIA
--
Igal Sapir
Railo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jose,
On 11/5/14 12:51 PM, Jose Monreal wrote:
> Sorry for the but information or no information at all provided.
> What I'm trying to achieve is that when deploying my app on tomcat,
> this will take the context from the META-INF/context.xml and d
Sorry for the but information or no information at all provided.
What I'm trying to achieve is that when deploying my app on tomcat, this
will take the context from the META-INF/context.xml and deploy it with that
path(context) that's different from the name of the war.
>From the documentation I ge
> From: Jose Monreal [mailto:jmonr...@gmail.com]
> Subject: Tomcat 7 deployments context
> Using Tomcat 7.0.56 I'm trying to deploy my applications (WAR) using the
> context in the META-INF/context.xml, without luck.
What exactly have you set in your context.xml? What exactly does or does not
What am I doing wrong or its not possible at all?
Saludos cordiales,
José Ignacio Monreal Bailey | Ingeniero Civil en Computación
*Cuidemos del medio ambiente. Por favor no imprimas este e-mail si no es
necesario.*
On Wed, Nov 5, 2014 at 10:22 AM, Jose Monreal wrote:
> Looking for deplo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
André,
On 11/5/14 10:31 AM, André Warnier wrote:
> Christopher Schultz wrote:
>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256
>>
>> All,
>>
>> I was reading the Wikipedia entry on .properties format
>> yesterday (http://en.wikipedia.org/wiki/.p
On Wed, Nov 5, 2014 at 9:31 AM, André Warnier wrote:
> Christopher Schultz wrote:
>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA256
>>
>> All,
>>
>> I was reading the Wikipedia entry on .properties format yesterday
>> (http://en.wikipedia.org/wiki/.properties) and I saw a mention of
>> Apac
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
All,
I was reading the Wikipedia entry on .properties format yesterday
(http://en.wikipedia.org/wiki/.properties) and I saw a mention of
Apache Tomcat that doesn't make any kind of sense to me:
"
In Apache Tomcat the ex
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
All,
I was reading the Wikipedia entry on .properties format yesterday
(http://en.wikipedia.org/wiki/.properties) and I saw a mention of
Apache Tomcat that doesn't make any kind of sense to me:
"
In Apache Tomcat the exclamation mark denotes a Nega
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Daniel,
On 11/5/14 7:31 AM, Daniel Mikusa wrote:
> On Tue, Nov 4, 2014 at 6:12 PM, Brandon Darbro
> wrote:
>
>> Looking for configuration help.
>>
>> Using tomcat7 7.0.34 from rpm package
>> tomcat7-7.0.34-3.jpp6.noarch.
>>
>> Followed the instr
On Wed, Nov 5, 2014 at 9:13 AM, Vasily Kukhta wrote:
> Hello all!
>
> I have developed an application using Tomcat JDBC pool. Everything is fine
> except that the pool leaves hundreds of TCP connections in TIME_WAIT state,
>
I have to ask, but are you sure it's the pool? TCP connections in the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Ravi,
On 11/4/14 11:35 PM, Goli, Ravi (FKN) - contr wrote:
> When I try to start the tomcat by running the httpd. I get the
> below internal server error displayed on the console.
You are already confused, or at least I am. Apache Tomcat is a Java
Hello all!
I have developed an application using Tomcat JDBC pool. Everything is fine
except that the pool leaves hundreds of TCP connections in TIME_WAIT state,
which kills the server sooner or later... Could you please suggest what to
fix, my configuration is below:
PoolProperties p
Looking for deployment and configuration help.
Using Tomcat 7.0.56 I'm trying to deploy my applications (WAR) using the
context in the META-INF/context.xml, without luck.
I've been reading the documentation and can't find a way to do this, even
though the documentation says its possible.
What I'm
On Tue, Nov 4, 2014 at 6:12 PM, Brandon Darbro
wrote:
> Looking for configuration help.
>
> Using tomcat7 7.0.34 from rpm package tomcat7-7.0.34-3.jpp6.noarch.
>
> Followed the instructions for using log4j for catalina.out found here:
> http://tomcat.apache.org/tomcat-7.0-doc/logging.html#Using_L
34 matches
Mail list logo