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
Hi Guys/Allistair,

I got this code .

bean:cookie name=%= Konstants.COOKIE_USERNAME  % id=username/
.
.
.
td align=lefthtml:text property=usernamesize=15
value=${username.value} //td

Any suggestions how to access the cookie value?

Thanks
Richard

On 7/7/05, Allistair Crossley [EMAIL 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 PROTECTED]
  Sent: 07 July 2005 09:38
  To: Tomcat Users List
  Subject: EL not working...
 
 
  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]
 
 
 
 
 FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE
 ---
 QAS Ltd.
 Registered in England: No 2582055
 Registered in Australia: No 082 851 474
 ---
 /FONT
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: EL not working...

2005-07-07 Thread Richard Reyes
Thanks Allistair,

But it throws an error...

E:\LABDRIVE\jakarta-tomcat-5.0.28\work\Catalina\localhost\wds-ap\org\apache\jsp\bigler\serverpages\login_jsp.java:237:
cannot resolve symbol
symbol  : method setValue (java.lang.Object)
location: class org.apache.struts.taglib.html.TextTag
  _jspx_th_html_text_0.setValue(
pageContext.getAttribute(username) );
  ^

On 7/7/05, Allistair Crossley [EMAIL PROTECTED] wrote:
 Yes it will be in pageContext, so
 
 %= pageContext.getAttribute(username) %
 
  Hi Guys/Allistair,
 
  I got this code .
 
  bean:cookie name=%= Konstants.COOKIE_USERNAME  % id=username/
  .
  .
  .
  td align=lefthtml:text property=usernamesize=15
  value=${username.value} //td
 
  Any suggestions how to access the cookie value?
 
  Thanks
  Richard
 
  On 7/7/05, Allistair Crossley [EMAIL 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 PROTECTED]
Sent: 07 July 2005 09:38
To: Tomcat Users List
Subject: EL not working...
   
   
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]
   
   
  
  
   FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE
   ---
   QAS Ltd.
   Registered in England: No 2582055
   Registered in Australia: No 082 851 474
   ---
   /FONT
  
  
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [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\login_jsp.java:237:
 cannot resolve symbol
 symbol  : method setValue (java.lang.Object)
 location: class org.apache.struts.taglib.html.TextTag
   _jspx_th_html_text_0.setValue(
 pageContext.getAttribute(username) );
   ^
 
 On 7/7/05, Allistair Crossley [EMAIL PROTECTED] wrote:
  Yes it will be in pageContext, so
 
  %= pageContext.getAttribute(username) %
 
   Hi Guys/Allistair,
  
   I got this code .
  
   bean:cookie name=%= Konstants.COOKIE_USERNAME  % id=username/
   .
   .
   .
   td align=lefthtml:text property=usernamesize=15
   value=${username.value} //td
  
   Any suggestions how to access the cookie value?
  
   Thanks
   Richard
  
   On 7/7/05, Allistair Crossley [EMAIL 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 PROTECTED]
 Sent: 07 July 2005 09:38
 To: Tomcat Users List
 Subject: EL not working...


 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]


   
   
FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE
---
QAS Ltd.
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT
   
   
  
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 database
 
 i need guide on how to setup tomcat .. ie what java version i shoud use.
 
 any links also would be helpfull .. consider a newbie case
 
 thanks guys .. ur help is appreaciated.
 htmlDIV
 DIVFONT color=#cc face=Lucida Handwriting, CursiveEMSTRONGIMG
 height=16 src=http://graphics.hotmail.com/emarrow_right.gif;
 width=16Ganesan_MalairajaIMG height=16
 src=http://graphics.hotmail.com/emarrow_left.gif;
 width=16/STRONG/EM/FONT/DIV/DIV/html
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 BASEDIR environment variable is not defined correctly
This environment variable is needed to run this program
[EMAIL PROTECTED] ~]$

Please help...

Regards
Richard

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 the apache and tomcat 5.5 from displaying the
 directory of my web application ?
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]