configuring tomcat 4 and apache 1.3

2001-07-25 Thread Marco Magistrali
Hi, someone knows how to configurate tomcat 4 and apache 1.3 on winnt system?? tanks!!

configuring tomcat 4 and apache 1.3

2001-07-25 Thread Marco Magistrali
Hi, someone knows how to configurate tomcat 4 and apache 1.3 on winnt system?? tanks!! Marco

using digest autenticator in tomcat 4

2001-07-17 Thread Marco Magistrali
hi all, I want to use the digest autenthicator with tomcat 4 but I can't I put in server.xml digest=MD5 I put in my web.xml auth-methodBASIC/auth-method I try to crypt my password with this method: public static void main(String args[]) { String pippo = pippo;

jsp and tomcat 4

2001-07-17 Thread Marco Magistrali
Hi, I have a question: if I modify a JSP under tomcat4 i don't see any change in browser because tomcat4 get the .class of JSP in cache (directory work) How can I say to recompile the jsp if there are changes in java?? tanks Marco

Re: jsp and tomcat 4

2001-07-17 Thread Marco Magistrali
there are way to force recompilation when I modify java in jsp?? I'm working on winnt with tomcat 4.0b5 D. Jay Newman wrote: I have a question: if I modify a JSP under tomcat4 i don't see any change in browser because tomcat4 get the .class of JSP in cache (directory work) How can

Re: jsp and tomcat 4

2001-07-17 Thread Marco Magistrali
ok, you restart tomcat. But with tomcat 3.1 the jsp was recompiled every time i modified java without restart tomcat, it's right?? I wouldn't to restart tomcat. Is it impossible?? tnx D. Jay Newman wrote: Sort of. When I change a system package (one I put into