Re: JSP in Static Resources

2013-07-14 Thread Alireza Fattahi
Good point, I did not think about it ! Please let me know this: If I have an static html page ( like and about.html page) and I change the extension to  to jsp (about.js) , then the tomcat will not cache it any more?! I try to google tomcat caching and could not find any thing useful. Can you pl

Re: JSP in Static Resources

2013-07-14 Thread Alireza Fattahi
Hi, I am using YAML framework for layout management, it has lot's of css files to be changed, and on the other hand, if I want to set the contentType manually I should do it every time I upgrade the YAML framework.   ~Regards, ~~Alireza Fattahi From: Leon R

Re: ISAPI Redirector

2013-07-14 Thread Mark Eggers
> > From: Christopher Valerio >To: users@tomcat.apache.org >Sent: Sunday, July 14, 2013 6:48 PM >Subject: ISAPI Redirector > > >Hi im using ISAPI redirector for iis 7 on windows 2008 with tomcat 5.5 it >works fine with one instance of tomcat. But I need to setupo

ISAPI Redirector

2013-07-14 Thread Christopher Valerio
Hi im using ISAPI redirector for iis 7 on windows 2008 with tomcat 5.5 it works fine with one instance of tomcat. But I need to setupo something like this on uiworkermap.properties. subdomain.domain.com/*=worker4 because i need to setup differents environments of tomcat one for prod and anot

Re: JSP in Static Resources

2013-07-14 Thread Terence M. Bandoian
On 7/13/2013 10:56 PM, Alireza Fattahi wrote: > Guys please concentrate on the main issue !! > > I ask again: > > When you set jsp servlet to process the css files by adding: > > jsp > *.css > > > > The tomcat does not set the CSS file extension mime type to text/css. > Although below li

Re: JSP in Static Resources

2013-07-14 Thread Tim Watts
On Sun, 2013-07-14 at 16:27 -0700, Hassan Schroeder wrote: > On Sun, Jul 14, 2013 at 3:53 PM, Tim Watts wrote: > > > If you don't take steps to make them cacheable, they'll be fetched > > every time on every page adding extra load on your server and the > > network. > > Which would be *the whole

Re: JSP in Static Resources

2013-07-14 Thread Leon Rosenberg
Hello Alireza, what exactly was wrong with putting contentType="text/css;charset=UTF-8" on top of your css-jsps? Actually each page should have content-type, so why not the css jsps? Leon On Sun, Jul 14, 2013 at 12:43 PM, Alireza Fattahi wrote: > Well, > > If we want to follow up that post ,

Re: JSP in Static Resources

2013-07-14 Thread Hassan Schroeder
On Sun, Jul 14, 2013 at 3:53 PM, Tim Watts wrote: > If you don't take steps to make them cacheable, they'll be fetched > every time on every page adding extra load on your server and the > network. Which would be *the whole point* of having dynamically generated style files, eh? :-) -- Hassan

Re: JSP in Static Resources

2013-07-14 Thread Tim Watts
On Sun, 2013-07-14 at 23:28 +0200, André Warnier wrote: > Alireza Fattahi wrote: > > Well, > > > > If we want to follow up that post , then we should belive that: > > Tomcat is an inclusive church, and you can believe what you want. > Konstantin is one of the Tomcat developers however, so you sh

Re: JSP in Static Resources

2013-07-14 Thread André Warnier
Alireza Fattahi wrote: Well, If we want to follow up that post , then we should belive that: Tomcat is an inclusive church, and you can believe what you want. Konstantin is one of the Tomcat developers however, so you should probably consider what he wrote and try to understand it correctly.

Re: ClassNotFoundException org.apache.juli.FileHandler in Tomcat 7.0.42 / OpenJDK 6 b27 (FreeBSD)

2013-07-14 Thread Matthias Petermann
Am 13.07.2013 16:07, schrieb Konstantin Kolinko: 2013/7/13 Konstantin Kolinko : 2013/7/13 Matthias Petermann : Hello, when I try to start Tomcat 7.0.42 with OpenJDK 6 b27, it complains about not finding classes for the logging handlers. I created a minimal logging.properties to narrow down the

Re: tomcat 5.5.34

2013-07-14 Thread Konstantin Kolinko
2013/7/14 Christopher Valerio : > Hi , I have an instance of tomcat that I need to clone, for developing > purpose. I change connectors port, I added a new Service with the command > Tomcat5.exe //IS// and I added --Environment option to change CATALINA_BASE > and CATALINA_HOME variables. I'm usin

Re: JSP in Static Resources

2013-07-14 Thread Alireza Fattahi
Well,   If we want to follow up that post , then we should belive that: Setting the mime type is not working for css So we should use other ways to solve it.   Is that true?!   ~Regards, ~~Alireza Fattahi From: André Warnier To: Tomcat Users List Sent: Sunday,

Re: JSP in Static Resources

2013-07-14 Thread André Warnier
Alireza Fattahi wrote: Guys please concentrate on the main issue !! I believe that "the main issue" was already answered thoroughly by Konstantin earlier. Did you not read it ? I ask again: When you set jsp servlet to process the css files by adding: jsp *.css The tomcat does n