• 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

Frank,maha,tony atleast u answer this question

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
iam using jswdk1.0.1.iam planning to use servlet alias
for tht servlet chaining .How to configure in jswdk1.0.1
Iam planning to use mime-type(filtering) which also needs
to configure the servlet engine for servlet chaining
Please help me .no body in this world to answer .
regards
bala
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think the reason you haven't got many answers to this is that most people here prefer to use recent versions of Software. JSWDK 1.0.1 has been superseded by the Tomcat reference implementation available from http://jakarta.apache.org/ , so I doubt that many people will be familiar with it. Similarly for servlet chaining. Servlet chaining was introduced in early versions of Sun's JavaWebServer, but never properly specified and never part of the Servlet API. The forthcoming version 2.3 Servlet API includes a servlet filter mechanism which is intended to provide this sort of functionality.
I'm sorry I can't help with the problem as described. Maybe if you describe what it is you need to achieve, we can help find alternative ways of doing it that don't involve servlet chaining.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic