Re: Webapp reload corrupts Tomcat

2013-02-25 Thread Daniel Mikusa
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! >

Re: Webapp reload corrupts Tomcat

2013-02-24 Thread Kirill Ilyukhin
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

Re: Webapp reload corrupts Tomcat

2013-02-24 Thread Daniel Mikusa
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

Re: Webapp reload corrupts Tomcat

2013-02-24 Thread Kirill Ilyukhin
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

Re: Webapp reload corrupts Tomcat

2013-02-22 Thread Technical Support
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

Re: Webapp reload corrupts Tomcat

2013-02-22 Thread Daniel Mikusa
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

Re: Webapp reload and DriverManager in Tomcat 6.0 trunk

2009-11-17 Thread Rainer Frey
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 --

Re: Webapp reload and DriverManager in Tomcat 6.0 trunk

2009-11-17 Thread Rainer Frey
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

Re: Webapp reload and DriverManager in Tomcat 6.0 trunk

2009-11-16 Thread Rainer Frey (Inxmail GmbH)
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

Re: Webapp reload and DriverManager in Tomcat 6.0 trunk

2009-11-16 Thread Pid
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

Re: Webapp reload and DriverManager in Tomcat 6.0 trunk

2009-11-16 Thread Rainer Frey
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

Re: Webapp reload and DriverManager in Tomcat 6.0 trunk

2009-11-16 Thread Rainer Frey
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: > >

Re: Webapp reload and DriverManager in Tomcat 6.0 trunk

2009-11-16 Thread Mikolaj Rydzewski
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

RE: Webapp Reload

2006-06-07 Thread Asensio, Rodrigo
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

Re: Webapp Reload

2006-06-07 Thread Filip Hanik - Dev Lists
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:

Re: Webapp Reload

2006-06-07 Thread Marc Farrow
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

Re: Webapp Reload

2006-06-07 Thread Filip Hanik - Dev Lists
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

Re: Webapp reload failing, but restarting tomcat allows webapp to load fine

2006-06-01 Thread David Wall
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

Re: Webapp reload failing, but restarting tomcat allows webapp to load fine

2006-06-01 Thread David Wall
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

Re: Webapp reload failing, but restarting tomcat allows webapp to load fine

2006-06-01 Thread Martin Gainty
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