modul to crush tomcat admin

2006-04-25 Thread Thibaut
Hi I would like to crush the tomcat admin with the admin modul have created. Is that possible ? What is the way ? Thibaut - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ip instead of domainName

2006-04-18 Thread Thibaut
mail. The domain name are not the same from the one of the tomcat server. (Don't know if this help but i write it because i had problems to configure DNS nicely). Any idea ? Thibaut - To unsubscribe, e-mail: [EMAIL PROTECTED

JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Thibaut Nicolas
in using javac compiler instead of JDT compiler but I'd prefer using JDT compiler. Can someone help me and tell me what I'm doing wrong ? Thanks in advance Thibaut exception org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 4 in the jsp file: /jsp

Re: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Thibaut Nicolas
you know Thanks for this idea Thibaut Caldarale, Charles R a écrit : From: Thibaut Nicolas [mailto:[EMAIL PROTECTED] Subject: Re: JSP compilation error in Tomcat 5.5 using type Vector Here is the very simple JSP that have written to isolate the error This probably won't help much: your

Re: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Thibaut Nicolas
That's it ! I had a library containing java 1.1 classes in my classpath. It seems that JDT uses the classes that are in the classpath instead of those that are in the JRE. This behaviour is a bit different of Sun compiler. Thanks for your help Thibaut Thibaut Nicolas a écrit : I've tried