my dog learned polymorphism
The moose likes Servlets and the fly likes Distributable problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Distributable problem" Watch "Distributable problem" New topic
Author

Distributable problem

Li Xin
Ranch Hand

Joined: Feb 06, 2004
Posts: 37
Hi!
Can someone explain what is the meaning of <distrbutable> tag in web.xml? If the tag is not present, does it mean my web application cannot run in a cluster?
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
Glancing at the servlet spec, the implications of "distributable" appear to be pretty complicated. You should download the spec from Sun's web site for the complete story.
Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Distributable problem
 
Similar Threads
Am i ready yo go to the Exam ?
doubt with jsp tag
Spring : Tomcat datasource via JNDI in my Spring configuration Problem
WA #1.....word association
Componentized logic in views - what to use.