I am using turbine wiht intake. I also have another servlet within the same webapp as turbine that I would like to use intake with. The reason for a separate servlet is because I don't really like the way turbine does URL paths, and I have different security constraints for it.
Is this possible? How would I do this. >From looking at intake, it seems that I would either need to create a RunData object to call IntakeTool.init() or I need to override the current init method so that it can access the HttpServletRequest parameters without the RunData object. Is anyone doing this already? Could you offer any suggestions? Thanks, Joel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
