| > Since most other servlet engines extract the war file,
| > this will probably became a standard anyway.
| >
|
|  I was under the impression most of the engines were
| moving towards using un-expanded war files whenever
| possible. (But I haven't checked them all, so I could
| be mistaken)

I am under the impression they are moving towards the unexpanded .war files
as well, as the ServletContext.getRealPath() method has now been deprecated
and replaced with getResource() and getResourceAsStream() methods that allow
you to get those resources directly from the .war file, as an object or a
stream.

WebLogic 6.x has been implemented in this way; no .war files get extracted.

Jason Coward
Technical Relationship Manager/Developer
Mongoose Technology, Incorporated
http://www.mongoosetech.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to