On Feb 24, 2013, at 9:27 PM, Kirill Ilyukhin wrote:
>
> On 25.02.2013 2:10, Daniel Mikusa wrote:
>> On Feb 24, 2013, at 11:48 AM, Kirill Ilyukhin wrote:
>>
>>> On Feb 22, 2013, at 22:32 , Daniel Mikusa wrote:
>>>
On Feb 22, 2013, at 12:09 AM, Kirill Ilyukhin wrote:
> Hi!
>
On 25.02.2013 2:10, Daniel Mikusa wrote:
On Feb 24, 2013, at 11:48 AM, Kirill Ilyukhin wrote:
On Feb 22, 2013, at 22:32 , Daniel Mikusa wrote:
On Feb 22, 2013, at 12:09 AM, Kirill Ilyukhin wrote:
Hi!
I have 5 servers with the following configuration:
Windows Server 2008 R2 64-bit,
Or
On Feb 24, 2013, at 11:48 AM, Kirill Ilyukhin wrote:
> On Feb 22, 2013, at 22:32 , Daniel Mikusa wrote:
>
>> On Feb 22, 2013, at 12:09 AM, Kirill Ilyukhin wrote:
>>
>>> Hi!
>>>
>>> I have 5 servers with the following configuration:
>>> Windows Server 2008 R2 64-bit,
>>> Oracle JDK 1.7.0_11-b
On Feb 22, 2013, at 22:32 , Daniel Mikusa wrote:
> On Feb 22, 2013, at 12:09 AM, Kirill Ilyukhin wrote:
>
>> Hi!
>>
>> I have 5 servers with the following configuration:
>> Windows Server 2008 R2 64-bit,
>> Oracle JDK 1.7.0_11-b21 64-bit,
>> Tomcat 7.0.35 running as a service.
>> A few we
Hi,
Im beginner in Linux. Can anyone help me develop my skills in Linux?
Thanks
Chak Teylor
On Fri, Feb 22, 2013 at 9:32 PM, Daniel Mikusa wrote:
> On Feb 22, 2013, at 12:09 AM, Kirill Ilyukhin wrote:
>
> > Hi!
> >
> > I have 5 servers with the following configuration:
> >Windows Server 2
On Feb 22, 2013, at 12:09 AM, Kirill Ilyukhin wrote:
> Hi!
>
> I have 5 servers with the following configuration:
>Windows Server 2008 R2 64-bit,
>Oracle JDK 1.7.0_11-b21 64-bit,
>Tomcat 7.0.35 running as a service.
> A few webapps are running perfectly well under the Tomcat until one
On Monday 16 November 2009 14:24:37 Rainer Frey wrote:
> Hi,
>
> I found a problem when using DriverManager.getConnection() with a build
> from current 6.0 SVN
[...]
As requested, added a bugzilla entry:
https://issues.apache.org/bugzilla/show_bug.cgi?id=48214
Rainer
--
On Monday 16 November 2009 14:24:37 Rainer Frey wrote:
> Hi,
> The error originally occured in a much more complicated application with a
> home-grown DB connection pool, but the servlet I mentioned above exhibits
> this behavior. For anyone willing to test: here is a .war file with this
> servle
On Monday 16 November 2009 15:00:32 Pid wrote:
> On 16/11/2009 13:54, Rainer Frey wrote:
> > I forgot a very important information: the JDBC driver is in tomcat/lib
> > because our server usually runs several instances of the same webapp, and
> > the customers have to add the JDBC driver themselves
On 16/11/2009 13:54, Rainer Frey wrote:
On Monday 16 November 2009 14:24:37 Rainer Frey wrote:
Hi,
I found a problem when using DriverManager.getConnection() with a build
from current 6.0 SVN (this morning).
[...]
Everything works fine with Tomcat 6.0.20.
I forgot a very important informati
On Monday 16 November 2009 14:24:37 Rainer Frey wrote:
> Hi,
>
> I found a problem when using DriverManager.getConnection() with a build
> from current 6.0 SVN (this morning).
[...]
> Everything works fine with Tomcat 6.0.20.
I forgot a very important information: the JDBC driver is in tomcat/lib
On Monday 16 November 2009 14:32:41 Mikolaj Rydzewski wrote:
> Rainer Frey wrote:
> > I found a problem when using DriverManager.getConnection() with a build
> > from current 6.0 SVN (this morning). Basically I have a Servlet that's
> > loaded on startup and does following in its init() method:
>
>
Rainer Frey wrote:
I found a problem when using DriverManager.getConnection() with a build from
current 6.0 SVN (this morning). Basically I have a Servlet that's loaded on
startup and does following in its init() method:
You should really use JNDI to obtain DataSource.
--
Mikolaj Rydzewski
Thanks for the answer.
Filip, I will try some solutions with your clues. Thanks
-Original Message-
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 07, 2006 2:03 PM
To: Tomcat Users List
Subject: Re: Webapp Reload
yes, login information is not preserved
yes, login information is not preserved during a restart/reload.
you would have to come up with a custom solution for this, possible just
creating a simple extension to the StandardManager or do it within your
application using another session attribute and a filter
Filip
Marc Farrow wrote:
Things brings up an interesting point. How do you make the standard tomcat
session attributes Serializable? Because, I currently am using a security
constraint against an LDAP server. However, every time I redeploy the
application the session is lost.
On 6/7/06, Filip Hanik - Dev Lists <[EMAIL
My guess is that your session attributes do not implement
java.io.Serializable
if they don't tomcat can not store them for a restart or reload
Filip
Asensio, Rodrigo wrote:
Hello,
We have a call center webapp with 100 simultaneous sessions all
time ( 24/7 ). This webapp has several s
On reading more in the release notes
(http://tomcat.apache.org/tomcat-5.5-doc/RELEASE-NOTES.txt), I figured
I'd give the shared/lib idea a try. I found that just by moving the
BouncyCastle JCE jar into shared/lib and out of the WEB-INF/lib of the
various webapps, all seems to work okay.
On a
Martin,
Thanks for your suggestion, but it's unlikely that web.xml was
misconfigured just because of this TC upgrade (it wouldn't have needed
to change). Also, when I restart tomcat (rather than just reload via
the manager), the webapp comes up just fine. It's only on a reload that
things f
If you check the logs ..more than likely you may be trying to pull a class that
is not on classpath or maybe an aberrant configuration
abeerant config is servlet-mapping may be munged in web.xml
HTH,
Martin --
*
This email messag
20 matches
Mail list logo