aspose file tools
The moose likes JBoss and the fly likes where to look for jsp and servlet specs? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply locked New topic
Author

where to look for jsp and servlet specs?

Dilip Mallik
Ranch Hand

Joined: Sep 19, 2008
Posts: 40
Hi all ,

Can anybody tell me where to look for the jsp and servlet specs for different version of JBoss servers.

I am using JBoss4.2.2GA and I donot know what jsp and servlet specs it uses

Please Help
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5543

The best bet is the global web.xml, which in 4.2.2 is at server/default/deploy/jboss-web.deployer/conf/web.xml. It lists servlet version 2.4. Which is part of J2EE 1.4, which also includes JSP version 2.0.

Anyone out there know if the schema version (web-app_2_4.xsd) is related to the servlet version (given later as part of the value of the X-Powered-By value for the CommonHeadersFilter)? Are they always in sync, or is it just coincidence?

I tried looking for a web page that listed this info but could not find one. Perhaps someone else knows of such a page.


JBoss In Action
Dilip Mallik
Ranch Hand

Joined: Sep 19, 2008
Posts: 40
Hi Peterson ,
Thanks for the reply .
Can you tell me How I can use EL in Jsp because when I tried to use EL in jsp

The browser simply displayed the expression not the result.

My code was

request.setAttribute("emailid","dilip.mallik@gmail.com");

EL expression was
${emailid}

expected result was dilip.mallik@gmail.com

but the result was ${emailid}

can you tell me if I have to include some tag lib so that EL works in my jsp
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5543

Please don't ask the same question in multiple topics, it makes it more difficult to follow along in a conversation.

http://www.coderanch.com/t/91358/JBoss/needs-done-display-EL-expression
Dilip Mallik
Ranch Hand

Joined: Sep 19, 2008
Posts: 40
Thanks peter ,

I will not ask the same question in different post .
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: where to look for jsp and servlet specs?
 
Similar Threads
Where to find Servlet and JSP specs
BEA WebLogic 6.0?
BMP bean
can any one suggest books for SCWCD 1.4
Specs