Hello !

I want to configure my Apache (1.3.9)+ Jserv (JSDK2.0)to make chaining 
 servlets !
Is this possible ?

For example:
- ServletGen generate a HTML file with red texts
- ServletBlue is able to change texts in html files from red to blue
I want to configure Apache-JServ like this: 
 if request is done to http://host/alias then : 
  client request send to ServletGen
  response from ServletGen send as request to ServletBlue
  response from ServletBlue send to client

An other question: can I apply a ServletFilter on a determined 
 content-type ?
For example: all response from server which contain
content-type=text/html
 must be send to ServletFilter before to be sent to client
Is this possible too ?

Thanks !

Ludovic Maillet
**********************************************************************
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they   
are addressed. If you have received this email in error please notify 
the system manager.

This footnote also confirms that this email message has been swept by 
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Problems?:       [EMAIL PROTECTED]

Reply via email to