arbitrary servlet directory

2001-06-21 Thread Salvatore Sferrazza

i'm sure many of you are familiar with configuring apache so that when a
user on the box creates a public_html directory in their home dir, it will
automatically show up and get served by apache.  is there something
similar that can be configured in orion, ideally what i would like is a
structure like:

/home/myuser/public_html/servlets

where a user can stick all servlets under this directory and have orion
serve them.  in addition, i would like all *.jsp's under public_html to
be served up by orion.  is there any way to do this without making a
change in server.xml for each new servlet deployed?

Thanks In Advance,

Sal






Re: Performance problems...

2001-03-25 Thread Salvatore Sferrazza

I've had similar symptoms with ATG Dynamo.  It usually occurs when the VM
decides to garbage collect.  The way we get around this is to have
multiple Dynamo instances each with it's own dedicated VM and CPU.  This
makes the user experience more acceptable across all sessions on the
system since the garbage collection per user is less noticeable.  are you
only using 1 VM right now?

just a thought.

Sal