RE: Is there such a beast ? (virtual directories)

2004-07-13 Thread Erik Earle
This goes against the grain of the servlet spec. Generally, images would be something tied to a web application and would therefore be contained within the application war file (or directory) so that the webapp would be deployed as a single unit. ...but I'm not a puriest so have at it :P One

JMX tools survey

2004-07-09 Thread Erik Earle
I'm just curious: what tools folks are using for monitoring / managing Tomcat through JMX? _ MSN Life Events gives you the tips and tools to handle the turning points in your life. http://lifeevents.msn.com

RE: favicon question

2004-07-09 Thread Erik Earle
You could map a servlet to /favicon.ico that serves different icons based on a cookie value that is set per context (with a custom Valve if you like) :oP Original Message Follows From: Mufaddal Khumri [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users

RE: my jsps don't work anymore :(

2004-06-23 Thread Erik Earle
With no logs, this is hard to diagnose but...check permission on the /home/myacct. Does the user Tomcat is running under have access? Original Message Follows From: Casas, Claudia [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]

Re: Design question ..

2004-06-21 Thread Erik Earle
Unless it's too late in your implementation, I would decouple the reserve from the purchase. This way, the reserve transaction is shorter and more scalable and is not dependent on how fast you can enter CC and address data. This is nicer for the user too because they are getting close to real

Re: Reading the servlet input stream twice

2004-06-18 Thread Erik Earle
look at the org.apache.catalina.valve.RequestDumperValve Original Message Follows From: QM [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: Re: Reading the servlet input stream twice Date: Fri, 18 Jun 2004