RE: class loading issue/bug 4.1.17

2003-02-05 Thread shawn
you are experiencing is a fundamental issue on how classloaders >hierarchy works when using servlet container. documented here > > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html > > > Filip > > > > -----Original Message- > From: sha

RE: class loading issue/bug 4.1.17

2003-02-05 Thread shawn
he case in OpenSource, Junior developers have a tough time getting Sr ones to do things differently without sufficient justification...) I do greatly appreciate the response and apologize for being fiesty this morning. This in no way should be interpreted as a

class loading issue/bug 4.1.17

2003-02-05 Thread shawn
point it out in case. -- shawn <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat fan-sites, plushies, etc

2001-09-05 Thread Shawn McMurdo
at's eyes you can see the initials of Craig, Costin, Jon, Pier, etc. ;-) Shawn Pier Fumagalli wrote: > "Deacon Marcus" <[EMAIL PROTECTED]> wrote: > > > Hi, > > Are there any Tomcat fan-sites? Not support, help, etc, but _fan_ sites? > > Are there any T

[PATCH] 3.2.3 and 3.3 fix for JspWriter buffer not being cleared on JSP forward

2001-08-31 Thread Shawn McMurdo
Attached are patches against the current 3.2 branch and the 3.3 head to fix a problem when JSPs forward requests. The JspWriter buffer was not being cleared before the forward. The modified file is: src/share/org/apache/jasper/runtime/PageContextImpl.java. Shawn -- Shawn McMurdo

[PATCH] Tomcat 3.2.2 - missing string resources

2001-05-24 Thread Shawn McMurdo
code modifications. Attached is a patch made with "cvs diff -u" against the tomcat_32 branch. Shawn -- Shawn McMurdo mailto:[EMAIL PROTECTED] Lutris Technologieshttp://www.lutris.com Enhydra.Orghttp://www.enhydra.org Index: LocalStr

Tomcat 3.2.2 problem with string resources

2001-05-23 Thread Shawn McMurdo
e to Tomcat 3.3 or 4.0, but maybe if there is ever a 3.2.3 release it can be included. Shawn -- Shawn McMurdo mailto:[EMAIL PROTECTED] Lutris Technologieshttp://www.lutris.com Enhydra.Orghttp://www.enhydra.org

Re: tomcat+EJB container

2001-04-25 Thread Shawn McMurdo
Hi, You may also want to take a look at Enhydra Enterprise at http://enterprise.enhydra.org/ which incorporates Tomcat and the Jonas EJB server. You also may want to ask your question on the jonas mailing lists available at http://www.objectweb.org/ . Shawn Allan Kamau wrote: > Dear Gu

Re: [Fwd: Watchdog sleeping?]

2001-04-11 Thread Shawn McMurdo
Thanks Marc! That would be great. Below are my comments from the message to watchdog-dev. Also, one change was because the test unnecessarily assumes the default mime type for the server is not "text/html". Attached is the patch. Let me know if you have any questions. Thanks ag

Re: [Fwd: Watchdog sleeping?]

2001-04-11 Thread Shawn McMurdo
Hi Jeff, Thanks for the info and the pointer! Shawn Jeff Turner wrote: > On Wed, Apr 11, 2001 at 01:22:37PM -0400, Shawn McMurdo wrote: > > No one on watchdog-dev or general seems to know anything about > > the status of Watchdog. > > Does anyone here on tomcat-dev know wha

[Fwd: Watchdog sleeping?]

2001-04-11 Thread Shawn McMurdo
No one on watchdog-dev or general seems to know anything about the status of Watchdog. Does anyone here on tomcat-dev know what is up with Watchdog? Shawn -- Shawn McMurdo mailto:[EMAIL PROTECTED] Lutris Technologieshttp://www.lutris.com Enhydra.Orghttp

[Fwd: Enhydra: Enhydra Enterprise Beta 1 Milestone]

2001-03-29 Thread Shawn McMurdo
FYI, Enhydra Enterprise embeds Tomcat 3.2.1 as it's Servlet/JSP engine. I would personally like to thank all of the developers in the Tomcat community who have produced such an excellent example of open source at work. Shawn -- Shawn McMurdo mailto:[EMAIL PROTECTED] L

Re: Bug 1006, what's next ?

2001-03-20 Thread Shawn McMurdo
I'd mention it in case it affects your testing. Shawn -- Shawn McMurdo mailto:[EMAIL PROTECTED] Lutris Technologieshttp://www.lutris.com Enhydra.Orghttp://www.enhydra.org

Re: Assigning Servlets to different ports.

2001-03-06 Thread Shawn McMurdo
Hi Costin, I will be very interested to learn more about the ProfileLoader and Tomcat 3.3 in general. I hope to have more time to bang on TC3.3 and TC4.0 after Enhydra Enterprise 4.0 is released. Shawn [EMAIL PROTECTED] wrote: > Hi William, > > Regarding "multiple ContextManag

Re: Assigning Servlets to different ports.

2001-03-06 Thread Shawn McMurdo
. Hope that helps. Shawn William Wishon wrote: > Shawn, > > Could you point me more specifically at where Enhydra uses multiple > ContextManagers? I just downloaded EE 4.0a4 and couldn't find any files > that have examples of multiple ContextManagers on different ports

Re: Assigning Servlets to different ports.

2001-03-06 Thread Shawn McMurdo
currently using Tomcat 3.2.1. Shawn Mel Martinez wrote: > --- Uijin Hong <[EMAIL PROTECTED]> wrote: > > Why don't you just run 2 servlet container(Tomcat)s > > for each port? > > > > That could get memory expensive if you have to do this > for several

