• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Servlet engine info required.

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Iam new to weblogic. I want to know for weblogic 7.0 , whether the servlet engine follows

JSP/Servlet Specification
==========================
**2.0/2.4 respectively


Thanks for your time.


cheers
Anirban
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm sure that information is in the documentation somewhere.
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I want to know for weblogic 7.0 , whether the servlet engine follows

JSP/Servlet Specification
==========================
**2.0/2.4 respectively



Definitely not.

WebLogic 7.0, 8.1 implement J2EE 1.3 / JSP 1.2 / Servlet 2.3

WebLogic 9.x implements J2EE 1.4 / JSP 2.0 / Servlet 2.4

WebLogic 10 implements Java EE 5 / JSP 2.1 / Servlet 2.5

Documentation on 10:
WebLogic 10 Standards Support

I'm sure I have previously posted the other version's links to documentation in this forum.
[ September 29, 2007: Message edited by: Carol Enderlin ]
 
Anirban Das
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Carol for your help.

I just read in one of the article on internet that if weblogic 7.0 has got the latest service pack installed then it does follow. Seeing that I got confused. But your coment has cleared my doubt.


Thanks once again for your time.

Cheers
Anirban
reply
    Bookmark Topic Watch Topic
  • New Topic