Issue with EL disabled

2003-12-13 Thread Olivier Moratin
Hello,
 
I am getting crazy on what could be a simple thing.
 
While the Tomcat webapp examples (accessible from the manager) run EL (${variable}) 
properly, my own app doesn't.
 
I just installed Tomcat and stuff and thought it was enabled by default.
 
Tomcat 5 on Windows with latest version of J2EE/J2SE.
 
Please help. I am getting irritated :))
 
Thanks a lot


-
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing

Re: Issue with EL disabled

2003-12-13 Thread Manolo Ramirez T.
Hi,

Make sure that your web.xml is according to the Servlet 2.4 
Specification. Tomcat disables EL evaluation for old apps.

Regards,


Manolo Ramirez T.
Olivier Moratin wrote:
Hello,
 
I am getting crazy on what could be a simple thing.
 
While the Tomcat webapp examples (accessible from the manager) run EL (${variable}) properly, my own app doesn't.
 
I just installed Tomcat and stuff and thought it was enabled by default.
 
Tomcat 5 on Windows with latest version of J2EE/J2SE.
 
Please help. I am getting irritated :))
 
Thanks a lot

-
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing


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


RE: Issue with EL disabled

2003-12-13 Thread Matt Raible
Make sure you have a Servlet 2.4 configuration for your web.xml.  EL is
turned off by default with 2.3 web.xml's.

Here's some additional info:

http://www.raibledesigns.com/page/rd?anchor=howto_upgrade_your_app_to

HTH,

Matt

 -Original Message-
 From: Olivier Moratin [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, December 13, 2003 6:07 AM
 To: [EMAIL PROTECTED]
 Subject: Issue with EL disabled
 
 
 Hello,
  
 I am getting crazy on what could be a simple thing.
  
 While the Tomcat webapp examples (accessible from the 
 manager) run EL (${variable}) properly, my own app doesn't.
  
 I just installed Tomcat and stuff and thought it was enabled 
 by default.
  
 Tomcat 5 on Windows with latest version of J2EE/J2SE.
  
 Please help. I am getting irritated :))
  
 Thanks a lot
 
 
 -
 Do you Yahoo!?
 New Yahoo! Photos - easier uploading and sharing
 



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