3. If I need to reference RIFE classes in another Servlet deployed as part of the same web application, how can I do this?
Which classes do you need to reference? If it's inside the same web application, you should be able to just go through the repository's static methods and obtain the instances you need.
-- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
