Exception in RealmBase

2004-12-04 Thread Mike Duffy
Searching the archives, I found two similar issues from earlier this year that were unanswered: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg131837.html http://www.junlu.com/msg/44667.html Basically, there is an exception at startup when using a custom realm implementation (in

Re: ROOT/index.jsp- REASON WHY EDITING FAILS

2004-06-23 Thread Mike Duffy
TED]> wrote: > On Tue, Jun 22, 2004 at 12:44:06PM -0700, Mike Duffy wrote: > : Good suggestion. If the JSP is precompiled shouldn't I be able to go to the work > directory > and > : see index_jsp.class somewhere under a ROOT directory (like there is for other > webapps)?

Re: ROOT/index.jsp

2004-06-22 Thread Mike Duffy
ory? Mike --- QM <[EMAIL PROTECTED]> wrote: > On Tue, Jun 22, 2004 at 09:37:19AM -0700, Mike Duffy wrote: > : When using Tomcat 5.0.25 it seems that any change I make to ROOT/index.jsp does > not show up in > the > : browser (in Tomcat 4.xx this was easy to do). I am sure this is

ROOT/index.jsp

2004-06-22 Thread Mike Duffy
When using Tomcat 5.0.25 it seems that any change I make to ROOT/index.jsp does not show up in the browser (in Tomcat 4.xx this was easy to do). I am sure this is some sort of caching problem so I've been looking for the compiled JSP in the work directory to delete it. Very strange, but it doe

ROOT/index.jsp

2004-06-22 Thread Mike Duffy
When using Tomcat 5.0.25 it seems that any change I make to ROOT/index.jsp does not show up in the browser (in Tomcat 4.xx this was easy to do). I am sure this is some sort of caching problem so I've been looking for the compiled JSP in the work directory to delete it. Very strange, but it doe

Re: Managing Session Objects - Preventing a Degredation in Performance

2004-05-29 Thread Mike Duffy
t is "YMMV"? Thx. Mike --- QM <[EMAIL PROTECTED]> wrote: > On Sat, May 29, 2004 at 07:18:27PM -0700, Mike Duffy wrote: > : As I said in my original email: You could try to map every process exit > : and remove unneeded objects at then end of a process; however, > : impl

Re: Managing Session Objects - Preventing a Degredation in Performance

2004-05-29 Thread Mike Duffy
Buying a faster system with more memory will help, but writing good code might be a better solution What are your thoughts on the merits of this solution? Mike --- QM <[EMAIL PROTECTED]> wrote: > On Sat, May 29, 2004 at 11:31:26AM -0700, Mike Duffy wrote: > : I asked these q

Managing Session Objects - Preventing a Degredation in Performance

2004-05-29 Thread Mike Duffy
I asked these question in the Struts list and only received a minimal response: Does anyone have any good ideas on managing session objects? In a complex application how do you insure that the session does not become over burdened with unnecessary objects, thus degrading system performance?

RE: Clustering Application Scope Objects

2004-04-11 Thread Mike Duffy
o be made during an update. Mike --- "Filip Hanik (lists)" <[EMAIL PROTECTED]> wrote: > not implemented right now, how would you solve conflicts? > > > > Filip > > -Original Message- > From: Mike Duffy [mailto:[EMAIL PROTECTED] > Sent: Fr

Clustering Application Scope Objects

2004-04-09 Thread Mike Duffy
I've read documentation for The Tomcat 5 Servlet/JSP Container: Clustering/Session Replication HOW-TO http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html I understand clustering for individual user sessions. Are there any correlated methods for clustering application scope objects

Tomcat 5.0 Not Displaying the Stack Trace

2004-02-16 Thread Mike Duffy
I just switched to Tomcat 5.0. For some reason the stack trace is not displayed when an error is generated (the error is in the log); a blank page is displayed. Any suggestions? Thanks. Mike __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing onlin

Configuring a Data Resource in web.xml

2004-02-15 Thread Mike Duffy
The reference book I have shows how to configure a data resource (JDBC) in the server.xml. Does anyone have a reference on how to do this in the web.xml? I'd like to be able to unpack a war and have everything run, without the need to edit the server.xml. Thanks for your help. Mike ___

Tomcat Hangs at Startup

2003-08-29 Thread Mike Duffy
I am running Tomcat 4.1.27 on Windows XP. I am experiencing serious hang times at startup. Has anyone seen this before? It hangs right after the following block: Aug 29, 2003 5:36:30 PM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry information Aug 29, 2003 5:36:30 PM

Total Linux Newbie Question

2003-08-23 Thread Mike Duffy
With all the Windows viruses going around, I've decided to spend the weekend switching from Windows to Linux for my workstation at home. Could someone please help me with a very basic question when running Tomcat under Linux: When I start Tomcat in the Linux terminal using "./startup.sh" I don'

Re: Problem with Bookmarking a Login Page

2003-03-25 Thread Mike Duffy
te: Tue, 25 Mar 2003 03:54:23 -0500 > > From: Steven J. Owens <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > > [EMAIL PROTECTED] > > To: Tomcat Users List <[EMAIL PROTECTED]> > > Subject: Re: Problem with Bookmarking a L

Status 400 - Invalid direct reference to form login page

2003-03-24 Thread Mike Duffy
Status 400 - Invalid direct reference to form login page The above error is generated when a user bookmarks the login page on an application server where container managed security is used. Does anyone have an elegant way of dealing with this error? Putting a note on the login page saying, “Plea

Problem with Bookmarking a Login Page

2003-03-23 Thread Mike Duffy
Does anyone know of a Struts work around for the problem with Tomact in bookmarking the login page for container managed security? There was a brief thread on this issue about a month ago [http://www.mail-archive.com/[EMAIL PROTECTED]/msg59734.html] There is a SourceForge project called SecurityF