Re: redirect from one servlet to one jsp page

2003-11-17 Thread Eric C
syntax issue ... the name response is a JSP implicit object... in your servlet you may have called it resp or res or whatever depending on your method declaration , example : if : public void doGet (HttpServletRequest req, HttpServletResponse res) then you'd write

Re: HOW CAN I USE THREADS IN TOMCAT

2003-11-01 Thread Eric C
Use cron under unix and/or a java app that would use Javamail classes. Of course you can do it inside a servlet. - Original Message - From: Prince [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, November 01, 2003 8:51 AM Subject: HOW CAN I USE THREADS IN TOMCAT

Re: Tomcat 5.0.14 Beta

2003-11-01 Thread Eric C
I had the same error with 5.0.12 a bracket was missing in my code and it throwed this weird message. - Original Message - From: Matt Raible [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 01, 2003 7:17 PM Subject: Tomcat 5.0.14 Beta I just upgraded from Tomcat 5.0.12

Re: Difficulty in compiling a servlet.

2003-10-12 Thread Eric C
Don't you have a syntax error somewhere ? DBUpadate - Original Message - From: anunay ashish [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, October 11, 2003 2:27 PM Subject: Difficulty in compiling a servlet. Hi, The code for my bean is: package

Easy : CLASSPATH problem

2003-10-12 Thread Eric C
Hi all, I just installed tomcat 5 to benefits servlet 2.4 implementation But where shall i point my classpath to ? E:\java\jakarta-tomcat-5.0.12\jakarta-tomcat-5.0.12\server\lib ? But javac doesn't take it in consideration. There several servlet*.jar files but which one is the good one for javac

Re: Easy : CLASSPATH problem

2003-10-12 Thread Eric C
... found out : set classpath to servlet-api.jar not sry for noise - Original Message - From: Eric C [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, October 12, 2003 10:34 AM Subject: Easy : CLASSPATH problem Hi all, I just installed tomcat 5 to benefits

Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Eric C
Hello, I read once that tomcat 5 is designed to handle the static files. Is mod_jk still necessary then ? do you have any experience on that ? Regards, ERic - Original Message - From: Giuliano Gavazzi [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, October 12,