Where was the tomcat specific code? I think I might have tried to embed it.
One thing that used to be cool about JCS was that it embedded a small server and let you monitor and clear caches. All it required was setting one or variables in the configuration file. I had jetty embedded, but we didn't want to use a non jakarta servlet engine. I never got a nice small, easy tomcat server embedded. If someone has any idea on how to do this it would be nice. It gives you the option to host the jcs admin servlet yourself or just use the simple embedded server. It should be re-implemented. Aaron > -----Original Message----- > From: Travis Savo [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 28, 2004 8:06 PM > To: 'Turbine JCS Developers List' > Subject: RE: cvs commit: jakarta-turbine-jcs project.xml > > Not at all, man. First thing I did when I started working on JCS was rip > the > tomcat specific code right out, because I'm not using tomcat. > > If someone is, great. They should be able to get the Tomcat enhancement > files for JCS... but I don't think it should be part of the core package. > > -Travis Savo > > -----Original Message----- > From: Daniel Rall [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 28, 2004 5:41 PM > To: Turbine JCS Developers List > Subject: Re: cvs commit: jakarta-turbine-jcs project.xml > > > [EMAIL PROTECTED] wrote: > ... > > --- project.xml 21 Apr 2004 05:46:51 -0000 1.27 > > +++ project.xml 28 Apr 2004 04:05:10 -0000 1.28 > > @@ -138,6 +138,11 @@ > > <version>1.0.b2</version> > > <url>http://xml.apache.org/commons/</url> > > </dependency> > > + <dependency> > > + <id>struts</id> > > + <version>1.1</version> > > + <jar>struts-1.1.jar</jar> > > + </dependency> > > </dependencies> > > <build> > > <sourceDirectory>src/java</sourceDirectory> > > Am I the only one who thinks that a web application framework is a rather > odd > dependency for a caching system? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