Re: Meeting dialins

2001-01-23 Thread Shawn McMurdo
Hi Jim, Sorry, I must have missed that message amid the flamefest. ;-) I think it's great that the Jakarta PMC is making these efforts to be more open. Thanks! Shawn Jim Driscoll wrote: > Shawn McMurdo wrote: > > A reservation system or even an informal "who's planning

Re: Meeting dialins

2001-01-21 Thread Shawn McMurdo
A reservation system or even an informal "who's planning on dialing in" query on the list before the meeting can give the community and the organizers a good feel for whether there is room for casual observers or whether more ports are needed. Shawn Jon Stevens wrote: > on 1/

Re: An alternative to JSP

2001-01-11 Thread Shawn McMurdo
page. With XMLC designers can use best of breed WYSIWYG design tools without requiring special tool integration. Shawn -- Shawn McMurdo mailto:[EMAIL PROTECTED] Lutris Technologieshttp://www.lutris.com Enhydra.Org

Re: An alternative to JSP

2001-01-11 Thread Shawn McMurdo
found this to be a vastly superior way to develop web applications. Please take a look at: http://www.enhydra.org and http://xmlc.enhydra.org for more information. XMLC is open source and freely available. Shawn Brad Cox wrote: > I've uploaded an early rough draft of a pair of articl

Re: The significance of root context

2001-01-03 Thread Shawn McMurdo
The patch was sent as an attachment. Here it is again, this time as "diff -u" instead of "diff -c" and I have forced it to plain text only instead of both plain text and html. Hopefully that will come through ok. Let me know if you still have any problems. Shawn Marc Saege

Re: The significance of root context

2001-01-02 Thread Shawn McMurdo
Did you see my patch submitted to the list on 2000 Dec 23? I think it addresses this problem. Shawn David Soroko wrote:  Thanks -- David Soroko mailto:[EMAIL PROTECTED] http://www.geocities.com/SiliconValley/Campus/1628/ Manna Inc

[PATCH} Re: Tomcat 3.2.1 bug if not root-context defined.

2000-12-23 Thread Shawn McMurdo
I have attached a patch that corrects this problem for me. Please try it out and see if it works for you so that a committer can apply it. This is a patch against the current 3.2 branch for the ContextManager. Happy Holidays! Shawn Klaus Friedel wrote: > Tomcat 3.2.1 fails to delive

Re: help for EJB

2000-12-21 Thread Shawn McMurdo
http://www.jboss.org and then follow the appropriate directions. Shawn       Boby Michael  urn:schemas-microsoft-com:office:office" /> -- Shawn McMurdo  mailto:[EMAIL PROTECTED] Lutris Technologies    http://www.lutris.com Enhydra.Org    http://www.enhydra.org  

Re: Tomcat 3.2.1 bug if not root-context defined.

2000-12-21 Thread Shawn McMurdo
Hi Klaus, I ran into this as well and thought it was particular to the way that Tomcat is integrated with Enhydra. I think I have a fix for it. I'll try to get a patch together and post it soon. Shawn Klaus Friedel wrote: > Tomcat 3.2.1 fails to deliver a resource, if no root-co

Re: OpenEJB

2000-12-19 Thread Shawn McMurdo
Alternatively you may wish to check out Enhydra Enterprise at http://www.enhydra.org/ which integrates Tomcat with the Jonas EJB container. Shawn Jon Stevens wrote: > on 12/18/2000 1:18 PM, "dferugson" <[EMAIL PROTECTED]> wrote: > > > Anybody know if tomcat is headed

Re: EJB

2000-11-29 Thread Shawn McMurdo
That is opening up a can of worms that I won't get into and doesn't belong on this list. The best thing to do is to try them both out and see which one fits your needs the best. Shawn Jatin Shah wrote: > Thanks very much. > One more question, > Which one is better ? any be

Re: Use Tomcat As embedded server

2000-11-29 Thread Shawn McMurdo
class included with Tomcat. Shawn "Mullis, Michael (AT-Atlanta)" wrote: > Check out http://jboss.org. > Look at the jboss/Tomcat link. > > jboss is an Open Source EJB Server that can run with Tomcat embedded. > > Michael. > > -Original Message- > From

Re: EJB

2000-11-28 Thread Shawn McMurdo
The Jonas EJB server ( http://www.objectweb.org/ ) is integrated with Tomcat 3.2 in Enhydra Enterprise which is available at http://www.enhydra.org . Shawn Helmut Wirth wrote: > > Jatin Shah wrote: > > > > Hi, > > I am very new to tomcat. How should I Implement EJB

[PATCH] Tomcat 3.2 RequestImpl.java

2000-11-19 Thread Shawn McMurdo
that I had when extending the RequestImpl class and overriding recycle(). Please consider this patch for inclusion in Tomcat 3.2. It should have no real functional impact on the standard Tomcat, but fixes a potential problem with embedding Tomcat. Thanks. Shawn PS: Hopefully the patch will come

Re: Tomcat & JNDI

2000-11-08 Thread Shawn McMurdo
You may also like to know that Enhydra Enterprise ( http://www.enhydra.org/ ) provides integrated Tomcat and JNDI support. Shawn Rickard Öberg wrote: > > I am trying to tie Tomcat with JNDI to use J2EE pattern to obtain resources: > > > > Context context = new InitialContext