EL not working...

2005-07-07 Thread Richard Reyes
Hello Guys, EL is not working under tomcat 4. how can i make it work? Please help Thanks Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: EL not working...

2005-07-07 Thread Richard Reyes
PROTECTED] wrote: EL comes with the Servlet 2.4 spec which is supported in Tomcat 5x. I believe you may be able to get EL like behaviour with the Struts-EL taglib, but you won't get it out of the box on Tomcat 4. Allistair. -Original Message- From: Richard Reyes [mailto:[EMAIL

Re: EL not working...

2005-07-07 Thread Richard Reyes
: EL comes with the Servlet 2.4 spec which is supported in Tomcat 5x. I believe you may be able to get EL like behaviour with the Struts-EL taglib, but you won't get it out of the box on Tomcat 4. Allistair. -Original Message- From: Richard Reyes [mailto:[EMAIL PROTECTED

Re: EL not working...

2005-07-07 Thread Richard Reyes
Hi Allistair, This is the value of [EMAIL PROTECTED] %= pageContext.getAttribute(username) % On 7/7/05, Richard Reyes [EMAIL PROTECTED] wrote: Thanks Allistair, But it throws an error... E:\LABDRIVE\jakarta-tomcat-5.0.28\work\Catalina\localhost\wds-ap\org\apache\jsp\bigler\serverpages

Re: help in setting up

2005-06-28 Thread Richard Reyes
I use JDK. On 6/29/05, ganesan malairaja [EMAIL PROTECTED] wrote: hi guys i know that to settup tomcat , there no need for apache i wanna know what java i should use is it j2dk or j2ee because i saw some example that uses both.. i am going to run JSP to retrieve info from

Help Basedir Error

2005-05-04 Thread Richard Reyes
Hi Guys, Im trying to setup tomcat 5 on Fedora Core 3 and I keep on having this BASEDIR error... [EMAIL PROTECTED] ~]$ env | grep CATALINA CATALINA_HOME=/home/sandman/jakarta-tomcat-5.0.28 CATALINA_BASE=/home/sandman/jakarta-tomcat-5.0.28 [EMAIL PROTECTED] ~]$ $CATALINA_HOME/bin/startup.sh The

Re: Directory listing

2005-04-14 Thread Richard Reyes
What I do is put an access denied index.jsp on every subdirectories inside the specific webapp folder. heres my acc. deny index.jsp... html head titleAccess Denied/title /head bodyh1Access Denied/h1/body /html hth. richard On 4/15/05, dummy [EMAIL PROTECTED] wrote: How can I disable both

Tomcat 5 + Struts 1.2.6 + Apache 1.3 + Egroupware on Solaris 8

2004-12-12 Thread Richard Reyes
Hello Guys, I am about to setup these applications. Have anyone setup something like this? I hope that you can send me guidelines, trouble spots and maybe documentations for the exact os and application versions. Thanks in advance. Richard